Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Problems building Eclipse Platform from the R4_3_maintance branch

On 24/02/14 10:29 AM, Phil Mason wrote:

Just to confirm that I'm doing the same thing you are I'm running something like

mvn --toolchains filename -Pbree-libs clean verify

Yes this is what I run. But it looks like your failing on a different item than last time at least. Long shot but I wonder if it's worth trying "clean install" rather than "clean verify". Maybe you'll be able to get a bit further?

Another flag you could try for "org.eclipse.e4.rcp" is "-Pbuild-individual-bundles". This will build org.eclipse.e4.rcp from already built bundles on eclipse.org. See if this works:

From the git repo:

cd eclipse.platform.ui/features/org.eclipse.e4.rcp
mvn --toolchains filename -Pbree-libs,build-individual-bundles clean verify

If that works maybe try building with that flag enabled for the entire repo.

And it fails and then I simply run the above command again with no changes. The clean stays present and I don't append the point in the build where I want it to resume (like this -rf : org.eclipse.e4.rcp)

The "-rf org.eclipse.e4.rcp" parameter actually doesn't work with Tycho so you shouldn't try this.


Hope this helps,


Thanh


Back to the top