[JBoss JIRA] (RF-12842) Resources plugin: Allow EL expansion for resource links to allow packaging
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12842?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-12842:
---------------------------------
Changed the summary to reflect this new plan.
> Resources plugin: Allow EL expansion for resource links to allow packaging
> --------------------------------------------------------------------------
>
> Key: RF-12842
> URL: https://issues.jboss.org/browse/RF-12842
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: cdk
> Affects Versions: 4.3.1
> Reporter: Bernard Labno
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.Alpha2
>
>
> I want to package all my custom css files together with RF css files into single css file.
> I'm using maven-richfaces-resources-plugin for that.
> The problem is that css files with resource EL (i.e. #{resource['image.png']}) are excluded from packaging.
> The reason was RF-10474, but as discussed with Lukas Fryc, resource EL could be allowed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (RF-12842) Resources plugin: Allow EL expansion for resource links to allow packaging
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12842?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated RF-12842:
----------------------------
Fix Version/s: 5-Tracking
(was: 5.0.0.Alpha2)
> Resources plugin: Allow EL expansion for resource links to allow packaging
> --------------------------------------------------------------------------
>
> Key: RF-12842
> URL: https://issues.jboss.org/browse/RF-12842
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: cdk
> Affects Versions: 4.3.1
> Reporter: Bernard Labno
> Assignee: Lukáš Fryč
> Fix For: 5-Tracking
>
>
> I want to package all my custom css files together with RF css files into single css file.
> I'm using maven-richfaces-resources-plugin for that.
> The problem is that css files with resource EL (i.e. #{resource['image.png']}) are excluded from packaging.
> The reason was RF-10474, but as discussed with Lukas Fryc, resource EL could be allowed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (RF-12842) Resources plugin: Allow EL expansion for resource links to allow packaging
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12842?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated RF-12842:
----------------------------
Summary: Resources plugin: Allow EL expansion for resource links to allow packaging (was: Allow CSS files with resource EL to be packed)
> Resources plugin: Allow EL expansion for resource links to allow packaging
> --------------------------------------------------------------------------
>
> Key: RF-12842
> URL: https://issues.jboss.org/browse/RF-12842
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: cdk
> Affects Versions: 4.3.1
> Reporter: Bernard Labno
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.Alpha2
>
>
> I want to package all my custom css files together with RF css files into single css file.
> I'm using maven-richfaces-resources-plugin for that.
> The problem is that css files with resource EL (i.e. #{resource['image.png']}) are excluded from packaging.
> The reason was RF-10474, but as discussed with Lukas Fryc, resource EL could be allowed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (RF-12842) Allow CSS files with resource EL to be packed
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12842?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč edited comment on RF-12842 at 4/23/13 4:13 AM:
----------------------------------------------------------
We should rather modify the resources so that they doesn't include EL at all or this EL should be pre-rendered in the packaging phase.
was (Author: lfryc):
We should rather modify the resources so that they doesn't include EL at all.
> Allow CSS files with resource EL to be packed
> ---------------------------------------------
>
> Key: RF-12842
> URL: https://issues.jboss.org/browse/RF-12842
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: cdk
> Affects Versions: 4.3.1
> Reporter: Bernard Labno
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.Alpha2
>
>
> I want to package all my custom css files together with RF css files into single css file.
> I'm using maven-richfaces-resources-plugin for that.
> The problem is that css files with resource EL (i.e. #{resource['image.png']}) are excluded from packaging.
> The reason was RF-10474, but as discussed with Lukas Fryc, resource EL could be allowed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (RF-12842) Allow CSS files with resource EL to be packed
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12842?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-12842:
---------------------------------
I have few objections here
* resources with resource links ({{#{resource['*']}}} can't be cached by the browsers.
* the plugin serves as a packager which should allow you to move the generated resources to the third-party server, which isn't able render JSF resource links
> Allow CSS files with resource EL to be packed
> ---------------------------------------------
>
> Key: RF-12842
> URL: https://issues.jboss.org/browse/RF-12842
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: cdk
> Affects Versions: 4.3.1
> Reporter: Bernard Labno
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.Alpha2
>
>
> I want to package all my custom css files together with RF css files into single css file.
> I'm using maven-richfaces-resources-plugin for that.
> The problem is that css files with resource EL (i.e. #{resource['image.png']}) are excluded from packaging.
> The reason was RF-10474, but as discussed with Lukas Fryc, resource EL could be allowed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (RF-12842) Allow CSS files with resource EL to be packed
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12842?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-12842:
---------------------------------
We should rather modify the resources so that they doesn't include EL at all.
> Allow CSS files with resource EL to be packed
> ---------------------------------------------
>
> Key: RF-12842
> URL: https://issues.jboss.org/browse/RF-12842
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: cdk
> Affects Versions: 4.3.1
> Reporter: Bernard Labno
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.Alpha2
>
>
> I want to package all my custom css files together with RF css files into single css file.
> I'm using maven-richfaces-resources-plugin for that.
> The problem is that css files with resource EL (i.e. #{resource['image.png']}) are excluded from packaging.
> The reason was RF-10474, but as discussed with Lukas Fryc, resource EL could be allowed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (RF-12842) Allow CSS files with resource EL to be packed
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12842?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated RF-12842:
----------------------------
Fix Version/s: 5.0.0.Alpha2
> Allow CSS files with resource EL to be packed
> ---------------------------------------------
>
> Key: RF-12842
> URL: https://issues.jboss.org/browse/RF-12842
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: cdk
> Affects Versions: 4.3.1
> Reporter: Bernard Labno
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.Alpha2
>
>
> I want to package all my custom css files together with RF css files into single css file.
> I'm using maven-richfaces-resources-plugin for that.
> The problem is that css files with resource EL (i.e. #{resource['image.png']}) are excluded from packaging.
> The reason was RF-10474, but as discussed with Lukas Fryc, resource EL could be allowed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months