Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] SDK build fails on org.eclipse.rcp.id

> (which worked previously)
How long ago?

Do you (or have you) tried to "clean" your local repository? (i.e. delete it, so it is refreshed?)

I assume you "reset" your build tree to a "pristine" condition?

I assume you have
~/.m2/toolchains.xml
defined?
Last I recall (which was a while ago) "toolchains" was required, defining all (most?) "BREE Levels".
I'm honestly not sure if or when that is still true.

And if none of that helps, are you building "master" or "R4_4_maintenance" or ... some tag?

I am trying "master" as I write, and it is well past all the "resolution" points, so I hope the above tips help.

I build with Java 7, Ant 1.9.2, and Maven 3.1.1.

My command line is
mvn -Pbree-libs -V clean verify -DskipTests=true -Dmaven.repo.local=/home/davidw/builds/localaggr/localrepo/  2>&1 | tee out.txt

(and ... I build on Linux :)




From:        Andrey Loskutov <loskutov@xxxxxx>
To:        platform-ui-dev@xxxxxxxxxxx,
Date:        01/17/2015 05:44 PM
Subject:        [platform-ui-dev] SDK build fails on org.eclipse.rcp.id
Sent by:        platform-ui-dev-bounces@xxxxxxxxxxx




Hi,

just tried to build platform SDK as described in [1] but the build (which worked previously) fails with this error:

[INFO] --- tycho-p2-publisher-plugin:0.22.0:publish-products (default-publish-products) @ org.eclipse.rcp.id ---
[INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: org.eclipse.rcp.id 4.5.0.qualifier
[ERROR]   Missing requirement: org.eclipse.e4.rcp.feature.group 1.3.200.v20150116-1456 requires 'org.eclipse.e4.ui.workbench.renderers.swt [0.12.100.v20150113-1117]' but it could not be found
[ERROR]   Cannot satisfy dependency: org.eclipse.rcp.feature.group 4.5.0.v20150117-1923 depends on: org.eclipse.e4.rcp.feature.group [1.3.200.v20150116-1456]
[ERROR]   Cannot satisfy dependency: org.eclipse.rcp.id 4.5.0.qualifier depends on: org.eclipse.rcp.feature.group 0.0.0

mvn clean install in eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/rcp doesn't help either.

Any idea how to proceed?

[1]
https://wiki.eclipse.org/Platform-releng/Platform_Build#Running_the_build

--
Kind regards,
google.com/+AndreyLoskutov
_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev



Back to the top