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

Karl Heinz Marbaise closed MAPPASM-103.
---------------------------------------

    Resolution: Fixed

Patch applied in r15642.
Thanks.
                
> whitespace in BASEDIR causes call %BASEDIR%\bin\app-env.bat to fail
> -------------------------------------------------------------------
>
>                 Key: MAPPASM-103
>                 URL: https://jira.codehaus.org/browse/MAPPASM-103
>             Project: Mojo AppAssembler Plugin
>          Issue Type: Bug
>    Affects Versions: 1.0
>         Environment: Windows/BAT
>            Reporter: Carsten Madsen
>            Assignee: Karl Heinz Marbaise
>             Fix For: 1.2
>
>         Attachments: MAPPASM-103.diff
>
>
> Whitespace(s) in BASEDIR causes call %BASEDIR%\bin\app-env.bat to fail.
> This can be fixed by using "" in the generated bat file 
> :repoSetup
> if exist %BASEDIR%\bin\app-env.bat call %BASEDIR%\bin\app-env.bat
> should be
> :repoSetup
> if exist "%BASEDIR%\bin\app-env.bat" call "%BASEDIR%\bin\app-env.bat"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.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