You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Joel Turkel (JIRA)" <ji...@codehaus.org> on 2009/04/16 22:22:57 UTC

[jira] Created: (MNG-4136) Regression: Environment Variables With Parenthesis Can't Be Referenced in POM

Regression: Environment Variables With Parenthesis Can't Be Referenced in POM
-----------------------------------------------------------------------------

                 Key: MNG-4136
                 URL: http://jira.codehaus.org/browse/MNG-4136
             Project: Maven 2
          Issue Type: Bug
    Affects Versions: 2.1.0
         Environment: Windows XP Professional (64-bit)
            Reporter: Joel Turkel
         Attachments: pom.xml

It looks like Maven can longer use environment variables with parenthesis e.g. ProgramFiles(x86). The attached pom.xml emits the following with Maven 2.1.0:

ProgramFiles(x86) = ${env.ProgramFiles(x86)}

With Maven 2.0.10 we correctly get the following:

ProgramFiles(x86) = C:\Program Files (x86)

This is a pain since ProgramFiles(x86) is standard environment variable on 64-bit Windows.

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