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

        

Reply via email to