-
1. Re: Moving page fragments from richfaces-qa repository
lfryc Jul 18, 2013 4:02 AM (in response to ppitonak)I guess that if your are able to finish it by next week, then we could include it in Alpha2 (no worries, it can be WIP though).
Let's get it prototyped on separated branch and we will merge at the right moment.
- Do we want to create a new top-level module in "richfaces" Git repository or will it be placed somewhere else?
- Do we need to change anything in page fragment's pom.xml? At the moment it depends on org.richfaces:richfaces, org.seleniumhq.selenium:selenium-java and Arquillian Graphene. Won't there be cyclic dependency between page fragments and framework itself?
I don't think fragments should depend on framework, could you explain what are those dependencies? Do you use some interfaces or enums from richfaces.jar?
If they doesn't have to depend on framework, then they could be simply same artifact.
In an opposite case (there is unavoidable dependency), we can place the fragments to framework/src/main (or framework/src/test ?).
We will have harder time to setup packaging and distribution though.
-
2. Re: Moving page fragments from richfaces-qa repository
bleathem Jul 30, 2013 10:44 PM (in response to lfryc)+1 for new top-level module in the "richfaces" git repository.
I also would like to hear the details of fragments dependencies on the framework.
-
3. Re: Moving page fragments from richfaces-qa repository
ppitonak Jul 31, 2013 6:57 AM (in response to bleathem)Brian, page fragments only need few classes from framework:
- org.richfaces.ui.common.Mode
- org.richfaces.ui.common.SwitchType
- org.richfaces.ui.output.tooltip.TooltipMode