Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rap-dev] Missing Constraint: Import-Package: javax.servlet in incubator build

Hello,

I would like to try to restore nightly builds for PDE incubator project, but I am probably facing this bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=348045,
as build fails with following :

[INFO] Resolving class path of MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.ui.views.log:0.1.0-SNAPSHOT @ /opt/public/jobs/rap-2.0-incubator-pde/workspace/org.eclipse.rap.incubator.pde/bundles/org.eclipse.rap.ui.views.log/pom.xml
[ERROR] Internal error: java.lang.RuntimeException: org.osgi.framework.BundleException: Bundle org.eclipse.rap.ui.views.log cannot be resolved
[ERROR] Resolution errors:
[ERROR] Bundle org.eclipse.rap.ui.views.log - Missing Constraint: Import-Package: javax.servlet; version="[2.3.0,4.0.0)"
[ERROR] Bundle org.eclipse.rap.ui.views.log - Missing Constraint: Import-Package: javax.servlet.http; version="[2.3.0,4.0.0)"

Other projects like fileupload or RAP itself use javax.servlet as dependency, and looking at the code I did not find anything obvious used to workaround the issue.
Do you know how I could workaround this ?

Thanks
Regards,
Arnaud

Back to the top