Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] CBI-Build fails

Hi Tom,

The short answer is you now need to declare a toolchains.xml instructions can be found here [1].

There was a recent commit that caused this issue in bug [2] which is still being looked into to fix to allow users to not require the toolchains.xml file.

[1] http://wiki.eclipse.org/Platform-releng/Platform_Build#Using_BREE_Libs
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=409790


Thanh

On 29/06/13 09:32 AM, Tom Schindl wrote:
Hi,

Running the CBI-Build on my OS-X fails at p2.core.

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.18.0:compile (default-compile) on project org.eclipse.equinox.p2.core: useJDK = BREE configured, but no toolchain of type 'jdk' with id 'J2SE-1.5' found. See http://maven.apache.org/guides/mini/guide-using-toolchains.html -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.equinox.p2.core

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



Back to the top