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

Brett Porter updated MAPPASM-28:
--------------------------------

    Fix Version/s: 1.0

> If the shell scripts are deployed to a directory with and ancestor whose name 
> has spaces, they will fail.
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: MAPPASM-28
>                 URL: http://jira.codehaus.org/browse/MAPPASM-28
>             Project: Mojo AppAssembler Plugin
>          Issue Type: Bug
>         Environment: Unix/Cygwin
>            Reporter: Donley R. P'Simer
>            Priority: Critical
>             Fix For: 1.0
>
>         Attachments: SpacesInPathsForWindowsXp-v2.diff, 
> SpacesInPathsForWindowsXp.diff
>
>
> The current usage of the "dirname" program in the shell scripts does not 
> support a directory path where any ancestors have spaces in their name.
> The fix is very simple.
> Change:
> {{BASEDIR=`dirname $0`/..}}
> To:
> {{BASEDIR=`dirname "$0"`/..}}

-- 
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