[TIMOB-15714] CLI: Module zip files are not extracted automatically
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-11-15T03:05:50.000+0000 |
Affected Version/s | Release 3.2.0 |
Fix Version/s | 2013 Sprint 23, 2013 Sprint 23 Core, Release 3.2.0 |
Components | CLI, Tooling |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2013-11-14T05:37:46.000+0000 |
Updated | 2013-11-15T21:08:05.000+0000 |
Description
If you put a module zip file ~/Library/Application Support/Titanium, the zip file is never extracted.
To reproduce:
1) place module zip file in ~/Library/Application Support/Titanium
2) create an app in either Studio or CLI
3) add any module to tiapp.xml
4) build app for any platform/target
5) watch log output near top for "[INFO] Installing module: whatever-module-1.0.zip"
6) verify module was extracted to ~/Library/Application Support/Titanium/modules and that zip file was deleted
Actual:
The zip file is never extracted.
Expected:
Zip file is extracted and deleted.
node-appc pull request: https://github.com/appcelerator/node-appc/pull/64
Verified fixed on: Mac OSX 10.9 Mavericks Titanium Studio, build: 3.2.0.201311150750 Titanium SDK, build: 3.2.0.v20131115104635 CLI: 3.2.0 Alloy: 1.3.0 Moved module zip to titanium folder and ran "ti build" on project. Module was extracted and installed into the project and deleted when finished with. Closing.