[TIMOB-2278] Android: aapt warnings are treated as errors
| GitHub Issue | n/a | 
|---|---|
| Type | Bug | 
| Priority | Medium | 
| Status | Closed | 
| Resolution | Fixed | 
| Resolution Date | 2011-04-17T01:58:37.000+0000 | 
| Affected Version/s | n/a | 
| Fix Version/s | Release 1.5.0 | 
| Components | Android | 
| Labels | aapt, android, defect, mobilesdk | 
| Reporter | Marshall Culpepper | 
| Assignee | Marshall Culpepper | 
| Created | 2011-04-15T03:15:30.000+0000 | 
| Updated | 2011-04-17T01:58:37.000+0000 | 
Description
If aapt issues warnings on stderr, builder.py forcefully exits even though in some cases the warnings may not be fatal. As a test put a file starting with a "." under a directory in platform/android/res, and there should be a "skipping file" warning.
(from [4709549065e50e06db1e9225bc2cabbc2634381c]) don't fatally exit if aapt just prints warnings, added support to run.run for specifiying a warning regex [#2278 state:fixed-in-qa] https://github.com/appcelerator/titanium_mobile/commit/4709549065e50e06db1e9225bc2cabbc2634381c"> https://github.com/appcelerator/titanium_mobile/commit/4709549065e5...
[INFO] Compiling localization files [WARN] (skipping hidden file '/Users/mattschmulen/trees/appcelerator/github_titanium_mobile/titanium_mobile/demos/KitchenSink/build/android/res/.2278Test.txt') [INFO] Compiling Android Resources... This could take some time