GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-05-23T20:57:50.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2014 Sprint 10, 2014 Sprint 10 Tooling, Release 3.3.0 |
Components | CLI |
Labels | module_blackberry, qe-testadded |
Reporter | Lokesh Choudhary |
Assignee | Chris Barber |
Created | 2013-04-16T18:47:37.000+0000 |
Updated | 2014-05-23T20:57:58.000+0000 |
Description:
1. In the cli execute 'ti create module'
2. Notice the options you get for the platforms
Actual Results:
1. We see 'BlackBerry' as a platform option even though modules for BB are not supported as of now
2. NOTE : going ahead & creating the module for BB gives us a default two tabbed app
Expected result:
1. There should be no BB platform option in the 'ti create module' command & it is not supported as of today i.e 4/16/13
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.