bin/m2 breaks with spaces in path --------------------------------- Key: MNG-1244 URL: http://jira.codehaus.org/browse/MNG-1244 Project: Maven 2 Type: Bug Versions: 2.0 Environment: Windows XP, Cygwin Reporter: Mark Hobson Priority: Minor
The bin/m2 script breaks under cygwin if the m2 home has spaces in the path. Quick fix: 25c25 < exec `dirname $0`/mvn $@ --- > exec "`dirname "$0"`/mvn" $@ -- 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]