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

Brett Porter closed MAPPASM-28.
-------------------------------

         Assignee: Brett Porter
       Resolution: Cannot Reproduce
    Fix Version/s:     (was: 1.0)

this already seems to be the case in the current shell script

> 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
>            Assignee: Brett Porter
>            Priority: Critical
>         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