[TIMOB-16361] CLI: Alert user with pretty error message if using SDK 3.2.1 with CLI 3.2.0
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-02-03T23:07:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2014 Sprint 03, 2014 Sprint 03 Core, Release 3.2.1, Release 3.3.0 |
Components | CLI |
Labels | qe-closed-3.3.0, qe-testadded, titanium_cli |
Reporter | Ingo Muschenetz |
Assignee | Chris Barber |
Created | 2014-02-03T18:44:35.000+0000 |
Updated | 2014-07-31T22:05:06.000+0000 |
Description
If a user attempts the above combination, they get a confusing error message. We should correct this to avoid pain and suffering.
Titanium CLI master pull request: https://github.com/appcelerator/titanium/pull/108 Titanium CLI 3.2.x pull request: https://github.com/appcelerator/titanium/pull/109
To test, 1. create a project 2. locate the titanium sdk that you are gonna build with 3. open cli/commands/build.js 4. set exports.cliVersion to ">=3.4" 5. build the app