Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-16955] BlackBerry: CLI does not create modules

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2014-05-23T20:48:00.000+0000
Affected Version/sn/a
Fix Version/s2014 Sprint 10, 2014 Sprint 10 Tooling, Release 3.3.0
ComponentsBlackBerry
Labelsmodule_blackberry, qe-testadded, regression
ReporterPedro Enrique
AssigneeChris Barber
Created2014-05-14T00:28:52.000+0000
Updated2014-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.

Comments

  1. Chris Barber 2014-05-16

    BlackBerry master pull request: https://github.com/appcelerator/titanium_mobile_blackberry/pull/226
  2. Samuel Dowse 2014-05-19

    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.

JSON Source