Hide Forgot
Created attachment 559363 [details] Fix some missing deps The build fails with the following error: Bundle org.eclipse.wst.server.preview_1.1.100.201202031435 failed to resolve.: Missing required plug-in org.mortbay.jetty.server_[6.1.7,6.2.0). Missing required plug-in org.mortbay.jetty.util_[6.1.7,6.2.0). Missing required plug-in javax.servlet_[2.5.0,2.6.0). I suspect this is because the jars providing the above bundles were removed from eclipse-platform. I have fixed other missing deps problems with the attached patch
In rawhide, jetty 6 has been updated to jetty 8 and the latest eclipse is using this. The org.mortbay namespace has been replaced by org.eclipse.jetty. Also, javax.servlet in the latest eclipse should be at version 3.0.
Fixed, using some intermediate revision from WTP's CVS. Fixed in eclipse-wtp-servertools-3.3.1-4.fc17
Thanks for fixing this, Vladimir! I suspect the version and/or release should be slightly different: https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Pre-Release_packages (unless you just back-ported a patch)
It's more of a back-port patch, so I think it's better to leave the version untouched.
Closing as there is a koji build fixing the problem.