Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Resolved bundle as missing constraint

Hi,

I'm running into an issue (using 0.24.0) where a bundle that seems to be resolved in the target platform is missing when running surefire tests. Excerpt from logs:

...
RESOLVED org.eclipse.fx.osgi_0.9.0.201401250701 : ~\.m2\repository\p2\osgi\bundle\org.eclipse.fx.osgi\0.9.0.201401250701\org.eclipse.fx.osgi-0.9.0.201401250701.jar
...
NOT RESOLVED xxxxx.test_2.10.2.qualifier : yyy\xxxxx.test
    Missing Constraint: Require-Bundle: org.eclipse.fx.osgi; bundle-version="0.0.0"

[ERROR] Internal error: java.lang.RuntimeException: org.osgi.framework.BundleException: Bundle xxxxx.test cannot be resolved
[ERROR] Resolution errors:
[ERROR] Bundle xxxxx.test - Missing Constraint: Require-Bundle: org.eclipse.fx.osgi; bundle-version="0.0.0"


Any ideas on what might cause this scenario?

Thanks,

Matthew

Back to the top