[TIMOB-2883] Android: python NameError when error occurs creating distribution package
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T02:00:20.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.5.0, rplist |
Reporter | Bill Dawson |
Assignee | Bill Dawson |
Created | 2011-04-15T03:31:55.000+0000 |
Updated | 2011-04-17T02:00:20.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 you should get the attached Packaging Error.
Attachments
File | Date | Size |
---|---|---|
packaging_error.jpg | 2011-04-15T03:31:56.000+0000 | 54387 |
(from [b50272024c5c1cc0f54b1e715b4d882d867c7dc6]) [#2883 state:fixed-in-qa] In run.py, replace call to non-existent 'error()' function https://github.com/appcelerator/titanium_mobile/commit/b50272024c5c1cc0f54b1e715b4d882d867c7dc6"> https://github.com/appcelerator/titanium_mobile/commit/b50272024c5c...
The buggy error is fixed, but I note now that no info is shown to the user if packaging fails because of the bad keystore info. Created #2884 for that.
(from [904ef9658997c8e8c7606363acaaf51d85c0230c]) [#2883 state:fixed-in-qa] In run.py, replace call to non-existent 'error()' function https://github.com/appcelerator/titanium_mobile/commit/904ef9658997c8e8c7606363acaaf51d85c0230c"> https://github.com/appcelerator/titanium_mobile/commit/904ef9658997...
verified locally, the error message looks "sane" now