[ 
https://issues.jboss.org/browse/RF-13591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964736#comment-12964736
 ] 

Michal Petrov commented on RF-13591:
------------------------------------

There seems to be a problem in the configuration, when the build process 
reaches richfaces-components-a4j the surefire plugin throws a RuntimeException. 
{{mvn -Dbrowser=phantomjs -Dintegration=wildfly80 -Dsmoke=true clean install}}

bq. [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-tests) on 
project richfaces-components-a4j: Execution integration-tests of goal 
org.apache.maven.plugins:maven-surefire-plugin:2.16:test failed: 
java.lang.RuntimeException: null,null,null,null,null: source is null -> [Help 1]

The configuration for the tests is in the [central 
POM|https://github.com/richfaces/richfaces/blob/4.5.x/pom.xml#L410].

> RichFaces 4.5 integration tests are failing
> -------------------------------------------
>
>                 Key: RF-13591
>                 URL: https://issues.jboss.org/browse/RF-13591
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: build/distribution
>    Affects Versions: 4.5.0.Alpha2
>            Reporter: Pavol Pitonak
>            Priority: Blocker
>             Fix For: 4.5.0.Alpha3
>
>   Original Estimate: 4 hours
>  Remaining Estimate: 4 hours
>
> RichFaces 4.5 cannot be build because of compilation errors in integration 
> tests:
> {code}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile 
> (default-testCompile) on project richfaces: Compilation failure: Compilation 
> failure:
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/tabPanel/model/TabPanelItemChangeEventBean.java:[9,30]
>  error: cannot find symbol
> [ERROR] package org.richfaces.ui.toggle
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/tabPanel/model/TabPanelItemChangeEventBean.java:[10,39]
>  error: package org.richfaces.ui.toggle.tabPanel does not exist
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/tabPanel/model/TabPanelItemChangeEventBean.java:[18,12]
>  error: cannot find symbol
> [ERROR] class TabPanelItemChangeEventBean
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/tabPanel/model/TabPanelItemChangeEventBean.java:[19,27]
>  error: cannot find symbol
> [ERROR] class TabPanelItemChangeEventBean
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/tabPanel/model/TabPanelItemChangeEventBean.java:[21,28]
>  error: cannot find symbol
> [ERROR] class TabPanelItemChangeEventBean
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/tabPanel/model/TabPanelItemChangeEventBean.java:[25,11]
>  error: cannot find symbol
> [ERROR] class TabPanelItemChangeEventBean
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/tabPanel/model/TabPanelItemChangeEventBean.java:[29,35]
>  error: cannot find symbol
> [ERROR] class TabPanelItemChangeEventBean
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/tabPanel/model/TabPanelItemChangeEventBean.java:[33,16]
>  error: cannot find symbol
> [ERROR] class TabPanelItemChangeEventBean
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/ITFocusDefaults.java:[48,34]
>  error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusEnforcing.java:[38,34]
>  error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusEnforcingOverridesFocusSettings.java:[31,34]
>  error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusEnforcingOverridesFocusSettings.java:[32,34]
>  error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusCandidates.java:[34,34]
>  error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusCandidates.java:[35,34]
>  error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationBuiltInBean.java:[31,26]
>  error: cannot find symbol
> [ERROR] package org.richfaces.model
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationBuiltInBean.java:[44,12]
>  error: cannot find symbol
> [ERROR] class IterationBuiltInBean
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationBuiltInBean.java:[45,12]
>  error: cannot find symbol
> [ERROR] class IterationBuiltInBean
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationBuiltInBean.java:[57,11]
>  error: cannot find symbol
> [ERROR] class IterationBuiltInBean
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationBuiltInBean.java:[61,11]
>  error: cannot find symbol
> [ERROR] class IterationBuiltInBean
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationBuiltInBean.java:[65,29]
>  error: cannot find symbol
> [ERROR] class IterationBuiltInBean
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/ITFocusSubmissionMethods.java:[50,34]
>  error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationTableStateBean.java:[31,26]
>  error: cannot find symbol
> [ERROR] package org.richfaces.model
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationTableStateBean.java:[49,12]
>  error: cannot find symbol
> [ERROR] class IterationTableStateBean
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationTableStateBean.java:[50,12]
>  error: cannot find symbol
> [ERROR] class IterationTableStateBean
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationTableStateBean.java:[85,11]
>  error: cannot find symbol
> [ERROR] class IterationTableStateBean
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationTableStateBean.java:[89,11]
>  error: cannot find symbol
> [ERROR] class IterationTableStateBean
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/IterationTableStateBean.java:[93,29]
>  error: cannot find symbol
> [ERROR] class IterationTableStateBean
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/ITFocusValidationAware.java:[56,34]
>  error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/ITFocusValidationAware.java:[57,34]
>  error: package org.richfaces.ui.misc.focus does not exist
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[63,51]
>  error: package org.richfaces.ui.iteration.extendedDataTable does not exist
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[64,51]
>  error: package org.richfaces.ui.iteration.extendedDataTable does not exist
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/ITFocusDefaults.java:[100,16]
>  error: cannot find symbol
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusEnforcing.java:[62,19]
>  error: cannot find symbol
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusEnforcingOverridesFocusSettings.java:[49,8]
>  error: cannot find symbol
> [ERROR] class VerifyFocusEnforcingOverridesFocusSettings
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusEnforcingOverridesFocusSettings.java:[50,8]
>  error: cannot find symbol
> [ERROR] 
> [ERROR] E extends HtmlElement declared in method <E>getElementById(String)
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusCandidates.java:[77,8]
>  error: cannot find symbol
> [ERROR] class VerifyFocusCandidates
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/VerifyFocusCandidates.java:[78,8]
>  error: cannot find symbol
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/ITFocusValidationAware.java:[153,16]
>  error: cannot find symbol
> [ERROR] class AbstractFocus
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/focus/ITFocusValidationAware.java:[154,16]
>  error: cannot find symbol
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[136,16]
>  error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[136,55]
>  error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[140,16]
>  error: cannot find symbol
> [ERROR] class AbstractExtendedDataTable
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[140,58]
>  error: cannot find symbol
> [ERROR] class AbstractExtendedDataTable
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[141,16]
>  error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[141,56]
>  error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[187,20]
>  error: cannot find symbol
> [ERROR] class AbstractExtendedDataTable
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[187,62]
>  error: cannot find symbol
> [ERROR] class AbstractExtendedDataTable
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[188,20]
>  error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[188,60]
>  error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[228,20]
>  error: cannot find symbol
> [ERROR] class AbstractExtendedDataTable
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[228,62]
>  error: cannot find symbol
> [ERROR] class AbstractExtendedDataTable
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[229,20]
>  error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[229,60]
>  error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[268,16]
>  error: cannot find symbol
> [ERROR] class AbstractExtendedDataTable
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[268,58]
>  error: cannot find symbol
> [ERROR] class AbstractExtendedDataTable
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[269,16]
>  error: cannot find symbol
> [ERROR] class ExtendedDataTableState
> [ERROR] 
> /mnt/hudson_workspace/workspace/richfaces-4.5/framework/src/test/integration/org/richfaces/ui/extendedDataTable/ITTableState.java:[269,56]
>  error: cannot find symbol
> {code}



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
_______________________________________________
richfaces-issues mailing list
richfaces-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to