Filip Maj created CB-2381:
-----------------------------
Summary: BlackBerry create script does not use name and package
parameters provided
Key: CB-2381
URL: https://issues.apache.org/jira/browse/CB-2381
Project: Apache Cordova
Issue Type: Bug
Components: BlackBerry
Affects Versions: 2.4.0
Environment: 2.4.0rc1
Reporter: Filip Maj
Assignee: Filip Maj
Fix For: 2.4.0
The reason is because the create script:
- runs {{ant dist}}
- then copies the {{./dist/sample}} app to the project path specified by the
user. This sample already has default app name and package id.
- the create script ends by interpolating tokens (__NAME__ and __PACKAGE__) it
expects in the config.xml to exist. But because it created a sample application
first, these tokens do not exist in the sample app config.xml.
In fact, the {{./bin/templates}} directory is completely unused. This must have
not functioned at all for a few releases.
--
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