[ALOY-692] Alloy error output truncated with SDK < 3.0 on Windows
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2014-01-20T22:32:32.000+0000 |
Affected Version/s | Alloy 1.1.2 |
Fix Version/s | n/a |
Components | Tooling |
Labels | qe-sdk3.0.2 |
Reporter | Federico Casali |
Assignee | Tony Lukasavage |
Created | 2013-02-13T18:17:30.000+0000 |
Updated | 2014-06-22T13:23:21.000+0000 |
Description
Problem description
When building using TiSDK < 3.0.0 , the error message displayed on console is not complete on WindowsSteps
Build a project with Alloy 1.0.0 and TiSDK 2.1.4 Expected result: build fails with error message:
[ERROR] Alloy 1.0.0+ requires Titanium SDK 3.0.0 or higher.
[ERROR] Version "2.1.4.GA" was found in the "sdk-version" field of your tiapp.xml.
[ERROR] If you are building with the old titanium.py script and are specifying an SDK version
[ERROR] as a CLI argument that is different than the one in your tiapp.xml, please change the
[ERROR] version in your tiapp.xml file.
[ERROR] Alloy compile failed
Result: on Windows machines, the error message is not complete. However it still contains the first line which include the main information.
[ERROR] Alloy 1.0.0+ requires Titanium SDK 3.0.0 or higher.
[ERROR] Alloy compile failed
On OS X and Linux machines is displayed correctly
Attachments
File | Date | Size |
---|---|---|
Capture_terminal.PNG | 2013-02-15T00:24:27.000+0000 | 96980 |
Capture.PNG | 2013-02-15T00:24:27.000+0000 | 36571 |
Screen Shot 2013-02-14 at 12.14.32 PM.png | 2013-02-14T17:14:18.000+0000 | 32122 |
Screen Shot 2013-02-14 at 12.14.43 PM.png | 2013-02-14T17:14:18.000+0000 | 31288 |