Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] Trigger I-Build

On 09/30/2014 01:33 PM, Lars Vogel wrote:
Is their a way to trigger it now to see if it works? Or is this something I could only do locally / on the vogella build server?
You can run build locally, but that would probably take hours. Moreover, running build locally wouldn't publish content to the "I" directory so content would remain local.

You can use it to test locally
1. Clone the eclipse.platform.releng.aggregator repository
2. init submodules
3. Run
  $ mvn clean verify -DskipTests=true
4. After build, output repository is in eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
5. The you can try to build/test your favorite module by using the local build instead of I-Build
  $ mvn clean verify -Pbuild-individual-bundles -Declipse-p2-repo.url="" class="moz-txt-link-freetext" href="file:/path/to/eclipse.platform.releng.aggregator/">file:/path/to/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top