You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Milos Kleint (JIRA)" <ji...@codehaus.org> on 2008/03/10 22:13:28 UTC

[jira] Closed: (MNG-3430) Toolchain doesn't match Toolchain extensions

     [ http://jira.codehaus.org/browse/MNG-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milos Kleint closed MNG-3430.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.1-alpha-1
                   2.0.x

done:
http://svn.apache.org/viewvc?rev=635690&view=rev

> Toolchain doesn't match Toolchain extensions
> --------------------------------------------
>
>                 Key: MNG-3430
>                 URL: http://jira.codehaus.org/browse/MNG-3430
>             Project: Maven 2
>          Issue Type: Bug
>    Affects Versions: 2.0.9
>            Reporter: Shane Isbell
>            Assignee: Milos Kleint
>            Priority: Minor
>             Fix For: 2.0.x, 2.1-alpha-1
>
>
> Toolchain uses null key within storing toolchains in Maven Session, which causes extensions not to match.
> Specifically, this problem occurs in the DefaultToolchainManager.storeToolchainToBuildContext method.  When storing into context
> context.put( getStorageKey( toolchain.getType() ), toolchain.getModel() );
> toolchain.getType() always returns null. Using toolchain.getModel().getType() will return the correct type and fix the problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira