[TIMOB-16955] BlackBerry: CLI does not create modules
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-05-23T20:48:00.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2014 Sprint 10, 2014 Sprint 10 Tooling, Release 3.3.0 |
Components | BlackBerry |
Labels | module_blackberry, qe-testadded, regression |
Reporter | Pedro Enrique |
Assignee | Chris Barber |
Created | 2014-05-14T00:28:52.000+0000 |
Updated | 2014-05-23T20:48:04.000+0000 |
Description
Up until Ti SDK 3.2.0, using the CLI command created a blackberry module template:
titanium create -p blackberry --id <MODULE_ID> -n <MODULE_NAME> -t module
Now, with 3.3.0, this creates a template without the blackberry module files.
BlackBerry master pull request: https://github.com/appcelerator/titanium_mobile_blackberry/pull/226
Verified fixed on: Mac OSX 10.9.3 Appcelerator Studio, build: 3.3.0.201405161313 Titanium SDK, build: 3.3.0.v20140516180912 Titanium CLI, build: 3.3.0-dev Alloy: 1.4.0-alpha BlackBerry SDK: 10.3.0.440 BlackBerry Device: 10.2.1.2947
titanium create -p blackberry --id com.appcelerator.blackberrymodule -n blackberryModule -t module
successfully creates a blackberry module. Built the module using node build.js inside the blackberry folder created the packaged .zip file. Attached the module to a blackberry application and the application launched successfully, detecting and executing the module as expected. Closing.