Titanium JIRA Archive
Alloy (ALOY)

[ALOY-523] On errors running from titanium CLI, you get double log severity labels

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-04-12T20:53:38.000+0000
Affected Version/sn/a
Fix Version/sAlloy 1.2.0, 2013 Sprint 08
ComponentsTitanium SDK
Labelsqe-testadded
ReporterJeff Haynie
AssigneeTony Lukasavage
Created2013-02-17T08:10:05.000+0000
Updated2014-06-22T13:21:23.000+0000

Description

Double [ERROR] in logs. Should only be one.

Comments

  1. Tony Lukasavage 2013-04-12

    Resolved here: https://github.com/appcelerator/alloy/commit/b39aa7118744dfd1270efeab1c503735aad17e3d
  2. Federico Casali 2013-08-08

    Issue is verified as fixed. [ERROR] is displayed single. For example:
       [ERROR] Error parsing XML file.
       [ERROR] end tag name: Alloy is not match the current start tagName:undefined
       [ERROR] @#[line:7,col:11]
       [ERROR] Alloy compiler failed
       
    Environment: Titanium SDK 3.1.2.v20130807171139 Alloy 1.2.0-alpha6 Appcelerator Studio 3.1.2.201308071912 CLI 3.1.2-alpha Node 0.10.13 With previous 3.1.1 and 1.1.3 it was displayed double:
       [ERROR] [ERROR] Error parsing XML file.
       [ERROR] [ERROR] end tag name: Alloy is not match the current start tagName:undefined
       [ERROR] [ERROR] @#[line:7,col:11]
       [ERROR] Alloy compiler failed
       

JSON Source