[ 
http://jira.codehaus.org/browse/MAPPASM-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brett Porter updated MAPPASM-20:
--------------------------------

    Fix Version/s: 1.0

> Repo path contains extra quotes and fail when spaces in path
> ------------------------------------------------------------
>
>                 Key: MAPPASM-20
>                 URL: http://jira.codehaus.org/browse/MAPPASM-20
>             Project: Mojo AppAssembler Plugin
>          Issue Type: Bug
>            Reporter: Erik Putrycz
>             Fix For: 1.0
>
>         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


Reply via email to