Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Unpacked plug-in archives

opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=371713 

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Rosczak, Jan
Sent: Donnerstag, 16. Februar 2012 09:36
To: Tycho user list
Subject: Re: [tycho-user] Unpacked plug-in archives

Hello,

I attached a sample project that shows the regression. You will have to change the target definition to make it work (it currently points to an internal eclipse repo mirror).

If tycho 0.13.0 is used the plugin rcp.sample.plugin is installed in the product as a jar archive, if tycho 0.14.0 is used it is installed as a directory. Adding "Eclipse-BundleShape: jar" to its manifest file, it is also installed as a jar archive under tycho 0.14.0. I would have expected this configuration option to be the default.

Thanks for your help
Jan

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Sievers, Jan
Sent: Tuesday, February 14, 2012 3:48 PM
To: Tycho user list
Subject: Re: [tycho-user] Unpacked plug-in archives

whether bundles are unpacked or not during installation should be controlled via the unpack="true|false" (unpack=true is the default!) flag in feature.xml (legacy) or better via the Eclipse-BundleShape: dir|jar MANIFEST header.

I am not aware of any changes in tycho 0.14.0 for this behaviour, but if you can provide a sample project that shows the regression, we will have a look.

Regards
Jan

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Rosczak, Jan
Sent: Dienstag, 14. Februar 2012 14:04
To: tycho-user@xxxxxxxxxxx
Subject: [tycho-user] Unpacked plug-in archives

Hello,

I am building an Eclipse RCP application with tycho and maven 3.0.4. While using tycho version 0.13.0 my p2 repository and the materialized product contained the plug-in archives of the Eclipse RCP application as jar archives.

Now I switched to tycho version 0.14.0 and suddenly the plug-in archives are unpacked in the materialized product. 
What am I missing? Maybe some new configuration?

Thanks and kind regards
Jan Rosczak

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top