[TIMOB-12005] CLI: use paths.sdks config for default Titanium SDK install directory
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-12-17T20:30:57.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | CLI |
Labels | qe-cli |
Reporter | Lokesh Choudhary |
Assignee | Chris Barber |
Created | 2012-12-08T01:17:27.000+0000 |
Updated | 2014-06-19T12:43:56.000+0000 |
Description
Steps to reproduce:
1.Run titanium sdk install --branch 3_0_X -default in CLI.
2.Notice that it will download the sdk & extract it to 'programdata/titanium'.
Actual Result:
1.Extract it to 'C:/programdata/titanium'.
Expected Result:
1.It should extract to 'users/-user-/appdata/roaming/titanium'.
This feature should be designed/implemented in conjunction with TIMOB-11988 due to overlap.
If no directory is specified in titanium config paths.sdks, the current default is: Windows: users/appdata/roaming/titanium Linux: ~/.titanium OSX: ~/Library/Application Support/Titanium
Dupe of TIMOB-11988
Closing as Duplicate.