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 (Closed) (JIRA)" <ji...@apache.org> on 2012/04/20 00:30:43 UTC

[jira] [Closed] (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 closed CB-15.
------------------------

    Resolution: Cannot Reproduce

I can't reproduce this on the latest, suspecting that this has been resolved when Simon did the changes to remove duplicate files in the repo.
                
> 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
>            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