Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] problems with Compendium bundles at tycho-surefire

On 30/01/12 16:02, Igor Fedorenko wrote:
Tycho is expected to determine
all/most test runtime dependencies based on test bundle manifest, so
listing them explicitly should not be necessary.


hummm.. could be this the key of the problem...

It is not common to have a Require-Bundle pointing to Compendium bundles (org.eclipse.equinox.cm or org.eclipse.equinox.log)... we just use the package-import (org.osgi.service.cm and org.osgi.service.log)...

And it seems that Tycho is not respecting the declared bundles at the surefire plugin and using the osgi.enterprise-4.2.0.v201108120515.jar that it founds in Orbit p2 repository (that I think is exporting the same packages).

WDYT ?


Back to the top