[AC-2675] Parsing error with titanium locale file with Alloy run
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-02-07T01:28:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy |
Labels | n/a |
Reporter | Ming Liu |
Assignee | Shak Hossain |
Created | 2013-02-05T07:10:42.000+0000 |
Updated | 2016-03-08T07:41:46.000+0000 |
Description
When running the app with command 'alloy run', & symbol in locale xml file causes crash during build. This, however, does not happen with 'titanium build'.
Also, when converting & symbol in locale xml file to xml entity &, the L() eventually maps the string to 'amp' instead of '&' as expected
In Alloy 1.0.0 "alloy run" will use the "titanium build" command under the hood, having identical behavior. This should solve this issue.