You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/03/10 08:59:07 UTC

Build failed in Jenkins: Struts-JDK7-pull-request #234

See <https://builds.apache.org/job/Struts-JDK7-pull-request/234/display/redirect?page=changes>

Changes:

[Lukasz Lenart] Makes factory fully injectable

[Lukasz Lenart] Uses the new injectable factory to obtain TextProvider

[Lukasz Lenart] Adjust usage of the factory

[Lukasz Lenart] Drops empty line

[Lukasz Lenart] Adds missing constructor param

[Lukasz Lenart] Defines new injectable bean with alias

[Lukasz Lenart] Updates test

[Lukasz Lenart] Renames class to match its purpose

[Lukasz Lenart] Renames class to match its purpose

[Lukasz Lenart] Adds missing anntoation to properly inject dependency

[Lukasz Lenart] Defines TextProviderFactory as a bean

[Lukasz Lenart] Uses container to inject required dependencies

------------------------------------------
[...truncated 1.36 MB...]
[INFO] <<< maven-source-plugin:2.3:jar (attach-sources) < generate-sources @ struts2-junit-plugin <<<
[INFO] 
[INFO] --- maven-source-plugin:2.3:jar (attach-sources) @ struts2-junit-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.5.11-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ struts2-junit-plugin ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts 2 JSON Plugin 2.5.11-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ struts2-json-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ struts2-json-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ struts2-json-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/classes>
[WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/src/main/java/org/apache/struts2/json/smd/SMDGenerator.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/src/main/java/org/apache/struts2/json/smd/SMDGenerator.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @ struts2-json-plugin ---
[WARNING] Warning in manifest for org.apache.struts:struts2-json-plugin:jar:2.5.11-SNAPSHOT : Superfluous export-package instructions: [org.apache, org.apache.struts2, org]
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ struts2-json-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 43 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ struts2-json-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/test-classes>
[WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/src/test/java/org/apache/struts2/json/StrutsMockServletContext.java>: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/src/test/java/org/apache/struts2/json/StrutsMockServletContext.java> uses or overrides a deprecated API.
[WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/src/test/java/org/apache/struts2/json/StrutsMockServletContext.java>: Recompile with -Xlint:deprecation for details.
[WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/src/test/java/org/apache/struts2/json/StrutsMockServletContext.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/src/test/java/org/apache/struts2/json/StrutsMockServletContext.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ struts2-json-plugin ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.struts2.json.JSONReaderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.apache.struts2.json.JSONReaderTest
Running org.apache.struts2.json.JSONEnumTest
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec - in org.apache.struts2.json.JSONEnumTest
Running org.apache.struts2.json.JSONResultTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.991 sec - in org.apache.struts2.json.JSONResultTest
Running org.apache.struts2.json.JSONInterceptorTest
ERROR RPCError Request with content type of 'application/json-rpc' was received but SMD is not enabled for this interceptor. Set 'enableSMD' to true to enable it
ERROR RPCError 'method' is required for JSON RPC
ERROR RPCError Method methodWithoutAnnotation could not be found in action class.
ERROR RPCError Method doSomething could not be found in action class.
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.861 sec - in org.apache.struts2.json.JSONInterceptorTest
Running org.apache.struts2.json.JSONPopulatorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.struts2.json.JSONPopulatorTest
Running org.apache.struts2.json.JSONCleanerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.struts2.json.JSONCleanerTest
Running org.apache.struts2.json.JSONUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.struts2.json.JSONUtilTest
Running org.apache.struts2.json.JSONActionRedirectResultTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec - in org.apache.struts2.json.JSONActionRedirectResultTest
Running org.apache.struts2.json.SMDMethodInterfaceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.struts2.json.SMDMethodInterfaceTest
Running org.apache.struts2.json.JSONWriterTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec - in org.apache.struts2.json.JSONWriterTest
Running org.apache.struts2.json.JSONValidationInterceptorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 sec - in org.apache.struts2.json.JSONValidationInterceptorTest

Results :

Tests run: 79, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ struts2-json-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/struts2-json-plugin-2.5.11-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:2.3:jar (attach-sources) > generate-sources @ struts2-json-plugin >>>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.3:jar (attach-sources) < generate-sources @ struts2-json-plugin <<<
[INFO] 
[INFO] --- maven-source-plugin:2.3:jar (attach-sources) @ struts2-json-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/struts2-json-plugin-2.5.11-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ struts2-json-plugin ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts 2 Bean Validation Plugin 2.5.11-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ struts2-bean-validation-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ struts2-bean-validation-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ struts2-bean-validation-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/bean-validation/target/classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/bean-validation/src/main/java/org/apache/struts/beanvalidation/validation/interceptor/DefaultBeanValidationManager.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/bean-validation/src/main/java/org/apache/struts/beanvalidation/validation/interceptor/DefaultBeanValidationManager.java>: Recompile with -Xlint:unchecked for details.
[INFO] 2 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/bean-validation/src/main/java/org/apache/struts/beanvalidation/validation/interceptor/BeanValidationInterceptor.java>:[125,49] no suitable constructor found for DelegatingValidatorContext(java.lang.Object)
    constructor com.opensymphony.xwork2.validator.DelegatingValidatorContext.DelegatingValidatorContext(java.lang.Class) is not applicable
      (actual argument java.lang.Object cannot be converted to java.lang.Class by method invocation conversion)
    constructor com.opensymphony.xwork2.validator.DelegatingValidatorContext.DelegatingValidatorContext(java.lang.Object,com.opensymphony.xwork2.TextProviderFactory) is not applicable
      (actual and formal argument lists differ in length)
    constructor com.opensymphony.xwork2.validator.DelegatingValidatorContext.DelegatingValidatorContext(com.opensymphony.xwork2.interceptor.ValidationAware,com.opensymphony.xwork2.TextProvider,com.opensymphony.xwork2.LocaleProvider) is not applicable
      (actual and formal argument lists differ in length)
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  3.031 s]
[INFO] Struts 2 ........................................... SUCCESS [  2.444 s]
[INFO] Struts 2 Core ...................................... SUCCESS [01:32 min]
[INFO] Struts Plugins ..................................... SUCCESS [  0.797 s]
[INFO] Struts 2 Configuration Browser Plugin .............. SUCCESS [  1.406 s]
[INFO] Struts 2 Sitemesh Plugin ........................... SUCCESS [  1.391 s]
[INFO] Struts 2 Tiles Plugin .............................. SUCCESS [  2.938 s]
[INFO] Struts 2 DWR Plugin ................................ SUCCESS [  1.207 s]
[INFO] Struts 2 Spring Plugin ............................. SUCCESS [  2.549 s]
[INFO] Struts 2 Convention Plugin ......................... SUCCESS [  4.889 s]
[INFO] Struts 2 JUnit Plugin .............................. SUCCESS [  6.073 s]
[INFO] Struts 2 JSON Plugin ............................... SUCCESS [  7.497 s]
[INFO] Struts 2 Bean Validation Plugin .................... FAILURE [  0.666 s]
[INFO] Struts 2 Webapps ................................... SKIPPED
[INFO] Struts 2 Showcase Webapp ........................... SKIPPED
[INFO] Struts 2 REST Plugin ............................... SKIPPED
[INFO] Struts 2 Rest Showcase Webapp ...................... SKIPPED
[INFO] Struts 2 CDI Plugin ................................ SKIPPED
[INFO] Struts 2 Embedded JSP Plugin ....................... SKIPPED
[INFO] Struts 2 GXP Plugin ................................ SKIPPED
[INFO] Struts 2 Jasper Reports Plugin ..................... SKIPPED
[INFO] Struts 2 Java Templates Plugin ..................... SKIPPED
[INFO] Struts 2 JFreeChart Plugin ......................... SKIPPED
[INFO] Struts 2 OSGi Plugin ............................... SKIPPED
[INFO] Struts 2 OVal Plugin ............................... SKIPPED
[INFO] Struts 2 Pell Multipart Plugin ..................... SKIPPED
[INFO] Struts 2 Plexus Plugin ............................. SKIPPED
[INFO] Struts 2 Portlet Plugin ............................ SKIPPED
[INFO] Struts 2 Portlet Tiles Plugin ...................... SKIPPED
[INFO] Struts 2 Sitegraph Plugin .......................... SKIPPED
[INFO] Struts 2 TestNG Plugin ............................. SKIPPED
[INFO] Struts OSGi Bundles ................................ SKIPPED
[INFO] Struts 2 OSGi Admin Bundle ......................... SKIPPED
[INFO] Struts 2 OSGi Demo Bundle .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:24 min
[INFO] Finished at: 2017-03-10T08:58:55+00:00
[INFO] Final Memory: 66M/366M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project struts2-bean-validation-plugin: Compilation failure
[ERROR] <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/bean-validation/src/main/java/org/apache/struts/beanvalidation/validation/interceptor/BeanValidationInterceptor.java>:[125,49] no suitable constructor found for DelegatingValidatorContext(java.lang.Object)
[ERROR] constructor com.opensymphony.xwork2.validator.DelegatingValidatorContext.DelegatingValidatorContext(java.lang.Class) is not applicable
[ERROR] (actual argument java.lang.Object cannot be converted to java.lang.Class by method invocation conversion)
[ERROR] constructor com.opensymphony.xwork2.validator.DelegatingValidatorContext.DelegatingValidatorContext(java.lang.Object,com.opensymphony.xwork2.TextProviderFactory) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] constructor com.opensymphony.xwork2.validator.DelegatingValidatorContext.DelegatingValidatorContext(com.opensymphony.xwork2.interceptor.ValidationAware,com.opensymphony.xwork2.TextProvider,com.opensymphony.xwork2.LocaleProvider) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :struts2-bean-validation-plugin
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet/pom.xml> to org.apache.struts/struts2-portlet-plugin/2.5.11-SNAPSHOT/struts2-portlet-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/portlet-tiles/pom.xml> to org.apache.struts/struts2-portlet-tiles-plugin/2.5.11-SNAPSHOT/struts2-portlet-tiles-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/pom.xml> to org.apache.struts/struts2-core/2.5.11-SNAPSHOT/struts2-core-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.5.11-SNAPSHOT.jar> to org.apache.struts/struts2-core/2.5.11-SNAPSHOT/struts2-core-2.5.11-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/core/target/struts2-core-2.5.11-SNAPSHOT-sources.jar> to org.apache.struts/struts2-core/2.5.11-SNAPSHOT/struts2-core-2.5.11-SNAPSHOT-sources.jar
Compressed 2.91 MB of artifacts by 27.9% relative to #233
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/osgi/pom.xml> to org.apache.struts/struts2-osgi-plugin/2.5.11-SNAPSHOT/struts2-osgi-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/pom.xml> to org.apache.struts/struts2-dwr-plugin/2.5.11-SNAPSHOT/struts2-dwr-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.5.11-SNAPSHOT.jar> to org.apache.struts/struts2-dwr-plugin/2.5.11-SNAPSHOT/struts2-dwr-plugin-2.5.11-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/dwr/target/struts2-dwr-plugin-2.5.11-SNAPSHOT-sources.jar> to org.apache.struts/struts2-dwr-plugin/2.5.11-SNAPSHOT/struts2-dwr-plugin-2.5.11-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/rest-showcase/pom.xml> to org.apache.struts/struts2-rest-showcase/2.5.11-SNAPSHOT/struts2-rest-showcase-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/gxp/pom.xml> to org.apache.struts/struts2-gxp-plugin/2.5.11-SNAPSHOT/struts2-gxp-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/javatemplates/pom.xml> to org.apache.struts/struts2-javatemplates-plugin/2.5.11-SNAPSHOT/struts2-javatemplates-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/testng/pom.xml> to org.apache.struts/struts2-testng-plugin/2.5.11-SNAPSHOT/struts2-testng-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/pom.xml> to org.apache.struts/struts2-apps/2.5.11-SNAPSHOT/struts2-apps-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bom/pom.xml> to org.apache.struts/struts2-bom/2.5.11-SNAPSHOT/struts2-bom-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/oval/pom.xml> to org.apache.struts/struts2-oval-plugin/2.5.11-SNAPSHOT/struts2-oval-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/pom.xml> to org.apache.struts/struts2-convention-plugin/2.5.11-SNAPSHOT/struts2-convention-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/target/struts2-convention-plugin-2.5.11-SNAPSHOT.jar> to org.apache.struts/struts2-convention-plugin/2.5.11-SNAPSHOT/struts2-convention-plugin-2.5.11-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/convention/target/struts2-convention-plugin-2.5.11-SNAPSHOT-sources.jar> to org.apache.struts/struts2-convention-plugin/2.5.11-SNAPSHOT/struts2-convention-plugin-2.5.11-SNAPSHOT-sources.jar
Compressed 156.16 KB of artifacts by 20.5% relative to #233
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/pom.xml> to org.apache.struts/struts2-parent/2.5.11-SNAPSHOT/struts2-parent-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/target/struts2-parent-2.5.11-SNAPSHOT-site.xml> to org.apache.struts/struts2-parent/2.5.11-SNAPSHOT/struts2-parent-2.5.11-SNAPSHOT-site.xml
Compressed 39.29 KB of artifacts by 81.4% relative to #233
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/apps/showcase/pom.xml> to org.apache.struts/struts2-showcase/2.5.11-SNAPSHOT/struts2-showcase-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jasperreports/pom.xml> to org.apache.struts/struts2-jasperreports-plugin/2.5.11-SNAPSHOT/struts2-jasperreports-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/rest/pom.xml> to org.apache.struts/struts2-rest-plugin/2.5.11-SNAPSHOT/struts2-rest-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/pom.xml> to org.apache.struts/struts2-osgi-bundles/2.5.11-SNAPSHOT/struts2-osgi-bundles-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/pom.xml> to org.apache.struts/struts2-config-browser-plugin/2.5.11-SNAPSHOT/struts2-config-browser-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.5.11-SNAPSHOT.jar> to org.apache.struts/struts2-config-browser-plugin/2.5.11-SNAPSHOT/struts2-config-browser-plugin-2.5.11-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/config-browser/target/struts2-config-browser-plugin-2.5.11-SNAPSHOT-sources.jar> to org.apache.struts/struts2-config-browser-plugin/2.5.11-SNAPSHOT/struts2-config-browser-plugin-2.5.11-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pell-multipart/pom.xml> to org.apache.struts/struts2-pell-multipart-plugin/2.5.11-SNAPSHOT/struts2-pell-multipart-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/admin/pom.xml> to org.apache.struts/struts2-osgi-admin-bundle/2.5.11-SNAPSHOT/struts2-osgi-admin-bundle-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/pom.xml> to org.apache.struts/struts2-sitemesh-plugin/2.5.11-SNAPSHOT/struts2-sitemesh-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.5.11-SNAPSHOT.jar> to org.apache.struts/struts2-sitemesh-plugin/2.5.11-SNAPSHOT/struts2-sitemesh-plugin-2.5.11-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitemesh/target/struts2-sitemesh-plugin-2.5.11-SNAPSHOT-sources.jar> to org.apache.struts/struts2-sitemesh-plugin/2.5.11-SNAPSHOT/struts2-sitemesh-plugin-2.5.11-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/pom.xml> to org.apache.struts/struts2-plugins/2.5.11-SNAPSHOT/struts2-plugins-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/target/struts2-plugins-2.5.11-SNAPSHOT-site.xml> to org.apache.struts/struts2-plugins/2.5.11-SNAPSHOT/struts2-plugins-2.5.11-SNAPSHOT-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/bean-validation/pom.xml> to org.apache.struts/struts2-bean-validation-plugin/2.5.11-SNAPSHOT/struts2-bean-validation-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/plexus/pom.xml> to org.apache.struts/struts2-plexus-plugin/2.5.11-SNAPSHOT/struts2-plexus-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/sitegraph/pom.xml> to org.apache.struts/struts2-sitegraph-plugin/2.5.11-SNAPSHOT/struts2-sitegraph-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/cdi/pom.xml> to org.apache.struts/struts2-cdi-plugin/2.5.11-SNAPSHOT/struts2-cdi-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/pom.xml> to org.apache.struts/struts2-json-plugin/2.5.11-SNAPSHOT/struts2-json-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/struts2-json-plugin-2.5.11-SNAPSHOT.jar> to org.apache.struts/struts2-json-plugin/2.5.11-SNAPSHOT/struts2-json-plugin-2.5.11-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/json/target/struts2-json-plugin-2.5.11-SNAPSHOT-sources.jar> to org.apache.struts/struts2-json-plugin/2.5.11-SNAPSHOT/struts2-json-plugin-2.5.11-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/pom.xml> to org.apache.struts/struts2-tiles-plugin/2.5.11-SNAPSHOT/struts2-tiles-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.5.11-SNAPSHOT.jar> to org.apache.struts/struts2-tiles-plugin/2.5.11-SNAPSHOT/struts2-tiles-plugin-2.5.11-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/tiles/target/struts2-tiles-plugin-2.5.11-SNAPSHOT-sources.jar> to org.apache.struts/struts2-tiles-plugin/2.5.11-SNAPSHOT/struts2-tiles-plugin-2.5.11-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/pom.xml> to org.apache.struts/struts2-spring-plugin/2.5.11-SNAPSHOT/struts2-spring-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.5.11-SNAPSHOT.jar> to org.apache.struts/struts2-spring-plugin/2.5.11-SNAPSHOT/struts2-spring-plugin-2.5.11-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/spring/target/struts2-spring-plugin-2.5.11-SNAPSHOT-sources.jar> to org.apache.struts/struts2-spring-plugin/2.5.11-SNAPSHOT/struts2-spring-plugin-2.5.11-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/jfreechart/pom.xml> to org.apache.struts/struts2-jfreechart-plugin/2.5.11-SNAPSHOT/struts2-jfreechart-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/bundles/demo/pom.xml> to org.apache.struts/struts2-osgi-demo-bundle/2.5.11-SNAPSHOT/struts2-osgi-demo-bundle-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/embeddedjsp/pom.xml> to org.apache.struts/struts2-embeddedjsp-plugin/2.5.11-SNAPSHOT/struts2-embeddedjsp-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/pom.xml> to org.apache.struts/struts2-junit-plugin/2.5.11-SNAPSHOT/struts2-junit-plugin-2.5.11-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.5.11-SNAPSHOT.jar> to org.apache.struts/struts2-junit-plugin/2.5.11-SNAPSHOT/struts2-junit-plugin-2.5.11-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Struts-JDK7-pull-request/ws/plugins/junit/target/struts2-junit-plugin-2.5.11-SNAPSHOT-sources.jar> to org.apache.struts/struts2-junit-plugin/2.5.11-SNAPSHOT/struts2-junit-plugin-2.5.11-SNAPSHOT-sources.jar
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
channel stopped
Putting comment on the pull request

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Jenkins build is back to normal : Struts-JDK7-pull-request #235

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Struts-JDK7-pull-request/235/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org