[
https://issues.apache.org/jira/browse/MNG-5855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14701759#comment-14701759
]
Robert Scholte commented on MNG-5855:
-------------------------------------
Based on https://bugs.eclipse.org/bugs/show_bug.cgi?id=472084#c10
{quote}
[ERROR] Failed to execute goal
org.eclipse.tycho:tycho-compiler-plugin:0.20.0:compile (default-compile) on
project org.eclipse.wtp.releng.versionchecker: useJDK = BREE configured, but no
toolchain of type 'jdk' with id 'J2SE-1.5' found.
{quote}
However, https://bugs.eclipse.org/bugs/show_bug.cgi?id=472084#c0 says:
{quote}
<toolchain>
<type>jdk</type>
<provides>
<id>J2SE-1.4</id>
</provides>
<configuration>
<jdkHome>/shared/webtools/apps/IBMJava2-142-SR13FP10/jre</jdkHome>
</configuration>
</toolchain>
{quote}
That's a different id, so there's no available match.
Maybe [MNG-5716|https://issues.apache.org/jira/browse/MNG-5716] changed the
behavior (this was a bug), but it was fixed in 3.2.5.
> Maven 3.3.3 ignores the customized Toolchain
> --------------------------------------------
>
> Key: MNG-5855
> URL: https://issues.apache.org/jira/browse/MNG-5855
> Project: Maven
> Issue Type: Bug
> Components: Bootstrap & Build
> Affects Versions: 3.3.3
> Reporter: Samuel Wu
> Labels: patch
> Fix For: 3.3.7
>
>
> This is an Eclipse build in the Hudson environment. Maven 3.3.3 was used to
> run the build and a customized Toolchain is defined by --toolchains option.
> But the customized toolchain location is ignored by Maven and the default
> user toolchain in the directoy ~/.m2 is always picked up.
> See https://bugs.eclipse.org/bugs/show_bug.cgi?id=472084 for more details.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)