-
Notifications
You must be signed in to change notification settings - Fork 49
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
Cannot install from marketplace on Eclipse 2024-09 #496
Comments
org.eclipse.equinox.p2.iu is only a namespace. |
I couldn't find the Jetty 10 files in Eclipse 2024-06 distribution but I found them in Eclipse 2023-12. I have managed to complete the installation of the plugin by copying the Jetty 10 files from the Eclipse 2023-12 distribution. |
- Removed the dependency on org.eclipse.jetty.servlet, because it seems to be unnecessary. - Added gwt 2.10.1 and gwt 2.11.0 to the .gitignore file
Seems like removing the dependency to org.eclipse.jetty.servlet is enough. |
- Removed the dependency on org.eclipse.jetty.servlet, because it seems to be unnecessary. - Added gwt 2.10.1 and gwt 2.11.0 to the .gitignore file
Any updates on this issue? We have same issue while using this plugin from marketplace! |
Has been fixed in trunk |
Thank you. Worked for us |
I am getting the suspicion that
org.eclipse.equinox.p2.ui
is needed instead oforg.eclipse.equinox.p2.iu
The text was updated successfully, but these errors were encountered: