Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-16995] BlackBerry: Packaging a BlackBerry application never stops node when finished

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2014-05-20T20:32:49.000+0000
Affected Version/sRelease 3.3.0
Fix Version/sRelease 3.3.0
ComponentsBlackBerry, CLI
Labelsmodule_blackberry, qe-3.3.0, qe-testadded, regression
ReporterSamuel Dowse
AssigneePedro Enrique
Created2014-05-20T16:45:14.000+0000
Updated2014-05-30T21:35:21.000+0000

Description

Description

BlackBerry packaging using 'ti build' never stops node after it has finished with it. This causes the CLI command to just hang once it's packaged.

Steps To Reproduce

1. Create a simple BlackBerry project 2. Package the application for distribution

Expected Result

App should package and the CLI should stop node and await the users next input.

Actual Result

App packages successfully, but the CLI keeps node running, disallowing the user any further use of the terminal without first killing the node process manually. +Extra Information+ This did not occur in 3.2.3.GA

Comments

  1. Pedro Enrique 2014-05-20

    PR for master: https://github.com/appcelerator/titanium_mobile_blackberry/pull/233 PR for 3.3.x: https://github.com/appcelerator/titanium_mobile_blackberry/pull/234
  2. Samuel Dowse 2014-05-20

    Verified fixed on: Mac OSX 10.9.3 Appcelerator Studio, build: 3.3.0.201405161313 Titanium SDK, build: 3.3.0.v20140520141136 Titanium CLI, build: 3.3.0-alpha3 Alloy:1.4.0-alpha2 Once packaging has finished the node process is correctly killed. Closing.

JSON Source