[
https://issues.jboss.org/browse/RF-12454?page=com.atlassian.jira.plugin.s...
]
Jan Papousek commented on RF-12454:
-----------------------------------
There are some problems:
h4. 1) Failing Tests
When I try to build RichFaces via {code}mvn clean install{code} from the root directory,
the following tests fail (see attachaed surefire-reports.zip):
{code}
Failed tests: testOrderedList(org.richfaces.ui.iteration.ListRendererTest):
expected:<25> but was:<1>
testUnorderedList(org.richfaces.ui.iteration.ListRendererTest): expected:<25> but
was:<1>
testDefinitionsList(org.richfaces.ui.iteration.ListRendererTest): expected:<25>
but was:<0>
testSubmitTooShortValue(org.richfaces.ui.validator.AjaxValidationTest): (..)
testSubmitTooLongValue(org.richfaces.ui.validator.AjaxValidationTest): (..)
testListLayoutRender(org.richfaces.ui.input.AutocompleteRendererTest): XML was not
similar:org.custommonkey.xmlunit.Diff(..)
testDivLayoutRender(org.richfaces.ui.input.AutocompleteRendererTest): XML was not
similar:org.custommonkey.xmlunit.Diff(..)
testSetValueDivLayout(org.richfaces.ui.input.AutocompleteRendererTest):
expected:<30> but was:<0>
testSetValueListLayout(org.richfaces.ui.input.AutocompleteRendererTest):
expected:<30> but was:<0>
Tests in error:
testEncoding(org.richfaces.ui.iteration.DataScrollerRenderTest)
Tests run: 645, Failures: 9, Errors: 1, Skipped: 23
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] RichFaces Parent .................................. SUCCESS [1.044s]
[INFO] RichFaces Build ................................... SUCCESS [0.026s]
[INFO] RichFaces Build Resources ......................... SUCCESS [0.886s]
[INFO] RichFaces BOM ..................................... SUCCESS [0.010s]
[INFO] RichFaces Framework ............................... FAILURE [2:37.135s]
[INFO] RichFaces Resources Maven Plugin .................. SKIPPED
[INFO] RichFaces Optimized Resources ..................... SKIPPED
[INFO] RichFaces Distribution ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
{code}
h4. 2) Checkstyle Violations*
When I try to build RichFaces via {code}mvn clean install -DskipTests{code} from the root
directory, the following checkstyle violations appear:
{code}
[ERROR] OrderingListRendererBase.java[24:1] Redundant import from the same package -
org.richfaces.ui.select.SelectManyHelper.
[ERROR] OrderingListRendererBase.java[25:1] Redundant import from the same package -
org.richfaces.ui.select.SelectManyRendererBase.
[ERROR] OrderingListRendererBase.java[26:1] Redundant import from the same package -
org.richfaces.ui.select.ClientSelectItem.
[ERROR] PickListRendererBase.java[25:1] Redundant import from the same package -
org.richfaces.ui.select.SelectManyHelper.
[ERROR] PickListRendererBase.java[26:1] Redundant import from the same package -
org.richfaces.ui.select.SelectManyRendererBase.
[ERROR] PickListRendererBase.java[27:1] Redundant import from the same package -
org.richfaces.ui.select.ClientSelectItem.
[ERROR] SelectHelper.java[38:1] Redundant import from the same package -
org.richfaces.ui.select.AbstractSelectComponent.
[ERROR] SelectHelper.java[39:1] Redundant import from the same package -
org.richfaces.ui.select.ClientSelectItem.
[ERROR] SelectHelper.java[40:1] Redundant import from the same package -
org.richfaces.ui.select.PopupConstants.
[ERROR] AbstractSelectManyComponent.java[27:1] Redundant import from the same package -
org.richfaces.ui.select.SelectManyHelper.
[ERROR] MenuGroupRendererBase.java[8:1] Redundant import from the same package -
org.richfaces.ui.menu.AbstractDropDownMenu.
[ERROR] MenuGroupRendererBase.java[9:1] Redundant import from the same package -
org.richfaces.ui.menu.AbstractMenuGroup.
[ERROR] DropDownMenuRendererBase.java[14:1] Redundant import from the same package -
org.richfaces.ui.menu.AbstractDropDownMenu.
[ERROR] DropDownMenuRendererBase.java[15:1] Redundant import from the same package -
org.richfaces.ui.menu.AbstractMenuGroup.
[ERROR] DropDownMenuRendererBase.java[16:1] Redundant import from the same package -
org.richfaces.ui.menu.AbstractMenuItem.
[ERROR] DropDownMenuRendererBase.java[17:1] Redundant import from the same package -
org.richfaces.ui.menu.AbstractMenuSeparator.
[ERROR] ContextMenuRendererBase.java[3:1] Redundant import from the same package -
org.richfaces.ui.menu.AbstractContextMenu.
[ERROR] ContextMenuRendererBase.java[4:1] Redundant import from the same package -
org.richfaces.ui.menu.AbstractMenuGroup.
[ERROR] ContextMenuRendererBase.java[5:1] Redundant import from the same package -
org.richfaces.ui.menu.AbstractMenuItem.
[ERROR] ContextMenuRendererBase.java[6:1] Redundant import from the same package -
org.richfaces.ui.menu.AbstractMenuSeparator.
[ERROR] MenuItemRendererBase.java[9:1] Redundant import from the same package -
org.richfaces.ui.menu.AbstractMenuContainer.
[ERROR] MenuItemRendererBase.java[10:1] Redundant import from the same package -
org.richfaces.ui.menu.AbstractMenuGroup.
[ERROR] MenuItemRendererBase.java[11:1] Redundant import from the same package -
org.richfaces.ui.menu.AbstractMenuItem.
[ERROR] CommandButtonRendererBase.java[30:1] Redundant import from the same package -
org.richfaces.ui.ajax.AjaxCommandRendererBase.
[ERROR] AjaxPollRenderer.java[39:1] Redundant import from the same package -
org.richfaces.ui.ajax.AbstractPoll.
[ERROR] AjaxStatusRenderer.java[38:1] Redundant import from the same package -
org.richfaces.ui.ajax.AbstractAjaxStatus.
[ERROR] AbstractTableRenderer.java[35:1] Redundant import from the same package -
org.richfaces.ui.iteration.RowHolder.
[ERROR] AbstractTableRenderer.java[36:1] Redundant import from the same package -
org.richfaces.ui.iteration.RowHolderBase.
[ERROR] RowHolder.java[27:1] Redundant import from the same package -
org.richfaces.ui.iteration.Row.
[ERROR] SortingFilteringRowsRenderer.java[37:1] Redundant import from the same package -
org.richfaces.ui.iteration.AbstractRowsRenderer.
[ERROR] SortingFilteringRowsRenderer.java[38:1] Redundant import from the same package -
org.richfaces.ui.iteration.SortOrder.
[ERROR] SortingFilteringRowsRenderer.java[39:1] Redundant import from the same package -
org.richfaces.ui.iteration.UIDataTableBase.
[ERROR] TreeRenderingContext.java[39:1] Redundant import from the same package -
org.richfaces.ui.iteration.AbstractTree.
[ERROR] TreeRenderingContext.java[40:1] Redundant import from the same package -
org.richfaces.ui.iteration.AbstractTreeNode.
[ERROR] TreeNodeRendererBase.java[40:1] Redundant import from the same package -
org.richfaces.ui.iteration.AbstractTree.
[ERROR] TreeNodeRendererBase.java[41:1] Redundant import from the same package -
org.richfaces.ui.iteration.AbstractTreeNode.
[ERROR] AbstractColumnGroup.java[28:1] Redundant import from the same package -
org.richfaces.ui.iteration.RowHolderBase.
[ERROR] RowHolderBase.java[26:1] Redundant import from the same package -
org.richfaces.ui.iteration.Row.
[ERROR] TreeEncoderBase.java[33:1] Redundant import from the same package -
org.richfaces.ui.iteration.AbstractTree.
[ERROR] TreeEncoderBase.java[34:1] Redundant import from the same package -
org.richfaces.ui.iteration.AbstractTreeNode.
[ERROR] ColumnGroupRenderer.java[34:1] Redundant import from the same package -
org.richfaces.ui.iteration.RowHolder.
[ERROR] ColumnGroupRenderer.java[35:1] Redundant import from the same package -
org.richfaces.ui.iteration.RowHolderBase.
[ERROR] ColumnGroupRenderer.java[36:1] Redundant import from the same package -
org.richfaces.ui.iteration.AbstractColumnGroup.
[ERROR] ColumnGroupRenderer.java[37:1] Redundant import from the same package -
org.richfaces.ui.iteration.AbstractTableBaseRenderer.
[ERROR] ColumnGroupRenderer.java[38:1] Redundant import from the same package -
org.richfaces.ui.iteration.UIDataTableBase.
[ERROR] TreeEncoderFull.java[26:1] Redundant import from the same package -
org.richfaces.ui.iteration.AbstractTree.
[ERROR] SequenceRendererHelper.java[24:1] Redundant import from the same package -
org.richfaces.ui.iteration.UISequence.
[ERROR] RepeatRenderer.java[33:1] Redundant import from the same package -
org.richfaces.ui.iteration.UIRepeat.
[ERROR] TreeEncoderPartial.java[31:1] Redundant import from the same package -
org.richfaces.ui.iteration.AbstractTreeNode.
[ERROR] DataGridRenderer.java[39:1] Redundant import from the same package -
org.richfaces.ui.iteration.RowHolder.
[ERROR] DataGridRenderer.java[40:1] Redundant import from the same package -
org.richfaces.ui.iteration.RowHolderBase.
[ERROR] AbstractRowsRenderer.java[41:1] Redundant import from the same package -
org.richfaces.ui.iteration.RowHolderBase.
[ERROR] AbstractRowsRenderer.java[42:1] Redundant import from the same package -
org.richfaces.ui.iteration.Row.
[ERROR] AbstractRowsRenderer.java[43:1] Redundant import from the same package -
org.richfaces.ui.iteration.UIDataTableBase.
[ERROR] AbstractTableBaseRenderer.java[34:1] Redundant import from the same package -
org.richfaces.ui.iteration.RowHolder.
[ERROR] AbstractTableBaseRenderer.java[35:1] Redundant import from the same package -
org.richfaces.ui.iteration.RowHolderBase.
[ERROR] AbstractTableBaseRenderer.java[36:1] Redundant import from the same package -
org.richfaces.ui.iteration.SortingFilteringRowsRenderer.
[ERROR] AbstractTableBaseRenderer.java[37:1] Redundant import from the same package -
org.richfaces.ui.iteration.Row.
[ERROR] AbstractTableBaseRenderer.java[38:1] Redundant import from the same package -
org.richfaces.ui.iteration.UIDataTableBase.
[ERROR] AbstractTableBaseRenderer.java[39:1] Redundant import from the same package -
org.richfaces.ui.iteration.AbstractColumn.
[ERROR] ValidatorScriptBase.java[8:1] Redundant import from the same package -
org.richfaces.ui.validator.ComponentValidatorScript.
[ERROR] ClientAndAjaxScript.java[6:1] Redundant import from the same package -
org.richfaces.ui.validator.LibraryScriptFunction.
[ERROR] ClientOnlyScript.java[8:1] Redundant import from the same package -
org.richfaces.ui.validator.LibraryScriptFunction.
[ERROR] ClientOnlyScript.java[9:1] Redundant import from the same package -
org.richfaces.ui.validator.ValidatorScriptBase.
[ERROR] ClientValidatorRenderer.java[24:1] Redundant import from the same package -
org.richfaces.ui.validator.LibraryScriptFunction.
[ERROR] ClientValidatorRenderer.java[25:1] Redundant import from the same package -
org.richfaces.ui.validator.ValidatorScriptBase.
[ERROR] NullConverterScript.java[11:1] Redundant import from the same package -
org.richfaces.ui.validator.ClientValidatorRenderer.
[ERROR] ResourceRenderer.java[10:1] Redundant import from the same package -
org.richfaces.ui.core.UIResource.
[ERROR] LogRendererBase.java[25:1] Redundant import from the same package -
org.richfaces.ui.core.LogMode.
[ERROR] DragSourceRenderer.java[33:1] Redundant import from the same package -
org.richfaces.ui.drag.AbstractDragSource.
[ERROR] DragIndicatorRendererBase.java[30:1] Redundant import from the same package -
org.richfaces.ui.drag.AbstractDragSource.
[ERROR] AutocompleteListLayoutStrategy.java[4:1] Redundant import from the same package -
org.richfaces.ui.input.AbstractAutocompleteLayoutStrategy.
[ERROR] AutocompleteDivLayoutStrategy.java[25:1] Redundant import from the same package -
org.richfaces.ui.input.AbstractAutocompleteLayoutStrategy.
[ERROR] EditorRendererBase.java[24:1] Redundant import from the same package -
org.richfaces.ui.input.InputRendererBase.
[ERROR] AutocompleteTableLayoutStrategy.java[4:1] Redundant import from the same package -
org.richfaces.ui.input.AbstractAutocompleteLayoutStrategy.
[ERROR] InputNumberSliderRendererBase.java[26:1] Redundant import from the same package -
org.richfaces.ui.input.InputNumberSliderInputPosition.
[ERROR] PanelMenuRenderer.java[39:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractPanelMenu.
[ERROR] PanelMenuRenderer.java[40:1] Redundant import from the same package -
org.richfaces.ui.output.DivPanelRenderer.
[ERROR] CollapsiblePanelRenderer.java[42:1] Redundant import from the same package -
org.richfaces.ui.output.TogglePanelRenderer.
[ERROR] CollapsiblePanelRenderer.java[43:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractCollapsiblePanel.
[ERROR] CollapsiblePanelRenderer.java[44:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractTogglePanel.
[ERROR] PanelBaseRenderer.java[30:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractPanel.
[ERROR] PopupPanelBaseRenderer.java[18:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractPopupPanel.
[ERROR] TogglePanelRenderer.java[39:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractTogglePanel.
[ERROR] TogglePanelRenderer.java[40:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractTogglePanelItemInterface.
[ERROR] TogglePanelRenderer.java[42:1] Redundant import from the same package -
org.richfaces.ui.output.DivPanelRenderer.
[ERROR] PanelMenuGroupHeaderRenderer.java[9:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractPanelMenuGroup.
[ERROR] ToolbarRendererBase.java[38:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractToolbar.
[ERROR] ToolbarRendererBase.java[39:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractToolbarGroup.
[ERROR] AccordionItemRenderer.java[42:1] Redundant import from the same package -
org.richfaces.ui.output.TogglePanelItemRenderer.
[ERROR] AccordionRenderer.java[33:1] Redundant import from the same package -
org.richfaces.ui.output.TogglePanelRenderer.
[ERROR] AccordionRenderer.java[34:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractAccordion.
[ERROR] TogglePanelItemRenderer.java[40:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractTogglePanel.
[ERROR] TogglePanelItemRenderer.java[41:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractTogglePanelItem.
[ERROR] TogglePanelItemRenderer.java[42:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractTogglePanelItemInterface.
[ERROR] TogglePanelItemRenderer.java[43:1] Redundant import from the same package -
org.richfaces.ui.output.DivPanelRenderer.
[ERROR] PanelMenuItemRenderer.java[43:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractPanelMenu.
[ERROR] PanelMenuItemRenderer.java[44:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractPanelMenuItem.
[ERROR] PanelMenuItemRenderer.java[48:1] Redundant import from the same package -
org.richfaces.ui.output.DivPanelRenderer.
[ERROR] PanelMenuGroupRenderer.java[48:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractPanelMenuGroup.
[ERROR] PanelMenuGroupRenderer.java[49:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractPanelMenuItem.
[ERROR] PanelMenuGroupRenderer.java[52:1] Redundant import from the same package -
org.richfaces.ui.output.DivPanelRenderer.
[ERROR] TooltipRenderer.java[45:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractTooltip.
[ERROR] TooltipRenderer.java[52:1] Redundant import from the same package -
org.richfaces.ui.output.DivPanelRenderer.
[ERROR] AbstractToolbar.java[29:1] Redundant import from the same package -
org.richfaces.ui.output.ToolbarRendererBase.
[ERROR] ProgressBarStateEncoder.java[30:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractProgressBar.
[ERROR] ProgressBarStateEncoder.java[31:1] Redundant import from the same package -
org.richfaces.ui.output.NumberUtils.
[ERROR] TabPanelRenderer.java[48:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractTab.
[ERROR] TabPanelRenderer.java[49:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractTabPanel.
[ERROR] TabPanelRenderer.java[50:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractTogglePanel.
[ERROR] TabPanelRenderer.java[51:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractTogglePanelItemInterface.
[ERROR] TabPanelRenderer.java[52:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractTogglePanelTitledItem.
[ERROR] TabRenderer.java[41:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractTab.
[ERROR] TabRenderer.java[42:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractTabPanel.
[ERROR] TabRenderer.java[43:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractTogglePanelItemInterface.
[ERROR] ToolbarGroupRenderer.java[32:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractToolbar.
[ERROR] ToolbarGroupRenderer.java[33:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractToolbarGroup.
[ERROR] ProgressBarBaseRenderer.java[40:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractProgressBar.
[ERROR] ProgressBarBaseRenderer.java[42:1] Redundant import from the same package -
org.richfaces.ui.output.NumberUtils.
[ERROR] MediaOutputRenderer.java[35:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractMediaOutput.
[ERROR] AbstractToolbarGroup.java[29:1] Redundant import from the same package -
org.richfaces.ui.output.ToolbarGroupRenderer.
[ERROR] RendererBase.java[31:1] Redundant import from the same package -
org.richfaces.renderkit.RenderKitUtils.
[ERROR] ExtendedDataTableRendererTest.java[43:1] Redundant import from the same package -
org.richfaces.ui.iteration.AbstractExtendedDataTable.
[ERROR] ExtendedDataTableRendererTest.java[44:1] Redundant import from the same package -
org.richfaces.ui.iteration.ExtendedDataTableRenderer.
[ERROR] ExtendedDataTableRendererTest.java[45:1] Redundant import from the same package -
org.richfaces.ui.iteration.SortOrder.
[ERROR] DataGridRendererTest.java[17:1] Redundant import from the same package -
org.richfaces.ui.iteration.AbstractDataGrid.
[ERROR] DataGridRendererTest.java[21:1] Redundant import from the same package -
org.richfaces.ui.iteration.DataGridRenderer.
[ERROR] ValidatorRendererTestBase.java[15:1] Redundant import from the same package -
org.richfaces.ui.validator.ClientValidatorRenderer.
[ERROR] FormUtilTest.java[30:1] Redundant import from the same package -
org.richfaces.ui.util.renderkit.EnclosingFormRequiredException.
[ERROR] FormUtilTest.java[31:1] Redundant import from the same package -
org.richfaces.ui.util.renderkit.FormUtil.
[ERROR] HtmlDimensionsTest.java[27:1] Redundant import from the same package -
org.richfaces.ui.util.renderkit.HtmlDimensions.
[ERROR] RendererUtilsTest.java[30:1] Redundant import from the same package -
org.richfaces.ui.util.renderkit.RendererUtils.
[ERROR] PanelRendererTest.java[41:1] Redundant import from the same package -
org.richfaces.ui.output.AbstractPanel.
[ERROR] ForEachLoopTest.java[34:1] Redundant import from the same package -
org.richfaces.renderkit.ForEachLoop.
[ERROR] RenderKitUtilsTest.java[43:1] Redundant import from the same package -
org.richfaces.renderkit.RenderKitUtils.
[ERROR] RenderKitUtilsMocksTest.java[57:1] Redundant import from the same package -
org.richfaces.renderkit.RenderKitUtils.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] RichFaces Parent .................................. SUCCESS [1.045s]
[INFO] RichFaces Build ................................... SUCCESS [0.024s]
[INFO] RichFaces Build Resources ......................... SUCCESS [0.620s]
[INFO] RichFaces BOM ..................................... SUCCESS [0.041s]
[INFO] RichFaces Framework ............................... FAILURE [52.829s]
[INFO] RichFaces Resources Maven Plugin .................. SKIPPED
[INFO] RichFaces Optimized Resources ..................... SKIPPED
[INFO] RichFaces Distribution ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
{code}
h4. 3) Missing Dependency in Distribution Submodule
When I try to build RichFaces via {code}mvn clean install -DskipTests
-Dcheckstyle.skip{code} from the root directory, the following error happens:
{code}
[INFO] Reactor Summary:
[INFO]
[INFO] RichFaces Parent .................................. SUCCESS [1.055s]
[INFO] RichFaces Build ................................... SUCCESS [0.024s]
[INFO] RichFaces Build Resources ......................... SUCCESS [0.675s]
[INFO] RichFaces BOM ..................................... SUCCESS [0.026s]
[INFO] RichFaces Framework ............................... SUCCESS [49.677s]
[INFO] RichFaces Resources Maven Plugin .................. SUCCESS [3.410s]
[INFO] RichFaces Optimized Resources ..................... SUCCESS [18.778s]
[INFO] RichFaces Distribution ............................ FAILURE [0.374s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:14.739s
[INFO] Finished at: Wed Sep 12 13:08:51 CEST 2012
[INFO] Final Memory: 77M/417M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-dependency-plugin:2.3:unpack-dependencies (copy-javadoc) on
project richfaces-distribution: not found in any repository:
org.richfaces:richfaces-framework:java-source:javadoc:4.3.0-SNAPSHOT: Failure to find
org.richfaces:richfaces-framework:jar:javadoc:4.3.0-SNAPSHOT in
https://repository.jboss.org/nexus/content/groups/public/ was cached in the local
repository, resolution will not be reattempted until the update interval of
jboss-public-repository-group has elapsed or updates are forced
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=org.richfaces -DartifactId=richfaces-framework
-Dversion=4.3.0-SNAPSHOT -Dclassifier=javadoc -Dpackaging=java-source
-Dfile=/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository you can deploy the file there:
[ERROR] mvn deploy:deploy-file -DgroupId=org.richfaces -DartifactId=richfaces-framework
-Dversion=4.3.0-SNAPSHOT -Dclassifier=javadoc -Dpackaging=java-source -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]
[ERROR]
[ERROR]
[ERROR] org.richfaces:richfaces-framework:java-source:4.3.0-SNAPSHOT
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] jboss-public-repository-group
(
https://repository.jboss.org/nexus/content/groups/public/, releases=true,
snapshots=true),
[ERROR] central (
http://repo1.maven.org/maven2, releases=true, snapshots=false)
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :richfaces-distribution
{code}
h4. 4) Can't Build Framework Submodule with 'release' Profile
When I try to build RichFaces via {code}mvn clean install -Prelease -DskipTests
-Dcheckstyle.skip{code} from the root directory, the following error happens:
{code}
[Error] input.faces-config.xml:30:71: cvc-complex-type.2.4.a: Invalid content was found
starting with element 'xi:include'. One of
'{"http://java.sun.com/xml/ns/javaee":property,
"http://java.sun.com/xml/ns/javaee":component-extension}' is expected.
[Error] input.faces-config.xml:268:71: cvc-complex-type.2.4.a: Invalid content was found
starting with element 'xi:include'. One of
'{"http://java.sun.com/xml/ns/javaee":property,
"http://java.sun.com/xml/ns/javaee":component-extension}' is expected.
[INFO] [builder completed: 929 ms]
[INFO] [non-java source processing completed: 2262 ms]
[INFO] [library completion started]
[INFO] [library completion completed: 7 ms]
[INFO] [library verification started]
[INFO] [library verification completed: 106 ms]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] RichFaces Parent .................................. SUCCESS [1.065s]
[INFO] RichFaces Build ................................... SUCCESS [0.030s]
[INFO] RichFaces Build Resources ......................... SUCCESS [0.638s]
[INFO] RichFaces BOM ..................................... SUCCESS [0.005s]
[INFO] RichFaces Framework ............................... FAILURE [28.962s]
[INFO] RichFaces Resources Maven Plugin .................. SKIPPED
[INFO] RichFaces Optimized Resources ..................... SKIPPED
[INFO] RichFaces Distribution ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
{code}
h4. 5) Missing Example Submodules
When I try to build examples (this submodule is not set in root pom.xml file) via
{code}mvn clean install -f examples/pom.xml{code} from the root directory, the following
error happens:
{code}
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.richfaces.examples:examples-aggregator:4.3.0-SNAPSHOT
(/home/jpapouse/workspace/richfaces/richfaces/examples/pom.xml) has 8 errors
[ERROR] Child module /home/jpapouse/workspace/richfaces/richfaces/examples/parent of
/home/jpapouse/workspace/richfaces/richfaces/examples/pom.xml does not exist
[ERROR] Child module /home/jpapouse/workspace/richfaces/richfaces/examples/core-demo
of /home/jpapouse/workspace/richfaces/richfaces/examples/pom.xml does not exist
[ERROR] Child module /home/jpapouse/workspace/richfaces/richfaces/examples/misc-demo
of /home/jpapouse/workspace/richfaces/richfaces/examples/pom.xml does not exist
[ERROR] Child module /home/jpapouse/workspace/richfaces/richfaces/examples/output-demo
of /home/jpapouse/workspace/richfaces/richfaces/examples/pom.xml does not exist
[ERROR] Child module /home/jpapouse/workspace/richfaces/richfaces/examples/input-demo
of /home/jpapouse/workspace/richfaces/richfaces/examples/pom.xml does not exist
[ERROR] Child module
/home/jpapouse/workspace/richfaces/richfaces/examples/iteration-demo of
/home/jpapouse/workspace/richfaces/richfaces/examples/pom.xml does not exist
[ERROR] Child module
/home/jpapouse/workspace/richfaces/richfaces/examples/validator-demo of
/home/jpapouse/workspace/richfaces/richfaces/examples/pom.xml does not exist
[ERROR] Child module /home/jpapouse/workspace/richfaces/richfaces/examples/dnd-demo of
/home/jpapouse/workspace/richfaces/richfaces/examples/pom.xml does not exist
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
{code}
h4. 6) Can't Build Showcase
When I try to build Showcase via {code}mvn clean install -f
examples/showcase/pom.xml{code} from the root directory, the following error happens
(other demos work correctly):
{code}
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.richfaces.examples:richfaces-showcase:4.3.0-SNAPSHOT
(/home/jpapouse/workspace/richfaces/richfaces/examples/showcase/pom.xml) has 14 errors
[ERROR] 'dependencies.dependency.version' for
javax.servlet:javax.servlet-api:jar is missing. @ line 79, column 21
[ERROR] 'dependencies.dependency.version' for
javax.servlet.jsp.jstl:jstl-api:jar is missing. @ line 94, column 21
[ERROR] 'dependencies.dependency.version' for org.slf4j:slf4j-api:jar is
missing. @ line 115, column 21
[ERROR] 'dependencies.dependency.version' for org.hsqldb:hsqldb-j5:jar is
missing. @ line 125, column 21
[ERROR] 'dependencies.dependency.version' for
org.hibernate:hibernate-entitymanager:jar is missing. @ line 130, column 21
[ERROR] 'dependencies.dependency.version' for javax.jms:jms-api:jar is
missing. @ line 141, column 21
[ERROR] 'dependencies.dependency.version' for org.hornetq:hornetq-core:jar is
missing. @ line 146, column 21
[ERROR] 'dependencies.dependency.version' for org.hornetq:hornetq-jms:jar is
missing. @ line 151, column 21
[ERROR] 'dependencies.dependency.version' for org.hornetq:hornetq-logging:jar
is missing. @ line 156, column 21
[ERROR] 'dependencies.dependency.version' for org.jboss.netty:netty:jar is
missing. @ line 161, column 21
[ERROR] 'dependencies.dependency.version' for
org.jboss.weld.servlet:weld-servlet:jar is missing. @ line 173, column 21
[ERROR] 'dependencies.dependency.version' for
org.ocpsoft.rewrite:rewrite-servlet:jar is missing. @ line 186, column 21
[ERROR] 'dependencies.dependency.version' for
org.jboss.as:jboss-as-controller-client:jar is missing. @ line 192, column 21
[ERROR] 'dependencies.dependency.version' for javax.faces:javax.faces-api:jar
is missing. @ line 259, column 29
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
{code}
New build verification
----------------------
Key: RF-12454
URL:
https://issues.jboss.org/browse/RF-12454
Project: RichFaces
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: qe
Reporter: Lukáš Fryč
Assignee: Jan Papousek
Fix For: 4.3.0.Milestone2
Attachments: surefire-reports.zip
--
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