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

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

    [ https://issues.apache.org/jira/browse/CB-2175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13547592#comment-13547592 ] 

Filip Maj commented on CB-2175:
-------------------------------

Which specific {{cordova}} command are you referring to in your example above? i.e. from which implementation? (android, ios, etc)
                
> 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: CLI
>    Affects Versions: 2.2.0
>         Environment: Mac os
>            Reporter: Adalbert Wysocki
>            Assignee: Filip Maj
>   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