You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "Anthony Carlucci (JIRA)" <ji...@apache.org> on 2012/05/02 16:58:51 UTC

[jira] [Resolved] (RAVE-600) JavaScript Closure Compiler is failing

     [ https://issues.apache.org/jira/browse/RAVE-600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Carlucci resolved RAVE-600.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.12
    
> 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
>             Fix For: 0.12
>
>
> 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