]
Brian Leathem updated RF-11994:
-------------------------------
Fix Version/s: 4.2.2.Final
(was: 4.2-Tracking)
Git Pull Request:
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.2.2.Final
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: