Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Who defines ${toolsjar}?

Answered my own question ... there were already bugs open for this and they had to be coordinated.
Bug 397727 - [CBI] Dependency on tools.jar causes build failure on Apple JDK




From:        David M Williams/Raleigh/IBM@IBMUS
To:        "Common-build Developers discussion" <cbi-dev@xxxxxxxxxxx>,
Date:        01/25/2013 04:23 PM
Subject:        [cbi-dev] Who defines ${toolsjar}?
Sent by:        cbi-dev-bounces@xxxxxxxxxxx




In some recent builds, I see this error about "toolsjar" not being defined.

[ERROR]   The project eclipse.platform.swt.binaries:org.eclipse.swt.cocoa.macosx:3.101.0-SNAPSHOT (/opt/public/eclipse/builds/430N/master/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/pom.xml) has 1 error

[ERROR]     'build.plugins.plugin[org.apache.maven.plugins:maven-antrun-plugin].dependencies.dependency.systemPath' for com.sun:tools:jar must specify an absolute path but is ${toolsjar} @ line 61, column 25



I've set JAVA_HOME to /shared/common/jdk1.7.0_11


and added ${JAVA_HOME}/bin to the path


I _think_ I have seen it intermittently, but wondering the best way to avoid.


I've read one post online about it, but it seems to give several solutions, none of which would account for it being intermittent:


http://stackoverflow.com/questions/8375423/missing-artifact-com-suntoolsjar

Any suggestions?

_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev


Back to the top