[ http://jira.codehaus.org/browse/MNG-1244?page=all ] Brett Porter closed MNG-1244: -----------------------------
Resolution: Fixed applied > 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 > Assignee: Brett Porter > Priority: Minor > Fix For: 2.0.1 > Attachments: MNG-1244.txt > > > 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]