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/06/03 01:37:04 UTC

[jira] Created: (MAVEN-1303) bin/maven shell script shows an error on home directory which contains space.

Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1303
    Summary: bin/maven shell script shows an error on home directory which contains space.
       Type: Bug

     Status: Unassigned
   Priority: Minor

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

    Project: maven
 Components: 
             cli
   Versions:
             1.0-rc3

   Assignee: 
   Reporter: Trustin Lee

    Created: Wed, 2 Jun 2004 7:36 PM
    Updated: Wed, 2 Jun 2004 7:36 PM
Environment: Cygwin

Description:
My $HOME enviroment variable is:

/cygdrive/c/Documents and Settings/Trustin Lee/My Documents

so, the 54th line of bin/maven shell script:

  if [ -d ${HOME}/maven ] ; then

should be like this:

  if [ -d "${HOME}/maven" ] ; then

or, it will show an error:

[: and: unknown operand


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


[jira] Closed: (MAVEN-1303) bin/maven shell script shows an error on home directory which contains space.

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1303
    Summary: bin/maven shell script shows an error on home directory which contains space.
       Type: Bug

     Status: Closed
   Priority: Minor
 Resolution: FIXED

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

    Project: maven
 Components: 
             cli
   Fix Fors:
             1.0
   Versions:
             1.0-rc3

   Assignee: Brett Porter
   Reporter: Trustin Lee

    Created: Wed, 2 Jun 2004 7:36 PM
    Updated: Sat, 12 Jun 2004 6:23 PM
Environment: Cygwin

Description:
My $HOME enviroment variable is:

/cygdrive/c/Documents and Settings/Trustin Lee/My Documents

so, the 54th line of bin/maven shell script:

  if [ -d ${HOME}/maven ] ; then

should be like this:

  if [ -d "${HOME}/maven" ] ; then

or, it will show an error:

[: and: unknown operand


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