Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Is there any way to install features in a "blank" Helios Eclipse and then archive the result?

Laurent,

Try the tycho-eclipserun-plugin, with the example provided here : http://wiki.eclipse.org/Tycho/Additional_Tools 
it will install any UIs inside an eclipse instance. then, you have to archive it manually with for example an antrun plugin.

Cheers,


2012/8/22 Laurent Redor <laurent.redor@xxxxxxx>
:(

Actually, I did not want to use a product to achieve the same result as I had before with PDE build.

Laurent


On 22/08/2012 16:57, Jeff MAURY wrote:
The best way is to have a product definition that uses your feature and org.eclipse.rcp and have it in an eclipse-repository packaging type. You'll need to add the tycho-p2-director:materialize-
products and tycho-p2-director:archive-products goals in you POM.
Jeff
 


On Wed, Aug 22, 2012 at 4:52 PM, Laurent Redor <laurent.redor@xxxxxxx> wrote:
Hi,

With Tycho I build a repository with personal features. I want to install this features in a "blank" Helios Eclipse and zip this "new" Eclipse. How I can make this with Tycho?
I saw tycho-p2-director:materialize-products and tycho-p2-director:archive-products but I have no product, only features.

Best regards,

Laurent

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




--
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


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


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



Back to the top