[TIMOB-16328] Android: when using JSS for styling, error occurs in ApplicationStyleSheet.java during compilation
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2014-01-29T19:01:09.000+0000 |
| Affected Version/s | Release 3.2.1 |
| Fix Version/s | n/a |
| Components | Android |
| Labels | qe-3.2.1, regression |
| Reporter | Paras Mishra |
| Assignee | Ingo Muschenetz |
| Created | 2014-01-28T10:07:21.000+0000 |
| Updated | 2017-03-22T17:30:48.000+0000 |
Description
Android: when using JSS for styling, error occurs in ApplicationStyleSheet.java during compilation
App works fine in SDK: 3.1.3.GA
Steps to reproduce:
1. Run the Attached app containing JSS files
Expected:
A white screen should be displayed with the text 'Hello World"
Actual:
Errors occured as:
"
[ERROR] : Failed to compile Java source files:
[ERROR] :
[ERROR] : /Users/paras.mishra/appc/titanium_mobile_tests_internal/FeatureTest/Window/Window_timob6931/build/android/gen/com/appcelerator/windowtimob6931/ApplicationStylesheet.java:23: unclosed string literal
[ERROR] : app_classesMap_mainwindow.put("backgroundColor", "'#ffffff',
[ERROR] : ^
[ERROR] : /Users/paras.mishra/appc/titanium_mobile_tests_internal/FeatureTest/Window/Window_timob6931/build/android/gen/com/appcelerator/windowtimob6931/ApplicationStylesheet.java:23: ';' expected
[ERROR] : app_classesMap_mainwindow.put("backgroundColor", "'#ffffff',
[ERROR] : ^
[ERROR] : /Users/paras.mishra/appc/titanium_mobile_tests_internal/FeatureTest/Window/Window_timob6931/build/android/gen/com/appcelerator/windowtimob6931/ApplicationStylesheet.java:24: illegal start of expression
[ERROR] : navBarHidden : true,
[ERROR] : ^
[ERROR] : /Users/paras.mishra/appc/titanium_mobile_tests_internal/FeatureTest/Window/Window_timob6931/build/android/gen/com/appcelerator/windowtimob6931/ApplicationStylesheet.java:24: ';' expected
[ERROR] : navBarHidden : true,
[ERROR] : ^
[ERROR] : /Users/paras.mishra/appc/titanium_mobile_tests_internal/FeatureTest/Window/Window_timob6931/build/android/gen/com/appcelerator/windowtimob6931/ApplicationStylesheet.java:24: illegal start of expression
[ERROR] : navBarHidden : true,
[ERROR] : ^
[ERROR] : /Users/paras.mishra/appc/titanium_mobile_tests_internal/FeatureTest/Window/Window_timob6931/build/android/gen/com/appcelerator/windowtimob6931/ApplicationStylesheet.java:25: ';' expected
[ERROR] : fullscreen: false");
[ERROR] : ^
[ERROR] : /Users/paras.mishra/appc/titanium_mobile_tests_internal/FeatureTest/Window/Window_timob6931/build/android/gen/com/appcelerator/windowtimob6931/ApplicationStylesheet.java:25: unclosed string literal
[ERROR] : fullscreen: false");
[ERROR] :
"
Attachments
| File | Date | Size |
|---|---|---|
| Window_timob6931.zip | 2014-01-28T10:07:21.000+0000 | 3124278 |
JSS has been deprecated, so this will likely be a "won't fix"
JSS has been deprecated and thus this issue will not be addressed.
Closing ticket as the issue will not fix and with reference to the above comments.