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

I am not sure I understand. Do you have multiple providers of the same
package? Using org.eclipse.equinox.log as an example, can you explain
where this package is expected to come from and what do you think Tycho
does instead?

--
Regards,
Igor

On 12-01-30 2:26 PM, Cristiano Gavião wrote:
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 ?
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top