Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Bug 376586 - migrate repo and product poms to eclipsebuilder

Yes, we use 'master' of eclipsebuilder.  I am not sure what you use that for, exactly, but the current design is that we use the master version of that project to build all releases (3.8x, 4.2x, and 4.3) and any stream specific things are not stored there, but stored in the maps project, in a folder call "configuration" which, for which there are the three main (current branches) R3_8_maintenance, R4_2_maintenance, and master. During our build initialization part of that configuration is  "overlayed" on top of eclipsebuilder to make the run stream specific. For example, see

http://git.eclipse.org/c/platform/eclipse.platform.releng.maps.git/tree/org.eclipse.releng/configuration/eclipseBuilderOverlays/eclipse/buildConfigs

HTH
 




From:        Thanh Ha <thanh.ha@xxxxxxxxxxx>
To:        Common-build Developers discussion <cbi-dev@xxxxxxxxxxx>,
Date:        08/03/2012 04:29 PM
Subject:        [cbi-dev] Bug 376586 - migrate repo and product poms to        eclipsebuilder
Sent by:        cbi-dev-bounces@xxxxxxxxxxx




Hi Everyone,

I've pushed some changes to CBI to build the product files in eclipsebuilder. So far I've only push the changes to the R4 branch.

The eclipsebuilder Juno_RC4_R4 branch is based off of R4_HEAD however I noticed it hasn't been committed to in about 4 months so I'm not sure if it's the right branch. I hope someone from the platform team can confirm which branch we should be using for this.

You can now find the SDK packaged zips at:

   eclipse.platform.releng.eclipsebuilder/eclipse/buildConfigs/sdk/builder/target/products

and the buildConfigs directory has a few other products that are building now including:

   - platform
   - platform.sdk
   - rcp
   - rcp.config
   - rcp.sdk


Some things I did have to comment out of rcp.config/build.properties are all the root.* lines which we will need to look into getting them building, I created Bug 386599 [1] to track this.


Thanh

[1]
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386599 _______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev


Back to the top