Filip Maj created CB-2300:
-----------------------------
Summary: ./bin/create script for BlackBerry should employ
parameters consistent with other platforms
Key: CB-2300
URL: https://issues.apache.org/jira/browse/CB-2300
Project: Apache Cordova
Issue Type: Bug
Components: BlackBerry
Affects Versions: 2.3.0
Environment: mac os
Reporter: Filip Maj
Assignee: Tim Kim
Fix For: 2.4.0
The parameters for ./bin/create on BB are currently:
./bin/create <path> <appname>
All other platforms have:
./bin/create <path> <package> <appname>
Additionally, [judging by the config.xml
template|https://github.com/apache/cordova-blackberry/blob/master/bin/templates/project/www/config.xml#L27-L29],
it looks like the APPNAME is used for both the {{<widget>}} element's {{id}}
parameter as well as the contents of the {{<name>}} element. This is wrong. Per
the [BlackBerry config.xml
documentation|https://developer.blackberry.com/html5/documentation/widget_element_834671_11.html],
the id is recommended to have a reverse-domain style identifier (just like iOS
and Android), whereas the {{<name>}} element should have a human-readable
application name.
--
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