Open eliasbalasis opened 1 month ago
org.eclipse.equinox.p2.iu is only a namespace. The error seems to be caused by jetty. In 2024-09 Jetty 10 has been removed. You can add the jetty 10 plugins from the 2024-06 version to the dropins folder. Then the installation will work again.
I couldn't find the Jetty 10 files in Eclipse 2024-06 distribution but I found them in Eclipse 2023-12. It makes sense because the plugin still works on 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.
Seems like removing the dependency to org.eclipse.jetty.servlet is enough. I have locally built a new version and testet with 2024-09 and 2023-09. Both work for me. Pull Request has been made.
Any updates on this issue? We have same issue while using this plugin from marketplace!
Has been fixed in trunk You may download the repo here: https://github.com/gwt-plugins/gwt-eclipse-plugin/actions/runs/10888136812/artifacts/1938700955
Has been fixed in trunk You may download the repo here: https://github.com/gwt-plugins/gwt-eclipse-plugin/actions/runs/10888136812/artifacts/1938700955
Thank you. Worked for us Help -> Install New Software -> Add -> Archive
I am getting the suspicion that
org.eclipse.equinox.p2.ui
is needed instead oforg.eclipse.equinox.p2.iu