Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Updating updatesite metadata with tycho-p2-plugin

Tycho 0.15 will have full support for pack.gz file, both generating and
consuming. I did not have the time to document this yet, but integration
tests [1] and [2] show all relevant configuration


[1] http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/tree/tycho-its/projects/377357_pack200 [2] http://git.eclipse.org/c/tycho/org.eclipse.tycho.extras.git/tree/pack200/tycho-pack200-its/src/it/basic

--
Regards,
Igor

On 12-05-17 7:55 AM, Xavier Shelton wrote:
Hi,

I'am in a situation where a need an update site to contains both plugins
jar and jar.pack.gz version.

I try to use the tycho-p2-plugin by executing the goal
feature-p2-metadata, to update my artifacts.jar so it will take into
account the *jar.pack.gz version
of my plugins (previously generated).

The feature-p2-metadata seems to run the p2 application
/"org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher"/, this
application accepts as argument /"reusePackedFiles"
/to include discovered jar.pack.gz when publishing. I can't find a way
to pass that argument to tycho-p2-plugin.

Is there a better way to achieve this goal ?


Any help will be much appreciated.
Regards


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


Back to the top