[AC-587] Technical issues due to 5.1.2.GA upgrade has broken compilation
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2016-01-29T13:53:54.000+0000 |
Affected Version/s | Appcelerator Studio 4.4.0 |
Fix Version/s | n/a |
Components | Appcelerator CLI |
Labels | n/a |
Reporter | Rainer Schleevoigt |
Assignee | Shak Hossain |
Created | 2016-01-28T14:31:30.000+0000 |
Updated | 2016-01-29T17:20:14.000+0000 |
Description
After installing of SDK 5.1.2.GA the compilation stopps with
[DEBUG] : Copying template /Users/fuerst/Library/Application Support/Titanium/mobilesdk/osx/5.1.1.GA/android/templates/build/AppInfo.java => /Users/fuerst/Documents/APPC_WORKSPACE/Tierstimmenarchiv/build/android/gen/de/appwerft/tierstimmenarchiv/TierstimmenarchivAppInfo.java
2016-01-28T12:11:29.634Z | TRACE | titanium exited with exit code 0
2016-01-28T12:11:29.635Z | TRACE | Sending exit signal to titanium process: 2831
After this I have started tools/android and upgraded all new stuff.
Output of appc ti config:
https://gist.github.com/AppWerft/4af36849f0b6eff4ba2c
Output of appc ti. info -t android
https://gist.github.com/AppWerft/9ec70cacc2d337beaa06
check gives me:
https://gist.github.com/AppWerft/4a6b96a8731b149f7309
This I see weired:
Titanium SDK
✓ latest sdk installed (v4.0.0.GA)
✓ selected sdk up-to-date (v4.0.0.GA)
Self solved: The issue wasn't in relation to upgrade. I found invalid text (utf8) inside description tag in tiapp.xml. Hint for me was the last valid command COPY AppInfo.java. After editing the tiapp.xml the problem was solved. Please close.
Danke Rainer!
I think it is a good idea to catch this kind of parse errors in tiapp.xml. Wrong characters kills the script.