[JBoss JIRA] (RF-12214) Pack plain skin with UI components distribution (the resource plugin needs to be fixed)
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12214?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-12214.
----------------------------
Verified with both 4.5.0.Alpha1 and 5.0.0.Alpha2.
I verified it on showcase with plain skin and resource optimization enabled.
Closing.
> Pack plain skin with UI components distribution (the resource plugin needs to be fixed)
> ---------------------------------------------------------------------------------------
>
> Key: RF-12214
> URL: https://issues.jboss.org/browse/RF-12214
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: resource handling
> Affects Versions: 4.2.1.Final
> Reporter: Nicolas Daniels
> Assignee: Lukáš Fryč
> Priority: Minor
> Labels: needs-qe
> Fix For: 4.5.0.Alpha1, 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> The plain skin is not packed/compresses as other styles, mainly because images generation is failing due to null property values.
> It could be good to have it as well. Beside it, probably that image generation with null value should be handled.
> Of course, any failed image generation should not be referenced in resulting css.
> (Fyi, currently, generating plain skin is working despite the warnings but missing images are still referenced in resulting css. This is not really good for resources optimization ;-))
--
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, 4 months
[JBoss JIRA] (RF-13426) Showcase - version info in footer shows 5.0.0.Alpha2 instead of 4.5.0.Alpha1
by Juraj Húska (JIRA)
Juraj Húska created RF-13426:
--------------------------------
Summary: Showcase - version info in footer shows 5.0.0.Alpha2 instead of 4.5.0.Alpha1
Key: RF-13426
URL: https://issues.jboss.org/browse/RF-13426
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 4.5.0.Alpha1
Reporter: Juraj Húska
Priority: Minor
In showcase footer page section, there is _RichFaces Framework by JBoss by Red Hat, version 5.0.0.Alpha2_.
It should be with 4.5.0.Alpha1.
The version is so because it is retrieved from {{VersionBean}}, which is from the 5.0.0.Alpha2 framework.
IMHO it can cause some misunderstanding, or do we want to stress that the core is from RF 5 ?
--
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, 4 months
[JBoss JIRA] (RF-13276) Optimized resources should be generated into generated-resources
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13276?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13276:
------------------------------------
Write, your observations indicate that this is indeed working as expected. You can close the issue.
> Optimized resources should be generated into generated-resources
> ----------------------------------------------------------------
>
> Key: RF-13276
> URL: https://issues.jboss.org/browse/RF-13276
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: resource handling
> Affects Versions: 5.0.0.Alpha1
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 45 minutes
> Remaining Estimate: 45 minutes
>
> The execution of org.richfaces.resource.optimizer.GenerateResourcesMain places the generated resources directly into the _target/classes_ folder. Rather, the generated resources should be placed into _target/generated-resources_.
--
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, 4 months
[JBoss JIRA] (RF-13276) Optimized resources should be generated into generated-resources
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13276?page=com.atlassian.jira.plugin.s... ]
Brian Leathem edited comment on RF-13276 at 12/6/13 6:55 AM:
-------------------------------------------------------------
Right, your observations indicate that this is indeed working as expected. You can close the issue.
was (Author: bleathem):
Write, your observations indicate that this is indeed working as expected. You can close the issue.
> Optimized resources should be generated into generated-resources
> ----------------------------------------------------------------
>
> Key: RF-13276
> URL: https://issues.jboss.org/browse/RF-13276
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: resource handling
> Affects Versions: 5.0.0.Alpha1
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 45 minutes
> Remaining Estimate: 45 minutes
>
> The execution of org.richfaces.resource.optimizer.GenerateResourcesMain places the generated resources directly into the _target/classes_ folder. Rather, the generated resources should be placed into _target/generated-resources_.
--
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, 4 months
[JBoss JIRA] (RF-13276) Optimized resources should be generated into generated-resources
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RF-13276?page=com.atlassian.jira.plugin.s... ]
Matej Novotny commented on RF-13276:
------------------------------------
I am unable to verify this issue because I am not sure what was the problem and how does this solution work. I am not sure about the expected output either but I presume the goal is to have the _optimizied-resources_ in _target/generated-resources_, however so far it is places in _generated-*sources*_ (see [this link|https://github.com/richfaces/richfaces/blob/master/framework/pom.xml...] )
[~bleathem] do you think you could give me a bit more in depth explanation so I could verify this?
> Optimized resources should be generated into generated-resources
> ----------------------------------------------------------------
>
> Key: RF-13276
> URL: https://issues.jboss.org/browse/RF-13276
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: resource handling
> Affects Versions: 5.0.0.Alpha1
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 45 minutes
> Remaining Estimate: 45 minutes
>
> The execution of org.richfaces.resource.optimizer.GenerateResourcesMain places the generated resources directly into the _target/classes_ folder. Rather, the generated resources should be placed into _target/generated-resources_.
--
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, 4 months
[JBoss JIRA] (RF-13268) Typo in LookAheadObjectInputStream.java
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RF-13268?page=com.atlassian.jira.plugin.s... ]
Matej Novotny closed RF-13268.
------------------------------
Verified, closing issue.
> Typo in LookAheadObjectInputStream.java
> ---------------------------------------
>
> Key: RF-13268
> URL: https://issues.jboss.org/browse/RF-13268
> Project: RichFaces
> Issue Type: Patch
> Security Level: Public(Everyone can see)
> Components: core
> Affects Versions: 4.3.4
> Environment: Any
> Reporter: Fab Mars
> Assignee: Fab Mars
> Priority: Trivial
> Labels: core
> Fix For: 4.3.5, 5.0.0.Alpha2
>
> Original Estimate: 5 minutes
> Remaining Estimate: 5 minutes
>
> On the loadWhitelist method, stream.close() catch, the message should be "Error closing the resource-serialization.properties file". Git pull request attached.
--
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, 4 months