-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overhaul documentation on p2 director application #500
Comments
Thanks for the feedback, the documentation is located here: if you want to improve that it would be great, just open a PR with suggested changes! |
We'll both be happy to review changes and to help answer questions. Please note this comment: That "generator" is here commented out: Lines 1806 to 1819 in ef2ce2f
The following automated setup is quite handy to ensure you have a correctly setup workspace with the appropriate clones: This is way more clones than you actually need, but it's all automated so that does not harm. In terms of |
Thank you for the quick responses and for the links and clarification! I will make a plan for improvements and tackle that as quckly as possible once I have time to spare 😄 |
Summary
The documentation regarding the
org.eclipse.equinox.p2.director
application is lacking information on the-followReferences
argument. I'm not sure if the documentation is located in this repository as well, but the root cause - the application - is.I'm using the application heavily for quite some time to install plug-ins and features from command line, mostly for provisioning Eclipse installations to developers. I consult the official documentation quite often in order to understand what everything does and more often I find myself slowly understanding arguments. As an example the one mentioned above, I think I finally understood. I hope.
The point is, the documentation lacks a lot of examples or clarification and seems to be not on par with running
eclipse -application org.eclipse.equinox.p2.director -h
anymore. The latter might be due to recent changes, but I honestly can't tell.It would be nice if the documentation would feature examples on how to install from a local archive (here an older example from one of my scripts)
Googling stuff like this is rarely helpful and it was a bliss when I stumbled upon this snippet a while ago.
Additionally, again mentioning the
-followReferences
argument, some need clarification or their own example and the statement what using this argument implies and what happens if it is not used. From my perspective: Installing without the argument led to installation errors when dependencies / requirements were not found, using it made it happen. Honestly no clue if that is actually the behaviour or if I'm just in the dark, but the documentation is blurry and every clue I found indicates something like this.Improvements are not limited to the examples given, these are just the ones I collided the most with.
How can this be achieved
Speaking from the perspective of a Eclipse user and developer of plug-ins with limited experience of a few years who doesn't take everything for granted or isn't involved so heavily in the development around the Eclipse IDE for years to be able to know everything about it, I'd like to give some input on possible improvements and also take action myself on helping to improve and the documentation if that is desired.
Feel free to challenge any of the statements and assumptions taken by me and let me know what you think. I'm always open for a discussion (hopefully with following actions) around this.
The text was updated successfully, but these errors were encountered: