[ http://jira.codehaus.org/browse/MNG-86?page=comments#action_40646 ]
     
Mark Hobson commented on MNG-86:
--------------------------------

Sounds like a duplicate of MNG-372, which is now fixed.

> m2-bootstrap-all.bat fails if ${maven.home} contains spaces
> -----------------------------------------------------------
>
>          Key: MNG-86
>          URL: http://jira.codehaus.org/browse/MNG-86
>      Project: Maven 2
>         Type: Bug
>  Environment: Windows XP SP2, JDK 1.4.2_05
>     Reporter: Magne Rasmussen
>     Priority: Trivial
>  Attachments: MNG-86.patch
>
>
> m2-bootstrap-all.bat (CVS rev. 1.4) fails on line 114 if 
> M2_HOME=%USERPROFILE%/m2 (expands to 'C:\Documents and Settings\User/m2'). 
> This can be fixed by replacing line 104 with:
> SET MAVEN_CMD_LINE_ARGS=%MAVEN_CMD_LINE_ARGS% -Dmaven.home="%M2_HOME%"
> The same error manifests itself in maven-core-it/maven-core-it.bat, where 
> line 23 can be replaced with:
> %JAVA_HOME%\bin\java.exe %* -Dmaven.home="%M2_HOME%" -cp 
> "..\maven-core-it-verifier\target\maven-core-it-verifier-1.0.jar" 
> org.apache.maven.it.Verifier
> as a fix.
> There will be a lot of errors if M2_HOME is set like 'SET 
> M2_HOME="C:\Documents and Settings\User\m2"' (notice double qoutes around the 
> path). These qoutes should probably be stripped before trying to use M2_HOME 
> in any script. Or a suitable warning could be put in the docs :-)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to