-
Notifications
You must be signed in to change notification settings - Fork 102
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
Eclipse plugin installation broke #371
Comments
The error occurs if a feature entry in the file category.xml contains a syntactically wrong version value. I.e. if the version value can not be parsed to a version. A category.xml is used in a project with packaging type |
@UdoW Thanks for your kind explanation 👍 |
https://download.eclipse.org/releases/2019-09/context.xml leads to 404
Still no clue where to find that |
category.xml is not part of a p2 repository. You need it to create a new p2 repository, so it is part of your source project. |
@UdoW thanks for your feedback and clarifiaction.
Lead me to https://bugs.eclipse.org/bugs/show_bug.cgi?id=431087 |
I could not recover what command line is executed here, but does this help? https://stackoverflow.com/questions/16406807/install-google-eclipse-plugin-from-command-line-using-archive-of-the-update-site |
This is just a side effect of the fix for #346, isn't it? The order of options for the So now the import application
It might help, if the - now - wrong order were detected by the `add-plugin - e.g. by checking the URI parameter for "feature.group" - and answered with a clearer error message. |
OMG. Thanks @markusschuh, you are completely correct. I was thinking that I only switched this for the CLI and not for So I will simply migrate in my project. |
I am closing this now. Issue is understood, workaround/configuration fix and reasonable replacement for much better and more maintainable config is available. |
We created devonfw-ide to automate setup and update of development tooling and its configurations. To make everything flexible and portable we automated vanilla installation of Eclipse and additional installation of plugins. All works fine in general.
However, now projects configured custom plugins like WST, SonarLint, JBoss Tools, etc. for Eclipse in their project settings git. After this worked initially changes to the update sites applied that broke the automated plugin installations:
It appears the root cause of these problems is this one:
Seems to be related to this issue:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431087
The text was updated successfully, but these errors were encountered: