Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15714] CLI: Module zip files are not extracted automatically

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2013-11-15T03:05:50.000+0000
Affected Version/sRelease 3.2.0
Fix Version/s2013 Sprint 23, 2013 Sprint 23 Core, Release 3.2.0
ComponentsCLI, Tooling
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2013-11-14T05:37:46.000+0000
Updated2013-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.

Comments

  1. Chris Barber 2013-11-14

    node-appc pull request: https://github.com/appcelerator/node-appc/pull/64
  2. Samuel Dowse 2013-11-15

    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.

JSON Source