Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] P2 director plugin and transitive dependencies

Any pointer or thoughts? I'm completely clueless at the moment.

I also tried to get the build scripts that the Eclipse exporter use for building the product. No success so far.

Yves

On Dec 8, 2011, at 4:33 PM, Yves Langisch wrote:

> Hi,
> 
> I try to package my plugin based product with the p2 director plugin. The build works fine so far and I can see the resulting product in the target folder. The problem I have is that the resulting plugins folder of my product contains a few more plugins (e.g. javax.persistence) than the same folder when exporting the product with the Eclipse export wizard. In my case this leads to package conflicts during the product startup. The Eclipse exported product works fine by the way.
> 
> After comparing all the generated folders in the target directory I noticed that the metadata repository (target/repository) does contain exactly the same plugins (without the additional ones) as the plugins folder of the exported Eclipse product. In this case the includeAllDependencies property of the p2-repository plugin was 'false'. After switching it to 'true' I also got all this additional plugins in the metadata repository.
> 
> It looks like the tycho p2 director also bundles transitive dependencies. The Eclipse product export wizard apparently does not.
> 
> Is there a way to change the behaviour of the p2 director just like it is possible for the p2 repository plugin?
> 
> Thanks
> Yves
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user
> 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top