The generated maven-build.xml has paths that contain \ characters on Windows
----------------------------------------------------------------------------

                 Key: MANT-35
                 URL: http://jira.codehaus.org/browse/MANT-35
             Project: Maven 2.x Ant Plugin
          Issue Type: Bug
    Affects Versions: 2.0
         Environment: Windows XP
            Reporter: Dennis Lundberg
            Assignee: Dennis Lundberg
            Priority: Minor
             Fix For: 2.1


In the  target "get-deps" the mkdir tasks look like this on Windows:
{code:xml}
    <mkdir 
dir="${maven.repo.local}/org\apache\maven\maven-plugin-descriptor\2.0.4"/>
{code}

The result is a mix of \ and / as path separators.

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

        

Reply via email to