Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23559] SDK no longer installed in uniquely named folder

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2016-06-27T15:15:02.000+0000
Affected Version/sRelease 6.0.0
Fix Version/sRelease 6.0.0
ComponentsTooling
Labelsqe-5.4.0
ReporterEwan Harris
AssigneeChristopher Williams
Created2016-06-27T10:50:19.000+0000
Updated2016-09-09T15:34:06.000+0000

Description

Description

When installing an SDK the SDK is no longer placed in a folder named using the unique named of the SDK. Instead, it is simply placed in a folder titled 6.0.0.

Steps to reproduce

Install the latest master branch SDK ti sdk install -b master -d

Check the SDK folder dir C:\ProgramData\Titanium\mobilesdk\win32 or ls /Users/$USER/Library/Application\ Support/Titanium/mobilesdk/osx

Actual result

The latest installed SDK from master branch will be in a folder named 6.0.0

Expected result

The latest installed SDK from master branch should be in a folder named with it's unique name

Comments

  1. Christopher Williams 2016-06-27

    Fixed: https://github.com/appcelerator/titanium_mobile/commit/31d8482668c846c1409751e0c5e4d1928cddebea I was packaging the short version name folder in the zip file, but should use the full "version tag" for the folder.
  2. Ewan Harris 2016-09-09

    Verified using: Environment information: OS: Microsoft Windows 10 Pro 10.0.14393 Appc core: 6.0.0-38 Appc NPM: 4.2.8-6 Ti SDK: 6.0.0.v20160909001132 SDK is now installed in a correctly named folder Closing ticket

JSON Source