Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Bug 398201 - [CBI] Issues with org.eclipse.osgi (3.9?) and org.eclipse.equinox.ip in N builds

Hi Everyone,

I'm a little stumped on Bug 398201 [1] an was hoping maybe someone on this list might have any ideas.

What's strange about this issue is that when I run this same build on my laptop it works just fine. I'm using maven 3.0.4 and Oracle JDK 1.6 (also tried 1.7). Strangely when building on build.eclipse.org we encounter the issue described in Bug 398201. It seems to have issues resolving 2 packages:

[ERROR] Bundle org.eclipse.equinox.ip - Missing Constraint: Import-Package: javax.servlet; version="2.1.0"
[ERROR] Bundle org.eclipse.equinox.ip - Missing Constraint: Import-Package: javax.servlet.http; version="2.1.0"


I've even tried copying over my JDK from my laptop to build.eclipse.org but the failure persists. The fact that it works on my laptop but not on build.eclipse.org makes me suspect environment but other than maven and JDK I'm not sure what else could be different.


Thanh

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=398201

Back to the top