Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] p2 director usage

Hi Sandro,

I appreciate you posting your example.  In the future I am going to be moving to product-ized install with tycho.  That was one of the main reasons I wanted to switch to tycho.  However, right now I'm not creating eclipse products but rather just poor-man's all-in-one bundles.  Its just the Helios SR2 zip with my plugins pre-installed.  I think for now I'll just use the antrun plugin and point to my old ant script.  But when I make my product install later in the month I can use your example as a reference.

Thanks.

On Fri, Jun 3, 2011 at 2:08 PM, Sandro Wyss <sandro@xxxxxxx> wrote:
Hi Greg,

Refer the plugins you want to install in your product definition and add the Helios SR2 repository or your own to the target-platform definition. Use the tycho-p2-director-plugin (see https://max-server.myftp.org/svn/mp3m/MP3M/trunk/MP3M/com.siemens.ct.mp3m.tycho/pom.xml for example).

Have I misunderstood your question?

Hope this helps!

sandro

 

On Fri, Jun 3, 2011 at 20:37, Greg Amerson <gregory.amerson@xxxxxxxxxxx> wrote:
Hello all,

I've been in the process of porting my Athena/ant based build to tycho.  The repository creation is working well now.  The last part of porting my previous build over is the pre-installation/all-in-one bundle creation.  Previously, I would unzip local copies of Helios SR2 package (all OSes), and then use ant exec task against a local SDK of eclipse to launch the p2 director application to pre-install my plugins into the helios SR2 package.  

Is there anyway to re-use the eclipse p2 runtime that is available in tycho to use it to perform p2 director installs on Helios SR2 packages using the latest tycho created repositories as the source?

--
Greg Amerson (@greg_amerson)
Liferay, Inc. (#liferay)

_______________________________________________
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




--
Greg Amerson (@greg_amerson)
Liferay, Inc. (#liferay)

Back to the top