[richfaces-issues] [JBoss JIRA] (RF-11994) Xcss2EcssConverter error handling f:importResource

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Tue Mar 6 17:41:36 EST 2012


    [ https://issues.jboss.org/browse/RF-11994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674200#comment-12674200 ] 

Lukáš Fryč edited comment on RF-11994 at 3/6/12 5:41 PM:
---------------------------------------------------------

The pull request has been reviewed and merged.

Thanks for your efforts!
                
      was (Author: lfryc):
    The pull request has been reviewed and merge.

Thanks for your efforts!
                  
> Xcss2EcssConverter error handling f:importResource
> --------------------------------------------------
>
>                 Key: RF-11994
>                 URL: https://issues.jboss.org/browse/RF-11994
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.2.0.CR1
>            Reporter: Dupont Dupont
>            Assignee: Dupont Dupont
>             Fix For: 4.3.0.Milestone1
>
>
> When using Xcss2EcssConverter to transform xcss to ecss, I've the following error :
> Source xcss :
> {code:xml} 
> <f:importResource src="META-INF/skins/charte/commun/css/sx_commun.xcss" />
> {code}
> Is transformed to :
> {noformat} 
> @import url("#{resource['META-INF/skins/charte/commun/css/sx_commun.ecss']"}
> {noformat}
> It should be :
> {noformat} 
> @import url("#{resource['META-INF/skins/charte/commun/css/sx_commun.ecss']}");
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list