Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] tycho 0.13.0 released

>Does this mean tycho will now always download the *complete* set of p2 repo's locally before it will start building a module ?

no. I guess the wording "the entire content of the p2 repository is added to the target platform" is not perfect.

I guess what Tobias was trying to say is that the p2 resolution space spans the entire content of the p2 repository.
For p2 repositories specified in the POM as repositories with layout=p2, tycho still only downloads the artifacts that are required by the module(s).

Regards,
Jan

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Max Rydahl Andersen
Sent: Donnerstag, 22. September 2011 12:35
To: Tycho user list
Subject: Re: [tycho-user] tycho 0.13.0 released

Great stuff, but got one question to:

"For p2 repositories specified in the POM as repositories with layout=p2, the entire content of the p2 repository is added to the target platform. (This is effectively the same behaviour as before, but the concept of an "implicit target platform" no longer exists.)"

Does this mean tycho will now always download the *complete* set of p2 repo's locally before it will start building a module ?

I hope that is not the case since that's gonna *kill* our CI builds where we reference p2 repos and use implicit target platform to speed things
up immensely (using target platforms slows things *Alot* and managing a concise target platform for every module is something we've avoided until now)
 
/max
 
On Sep 21, 2011, at 10:18, Sievers, Jan wrote:

> Tycho 0.13.0 was released and is available from maven central.
> 
> See the release notes [1] and list of bug fixes and enhancements [2] for details.
> 
> --
> Tycho Team
> 
> [1] http://wiki.eclipse.org/Tycho/Release_Notes/0.13 
> [2] https://bugs.eclipse.org/bugs/buglist.cgi?classification=Technology&product=Tycho&query_format=advanced&resolution=FIXED&target_milestone=0.13.0  
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user

/max
http://about.me/maxandersen



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


Back to the top