Message: The following issue has been closed.
Resolver: Brett Porter Date: Sat, 23 Oct 2004 2:05 AM did more testing with spaces in the paths and have resolved these --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MAVEN-1406 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-1406 Summary: maven shell script doesn't work under cygwin Type: Bug Status: Closed Priority: Minor Resolution: FIXED Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven Components: cli Fix Fors: 1.0.1 Versions: 1.0 Assignee: Reporter: Mark Hobson Created: Mon, 26 Jul 2004 8:10 AM Updated: Sat, 23 Oct 2004 2:05 AM Environment: Windows XP, cygwin Description: When running maven under cygwin without MAVEN_HOME set, the following shell script errors occur: dirname: too many arguments Try `dirname --help' for more information. cd: can't cd to /cygdrive/c/Documents This is simply fixed as follows: maven: 64c64 < cd `dirname $PRG` --- > cd "`dirname "$PRG"`" 81c81 < cd $saveddir --- > cd "$saveddir" I haven't been able to test this under linux, but it should work. --------------------------------------------------------------------- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]