You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2009/12/18 22:01:55 UTC

[jira] Updated: (MASSEMBLY-200) AssemblyInterpolatorTest.testShouldResolveEnvarHOMEValueInDependencySetOutputDirectory fails on Windows XP

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

Dennis Lundberg updated MASSEMBLY-200:
--------------------------------------

    Fix Version/s:     (was: 2.2)
                   2.2-beta-2

> AssemblyInterpolatorTest.testShouldResolveEnvarHOMEValueInDependencySetOutputDirectory fails on Windows XP
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: MASSEMBLY-200
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-200
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>         Environment: Windows XP
>            Reporter: Barrie Treloar
>            Assignee: Barrie Treloar
>             Fix For: 2.2-beta-2
>
>         Attachments: MASSEMBLY-200-patch.txt
>
>
> AssemblyInterpolatorTest.testShouldResolveEnvarHOMEValueInDependencySetOutputDirectory fails with
> expected:&lt;${env.PATH}&gt; but was:&lt;REAL PATH DELETED&gt;
> This is because AssemblyInterpolatorTest is using 
>    import org.codehaus.plexus.util.cli.CommandLineUtils; 
> instead of
>   import org.apache.maven.plugin.assembly.utils.CommandLineUtils;
> and the call to get the envars should be
>           Properties envars = CommandLineUtils.getSystemEnvVars( false );

-- 
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