-
Notifications
You must be signed in to change notification settings - Fork 191
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
tycho-versions-plugin for 4.0.9 fails with "missing class" #4381
Comments
The 4.0.8 version of the plugin works |
I get the same error. |
I cannot reproduce this.
works perfectly fine here. Can you run with |
Just some notes
|
This was the issue. We were using a 3.y.z version of Tycho for the build, but we didn't specify the version of the tycho-versions-plugin to use, so I'm guessing it pulled in the latest. @rgrunber made a change to update to Tycho 4.0.9 for the build, so now (as @sratz pointed out) running tycho-versions-plugin 4.0.9 on the command line works: eclipse/lsp4mp@7ca4b44#diff-a8cdf9ab5d54b6694c54edd69c5b02dbcb9d047c63d492cfe2ee7160063dd918R13 |
Thanks for your help and sorry for the noise! |
- remove `-Dtycho.mode=maven` See eclipse-tycho/tycho#4381 (comment) Signed-off-by: David Thompson <[email protected]>
- remove `-Dtycho.mode=maven` See eclipse-tycho/tycho#4381 (comment) Signed-off-by: David Thompson <[email protected]>
We get the following error while trying to use set-version:
Specific way that we call it:
./mvnw -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$VERSION-SNAPSHOT
(see https://github.com/eclipse/lsp4mp/blob/f3628e2bc9521d8507c7125ca3e9915f34b567ea/Release.Jenkinsfile#L30)
The text was updated successfully, but these errors were encountered: