Repo path contains extra quotes and fail when spaces in path
------------------------------------------------------------
Key: MOJO-887
URL: http://jira.codehaus.org/browse/MOJO-887
Project: Mojo
Issue Type: Bug
Components: appassembler
Reporter: Erik Putrycz
Attachments: appassembler.patch
the bat file generated fails to execute if the path contain spaces. The java
command fails because of extra quotes in the classpath.
I located a possible source
if "%REPO%"=="" set REPO="%BASEDIR%\repo"
the quotes around REPO are not necessary
it should be
if "%REPO%"=="" set REPO=%BASEDIR%\repo
--
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 from this list please visit:
http://xircles.codehaus.org/manage_email