[JBoss JIRA] (RF-12883) Make the distribution layout more clear
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12883?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12883:
-------------------------------
Original Estimate: 30 minutes
Remaining Estimate: 30 minutes
> Make the distribution layout more clear
> ---------------------------------------
>
> Key: RF-12883
> URL: https://issues.jboss.org/browse/RF-12883
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Reporter: Lukáš Fryč
> Fix For: 5.0.0.Alpha1
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> Currently, JAR artifacts are distributed in ZIP distribution as follows:
> {code}
> /artifacts
> /archetypes
> /framework
> richfaces.jar
> richfaces-sources.jar
> /lib
> {dependency}.jar
> /examples
> {code}
> I propose to change this layout for several reasons:
> * layout should be understandable to newcomers
> ** word {{artifact}} is rather familiar to Maven users
> ** word {{framework}} doesn't have to be taken well
> * I assume others projects more or less follow one of following "conventions"
> ----
> This layout counts with {{richfaces.jar}} in top-level directory:
> {code}
> /archetypes
> /examples
> /lib
> {dependency}.jar
> richfaces.jar
> richfaces-sources.jar
> {code}
> or the one which has {{/bin}} directory with {{richfaces.jar}}:
> {code}
> /archetypes
> /examples
> /lib
> {dependency}.jar
> /bin
> richfaces.jar
> richfaces-sources.jar
> {code}
--
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, 12 months
[JBoss JIRA] (RF-12894) The richfaces-framework is not reloadable by JRebel
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12894?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-12894:
---------------------------------
Both the richfaces-showcase or the components-demo cannot be reloaded
> The richfaces-framework is not reloadable by JRebel
> ---------------------------------------------------
>
> Key: RF-12894
> URL: https://issues.jboss.org/browse/RF-12894
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: third-party
> Affects Versions: 5.0.0.Alpha1
> Reporter: Lukáš Fryč
>
> It seems when you compile the framework with CDK, the faces-config.xml is re-generated and re-loaded by JRebel.
> However the other configuration files stored in {{META-INF/}} (e.g. [core.faces-config.xml|https://github.com/richfaces/richfaces5/blob/master...]) directly (without CDK processing) are not taken into consideration in reloaded configuration, thus this configuration is ignored. As the result, no Core configuration is loaded and no RichFaces Core feature does work.
> ----
> The JRebel reload and quick turnaround is one of the features we wanted to enable by build re-structure thus I consider this high priority to cooperate with JRebel team and make it work.
--
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, 12 months