You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/07/01 15:52:16 UTC

[jira] Commented: (MAVEN-1354) maven.bat does not handle user home at root of drive (Windows)

The following comment has been added to this issue:

     Author: Carlos Sanchez
    Created: Thu, 1 Jul 2004 9:51 AM
       Body:
A workaround is using / instead of \

set HOME=Q:/

will work
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1354?page=comments#action_21242

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1354

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1354
    Summary: maven.bat does not handle user home at root of drive (Windows)
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 30 minutes
 Time Spent: Unknown
  Remaining: 30 minutes

    Project: maven
   Fix Fors:
             1.0
   Versions:
             1.0-rc4

   Assignee: Brett Porter
   Reporter: Harald Ommang

    Created: Thu, 1 Jul 2004 2:40 AM
    Updated: Thu, 1 Jul 2004 9:51 AM
Environment: Windows

Description:
In maven.bat for rc4, a new property is added to the command line for running maven: "-Duser.home.env=%HOME%". When the user has %HOME% set to the root of a drive, so that the result is e.g. "-Duser.home.env=Q:\" , this command fails. The backslash escapes the following quoute, and java.exe complains that the usage pattern is not followed.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org