-
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 |
…ins#497) - 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
We have now started getting this error. I think installing from https://plugins.gwtproject.org/eclipse/gwt-eclipse-plugin/4.0.0 update site should work, but it would be best to have a copy of the expired ZIP archive. Can you please rebuild the working repo? |
Thanks for the heads up, sorry about that. @keinhaar can you create a GitHub release for 4.1.0? I hadn't realized we didn't have one, or this wouldn't have gotten lost in the server migration. The old server is still around (with its old files) if we need a download of the build to bring this back. Fixing nightlies is in progress too - once our CI is passing again it should be auto-created (broken with old upload-artifact action right now). |
@eliasbalasis it looks like I made a mistake here, that was actually a 4.1 RC, but was shipped as 4.1.0. We've since automated this, and didn't realize until now that there is no actual release for 4.1.0. That will be rectified soon, and in the meantime i've soft linked 4.1.0-rc2 to 4.1.0, as that was what the old server was apparently offering. When we get a real release out, I'll remove that. 4.2.0 will be out soon to separate the GWT SDK versions from the main plugin, and to add compat with eclipse 2024-09. |
A new v4.1.0 Release has been made available. |
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: