Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Planning Meeting Post-Notes - 2 May 2012

On 3-May-2012, at 9:53 AM, Daniel Megert wrote:
>> We want the poms to be committed.  One of the advantages to being based on Maven/Tycho is that developers can run the build (or a portion of it) on their own box before making a commit.  Much better than commit-and-pray. 
> 
> This might work for smaller things, but the SDK build is quite big and takes long even without running any tests. This will give you a loooong time to pray ;-). 

You don't have to rebuild the world — by providing a pointer to p2 repo with the pre-built components (i.e., the latest I-build), you can just build one component at a time, or a tree of components.  So I can build the entire platform.ui, or just org.eclipse.e4.demo.contacts, with the dependencies coming from the I-build.

Brian.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top