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
AssemblyInterpolatorTest.testShouldResolveEnvarHOMEValueInDependencySetOutputDirectory
fails with
expected:<${env.PATH}> but was:<REAL PATH DELETED>
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