You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by ji...@codehaus.org on 2004/09/30 09:04:51 UTC

[jira] Updated: (MNG-86) m2-bootstrap-all.bat fails if ${maven.home} contains spaces

The following issue has been updated:

    Updater: $changelogauthor.fullName (mailto:)
       Date: Thu, 30 Sep 2004 3:04 AM
    Changes:
             Attachment changed to MNG-86.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MNG-86?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MNG-86

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-86
    Summary: m2-bootstrap-all.bat fails if ${maven.home} contains spaces
       Type: Bug

     Status: Unassigned
   Priority: Trivial

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2

   Assignee: 
   Reporter: Magne Rasmussen

    Created: Wed, 29 Sep 2004 9:35 AM
    Updated: Thu, 30 Sep 2004 3:04 AM
Environment: Windows XP SP2, JDK 1.4.2_05

Description:
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 :-)


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira