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 (Assigned) (JIRA)" <ji...@apache.org> on 2012/02/01 21:58:58 UTC

[jira] [Assigned] (CB-15) bin/create make a wrong recursively copy

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

Joe Bowser reassigned CB-15:
----------------------------

    Assignee: Joe Bowser
    
> bin/create make a wrong recursively copy
> ----------------------------------------
>
>                 Key: CB-15
>                 URL: https://issues.apache.org/jira/browse/CB-15
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: Android
>            Reporter: konlux
>            Assignee: Joe Bowser
>            Priority: Minor
>
> The bin/create shellscript copies all the bin scripts to $PROJECT_PATH, but it also copy the project folder itself.
> So the script fails in the next line by trying to copy the phonegap-$VERSION.js file.
> There seems to be a simple workaround for me by changing the line
> cp -R ./bin/templates/project/ $PROJECT_PATH
> in
> cp -RT ./bin/templates/project/ $PROJECT_PATH

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira