GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-08-08T22:33:35.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 16, 2013 Sprint 16 Core, Release 3.1.2, Release 3.2.0 |
Components | CLI, Tooling |
Labels | Studio, android, distribution, qe-closed-3.1.2, qe-testadded, triage |
Reporter | Shannon Hicks |
Assignee | Chris Barber |
Created | 2013-04-17T17:13:40.000+0000 |
Updated | 2013-12-03T20:04:55.000+0000 |
If a build fails, TiStudio still says it succeeded, console says (correctly) build failed. See screenshot.
The problem is if the build callback receives an error, it says there was an error, but doesn't exit with a non-zero exit code.
Tested with: Titanium Studio, build: 3.1.0.201304151600 SDK, build: 3.1.0.GA I used an incorrect password to fail the build. Although we get message "Packaging successful", there is no apk file in Distribution Location.
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/4560 3_1_X pull request: https://github.com/appcelerator/titanium_mobile/pull/4561
Tested with: Appcelerator Studio, build: 3.1.2.201308091728 Titanium SDK, build: 3.1.2.GA CLI: 3.1.2 Project failed to build with incorrect password, no toast appearance and no .apk file. Closing as fixed.