You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2013/01/10 23:28:12 UTC

[jira] [Resolved] (CB-2175) Android build scripts fail when project path contains spaces

     [ https://issues.apache.org/jira/browse/CB-2175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser resolved CB-2175.
----------------------------

       Resolution: Cannot Reproduce
    Fix Version/s: 2.3.0

This must have been fixed in 2.3, since I can't reproduce it.
                
> Android build scripts fail when project path contains spaces 
> -------------------------------------------------------------
>
>                 Key: CB-2175
>                 URL: https://issues.apache.org/jira/browse/CB-2175
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.2.0
>         Environment: Mac os
>            Reporter: Adalbert Wysocki
>            Assignee: Joe Bowser
>             Fix For: 2.3.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When the project is located in a path with spaces, the clean/debug... cordova build scripts are failing.
> Fix: double quote paths:
> clean (L24):
> bash $CORDOVA_PATH/cordova clean
> =>
> bash "$CORDOVA_PATH/cordova" clean 
> cordova (L102)
> (cd $PROJECT_PATH && $1)
> =>
> (cd "$PROJECT_PATH" && $1)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira