Skip to main content

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

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?


Back to the top