[TIMOB-2884] Android: Distribution packaging failures are silent
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T02:00:21.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.6.0 M06 |
Components | Android |
Labels | android, defect, release-1.5.2, release-1.6.0, reported-1.6.0 |
Reporter | Bill Dawson |
Assignee | Don Thorp |
Created | 2011-04-15T03:31:58.000+0000 |
Updated | 2011-04-17T02:00:21.000+0000 |
Description
Re-create:
- Open Titanium Developer and choose any project or create a new
one.
- Make sure mobile sdk 1.5 or higher is selected
- Go to the Test & Package view, to the Distribute sub-view
and choose Android.
- Fill in a valid Distribution Location and at least put a valid
folder path in the Key Store Location field. You can then fill in
bogus Key Store Password and Alias fields.
- Click "Package"
After a while, it will finish without showing any errors. But the packaging has actually failed (obviously, since you put in bogus keystore info).
Don, you want to milestone this somewhere? It comes out of #2883, which was a buggy error. That's fixed, but uncovers the deeper problem that no error is given to user when packaging fails because of bad keystore info.
(from [83b26a160bad419b5312cd67708a518af9655744]) [#2884 state:fixed-in-qa] Fix silent distribution (packaging) errors https://github.com/appcelerator/titanium_mobile/commit/83b26a160bad419b5312cd67708a518af9655744"> https://github.com/appcelerator/titanium_mobile/commit/83b26a160bad...
(from [ec33d8f7f4f302775b4107f8f27aceec2f271fba]) [#2884 state:fixed-in-qa] Fix silent distribution (packaging) errors https://github.com/appcelerator/titanium_mobile/commit/ec33d8f7f4f302775b4107f8f27aceec2f271fba"> https://github.com/appcelerator/titanium_mobile/commit/ec33d8f7f4f3...
(from [915f58f6bfac3221437b884454136a69a627a70d]) [#2884 state:fixed-in-qa] removed "as" keyword in exception handling as no longer valid in python 2.6+ https://github.com/appcelerator/titanium_mobile/commit/915f58f6bfac3221437b884454136a69a627a70d"> https://github.com/appcelerator/titanium_mobile/commit/915f58f6bfac...
verified error looks good, resolving