Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [p2-dev] RE: Proper Way To Install from P2 Zipped Repos

Thanks, Paul.

I looked in the PDE scripts themselves and I see where these are used (before the fetch phase).  It turns out the PDE scripts are just calling "p2.repo2runnable", which is exactly what I was going to do.  Thanks for the pointer - at least it validates my approach, and it looks as simple as a one-liner.

This should make my build scripts a *lot* simpler...

Thanks,
Mark.
-------------------------------------------- 

> -----Original Message-----
> From: p2-dev-bounces@xxxxxxxxxxx 
> [mailto:p2-dev-bounces@xxxxxxxxxxx] On Behalf Of Paul Webster
> Sent: May 21, 2009 1:55 PM
> To: P2 developer discussions
> Subject: Re: [p2-dev] RE: Proper Way To Install from P2 Zipped Repos
> 
> On Thu, May 21, 2009 at 1:37 PM, Mark Melvin 
> <Mark.Melvin@xxxxxxxxxx> wrote:
> > Paul,
> >
> > What property is magical to PDE build here?  Is it 
> "repoBaseLocation"?
> > When is this property used (what stage of PDE build)?  I 
> can't seem to 
> > find it in the docs, and I don't know if I am actually able 
> to use it 
> > in my scripts.
> 
> I believe you need both listed properties (the before and after :-).
> I put them in my build.properties [1] along with all of the 
> other standard properties.  I gathered the repos as part of 
> my customTargets.xml "getBaseComponents" target.
> 
> Later,
> PW
> 
> [1] 
> http://dev.eclipse.org/viewcvs/index.cgi/e4/releng/org.eclipse
> .e4.builder/builder/general/build.properties?view=co
> 
> --
> Paul Webster
> Hi floor.  Make me a sammich! - GIR
> _______________________________________________
> p2-dev mailing list
> p2-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/p2-dev
> 


Back to the top