Anthony Carlucci created RAVE-600:
-------------------------------------
Summary: JavaScript Closure Compiler is failing
Key: RAVE-600
URL: https://issues.apache.org/jira/browse/RAVE-600
Project: Rave
Issue Type: Bug
Affects Versions: 0.11
Reporter: Anthony Carlucci
Assignee: Anthony Carlucci
Priority: Minor
The Google Closure compiler, through the wro4j maven plugin, is failing to
minify the combined rave_all.min.js file:
May 2, 2012 10:51:44 AM com.google.javascript.jscomp.LoggerErrorManager println
SEVERE: wro4j-processed-file.js:136: ERROR - Parse error. invalid property id
float:false,
^
May 2, 2012 10:51:44 AM com.google.javascript.jscomp.LoggerErrorManager println
SEVERE: wro4j-processed-file.js:136: ERROR - Parse error. syntax error
float:false,
^
May 2, 2012 10:51:44 AM com.google.javascript.jscomp.LoggerErrorManager println
SEVERE: wro4j-processed-file.js:137: ERROR - Parse error. syntax error
tab:false
^
"float" is a reserved word and needs to be in quotes to be used as a property
name. (rave.js line 136 is the line that needs to be fixed)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira