Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Question about product materialization

Hello,

I have a little problem with the tycho product-materialize Mojo.
My product is feature based and included features are my feature (with dependant plugins) plus some other Eclipse features (core, EMF, Xtext) but none of the JDT features.
One of my plugins has an optional dependency on one of the Xtext plugin that itself has a non optional dependency on one of the JDT plugin.
When I build the product, the generated repository is correct (it does not contains any of the JDT plugins).
But when the product is materialized, the generated products contains JDT plugins in the plugins directory.
As the materialization is done by the Eclipse P2 Directory application, do you know if this is a limitation of this one, is there an option to give or is it possible to get traces from this application ?

Regards
Jeff

--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top