[TIMOB-16995] BlackBerry: Packaging a BlackBerry application never stops node when finished
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-05-20T20:32:49.000+0000 |
Affected Version/s | Release 3.3.0 |
Fix Version/s | Release 3.3.0 |
Components | BlackBerry, CLI |
Labels | module_blackberry, qe-3.3.0, qe-testadded, regression |
Reporter | Samuel Dowse |
Assignee | Pedro Enrique |
Created | 2014-05-20T16:45:14.000+0000 |
Updated | 2014-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
JSON Source
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
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.