You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/01/21 13:22:13 UTC

Build failed in Jenkins: tobago-3.0.x #194

See <https://builds.apache.org/job/tobago-3.0.x/194/changes>

Changes:

[lofwyr] TOBAGO-1525: Make different app-server better testable with the examples
- parent of example theme should be theme, not example

------------------------------------------
[...truncated 5216 lines...]
[JENKINS] Recording test results[INFO] 
[INFO] --- tobago-theme-plugin:3.0.0-alpha-3-SNAPSHOT:index (default) @ tobago-theme-charlotteville ---

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ tobago-theme-charlotteville ---
[INFO] Building jar: <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-charlotteville/target/tobago-theme-charlotteville-3.0.0-alpha-3-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ tobago-theme-charlotteville ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tobago-theme-charlotteville ---
[INFO] Installing <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-charlotteville/target/tobago-theme-charlotteville-3.0.0-alpha-3-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/myfaces/tobago/tobago-theme-charlotteville/3.0.0-alpha-3-SNAPSHOT/tobago-theme-charlotteville-3.0.0-alpha-3-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-charlotteville/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/myfaces/tobago/tobago-theme-charlotteville/3.0.0-alpha-3-SNAPSHOT/tobago-theme-charlotteville-3.0.0-alpha-3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tobago Examples 3.0.0-alpha-3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ tobago-example ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.14:check (default-cli) @ tobago-example ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.1
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.9.1:check (default-cli) @ tobago-example ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce) @ tobago-example ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tobago-example ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ tobago-example ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tobago-example ---
[INFO] Installing <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-example/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/myfaces/tobago/tobago-example/3.0.0-alpha-3-SNAPSHOT/tobago-example-3.0.0-alpha-3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tobago Theme Example 3.0.0-alpha-3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ tobago-theme-example ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.14:check (default-cli) @ tobago-theme-example ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.1
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.9.1:check (default-cli) @ tobago-theme-example ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce) @ tobago-theme-example ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tobago-theme-example ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tobago-theme-example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- myfaces-javascript-plugin:1.0.1:compile (compile) @ tobago-theme-example ---
[INFO] Reading assembler descriptor <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-example/src/main/build/standard-javascript.xml>
[INFO] 
[INFO] --- myfaces-javascript-plugin:1.0.1:compress (compress) @ tobago-theme-example ---
[INFO] Compressing javascript using YahooUI
[INFO] ------------------------------------------------------------------------------

[WARNING] [WARNING] The symbol elementId is declared but is apparently never used.
This code can probably be written in a more efficient way.
function (elementId){this.id=elementId ---> ; <--- this.setup();};Example

[WARNING] [WARNING] The symbol ctrl is declared but is apparently never used.
This code can probably be written in a more efficient way.
prototype.setup=function (){var ctrl ---> = <--- Tobago.element(this.id);

[WARNING] [WARNING] The symbol ctrl is declared but is apparently never used.
This code can probably be written in a more efficient way.
Tobago.element(this.id);ctrl ---> . <--- _origValue=ctrl.value;Tobago.addBindEventListener

[WARNING] [WARNING] The symbol ctrl is declared but is apparently never used.
This code can probably be written in a more efficient way.
this.id);ctrl._origValue=ctrl ---> . <--- value;Tobago.addBindEventListener(ctrl,"keyup"

[WARNING] [WARNING] The symbol ctrl is declared but is apparently never used.
This code can probably be written in a more efficient way.
=ctrl.value;Tobago.addBindEventListener(ctrl ---> , <--- "keyup",this,"markChange");};

[WARNING] [WARNING] The symbol ctrl is declared but is apparently never used.
This code can probably be written in a more efficient way.
prototype.markChange=function (){var ctrl ---> = <--- Tobago.element(this.id);

[WARNING] [WARNING] The symbol ctrl is declared but is apparently never used.
This code can probably be written in a more efficient way.
element(this.id);if(ctrl ---> . <--- _origValue!=ctrl.value){Tobago.

[WARNING] [WARNING] The symbol ctrl is declared but is apparently never used.
This code can probably be written in a more efficient way.
id);if(ctrl._origValue!=ctrl ---> . <--- value){Tobago.addCssClass(ctrl.

[WARNING] [WARNING] The symbol ctrl is declared but is apparently never used.
This code can probably be written in a more efficient way.
ctrl.value){Tobago.addCssClass(ctrl ---> . <--- id,"example-changed");}else{Tobago

[WARNING] [WARNING] The symbol ctrl is declared but is apparently never used.
This code can probably be written in a more efficient way.
);}else{Tobago.removeCssClass(ctrl ---> . <--- id,"example-changed");}};Example

[WARNING] [WARNING] The symbol id is declared but is apparently never used.
This code can probably be written in a more efficient way.
id){window.setTimeout("Tobago.removeCssClass('"+id ---> + <--- "', 'tobago-in-markup-blink')",2000);};Tobago.
[INFO] tobago.min.js (1,550 bytes) ................................ compressed at 59%
[INFO] ------------------------------------------------------------------------------
[INFO] compression saved 918 bytes
[INFO] 
[INFO] --- yuicompressor-maven-plugin:1.1:compress (default) @ tobago-theme-example ---
[INFO] tobago.css (1145b) -> tobago.min.css (296b)[25%]
[INFO] total input (1145b) -> output (296b)[25%]
[INFO] nb warnings: 0, nb errors: 0
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ tobago-theme-example ---
[INFO] Compiling 1 source file to <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-example/target/classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.6
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-example/src/main/java/org/apache/myfaces/tobago/renderkit/html/example/standard/tag/InRenderer.java>:[22,43] package org.apache.myfaces.tobago.component does not exist
[ERROR] <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-example/src/main/java/org/apache/myfaces/tobago/renderkit/html/example/standard/tag/InRenderer.java>:[42,95] package org.apache.myfaces.tobago.renderkit.html.standard.standard.tag does not exist
[ERROR] <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-example/src/main/java/org/apache/myfaces/tobago/renderkit/html/example/standard/tag/InRenderer.java>:[46,5] cannot find symbol
  symbol:   variable super
  location: class org.apache.myfaces.tobago.renderkit.html.example.standard.tag.InRenderer
[ERROR] <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-example/src/main/java/org/apache/myfaces/tobago/renderkit/html/example/standard/tag/InRenderer.java>:[48,11] cannot find symbol
  symbol:   class UIIn
  location: class org.apache.myfaces.tobago.renderkit.html.example.standard.tag.InRenderer
[ERROR] <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-example/src/main/java/org/apache/myfaces/tobago/renderkit/html/example/standard/tag/InRenderer.java>:[48,22] cannot find symbol
  symbol:   class UIIn
  location: class org.apache.myfaces.tobago.renderkit.html.example.standard.tag.InRenderer
[ERROR] <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-example/src/main/java/org/apache/myfaces/tobago/renderkit/html/example/standard/tag/InRenderer.java>:[44,3] method does not override or implement a method from a supertype
[INFO] 6 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Tobago ...................................... SUCCESS [  6.384 s]
[INFO] Tobago Tool ........................................ SUCCESS [  1.321 s]
[INFO] Tobago Tool Annotation ............................. SUCCESS [  3.539 s]
[INFO] Tobago Tool Apt .................................... SUCCESS [  4.570 s]
[INFO] Tobago Maven2 Theme Plugin ......................... SUCCESS [  3.586 s]
[INFO] Tobago Core ........................................ SUCCESS [ 28.258 s]
[INFO] Tobago Themes ...................................... SUCCESS [  1.449 s]
[INFO] Tobago Theme Standard .............................. SUCCESS [ 13.350 s]
[INFO] Tobago Theme Scarborough ........................... SUCCESS [  5.740 s]
[INFO] Tobago Theme Speyside .............................. SUCCESS [  7.854 s]
[INFO] Tobago Theme Richmond .............................. SUCCESS [  3.170 s]
[INFO] Tobago Theme Charlotteville ........................ SUCCESS [  2.952 s]
[INFO] Tobago Examples .................................... SUCCESS [  1.822 s]
[INFO] Tobago Theme Example ............................... FAILURE [  3.517 s]
[INFO] Tobago Extensions .................................. SKIPPED
[INFO] Tobago Deprecation ................................. SKIPPED
[INFO] Tobago Fileupload .................................. SKIPPED
[INFO] Tobago Sandbox ..................................... SKIPPED
[INFO] Tobago Security .................................... SKIPPED
[INFO] Tobago Example Addressbook (Java EE 6) ............. SKIPPED
[INFO] Tobago Example Blank ............................... SKIPPED
[INFO] Tobago Example Data ................................ SKIPPED
[INFO] Tobago Example Demo ................................ SKIPPED
[INFO] Tobago Example Test ................................ SKIPPED
[INFO] Tobago Example for Portlets ........................ SKIPPED
[INFO] Tobago Example Security ............................ SKIPPED
[INFO] Tobago Example Assembly ............................ SKIPPED
[INFO] Tobago Assembly .................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:41 min
[INFO] Finished at: 2016-01-21T12:22:10+00:00
[INFO] Final Memory: 84M/639M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project tobago-theme-example: Compilation failure: Compilation failure:
[ERROR] <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-example/src/main/java/org/apache/myfaces/tobago/renderkit/html/example/standard/tag/InRenderer.java>:[22,43] package org.apache.myfaces.tobago.component does not exist
[ERROR] <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-example/src/main/java/org/apache/myfaces/tobago/renderkit/html/example/standard/tag/InRenderer.java>:[42,95] package org.apache.myfaces.tobago.renderkit.html.standard.standard.tag does not exist
[ERROR] <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-example/src/main/java/org/apache/myfaces/tobago/renderkit/html/example/standard/tag/InRenderer.java>:[46,5] cannot find symbol
[ERROR] symbol:   variable super
[ERROR] location: class org.apache.myfaces.tobago.renderkit.html.example.standard.tag.InRenderer
[ERROR] <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-example/src/main/java/org/apache/myfaces/tobago/renderkit/html/example/standard/tag/InRenderer.java>:[48,11] cannot find symbol
[ERROR] symbol:   class UIIn
[ERROR] location: class org.apache.myfaces.tobago.renderkit.html.example.standard.tag.InRenderer
[ERROR] <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-example/src/main/java/org/apache/myfaces/tobago/renderkit/html/example/standard/tag/InRenderer.java>:[48,22] cannot find symbol
[ERROR] symbol:   class UIIn
[ERROR] location: class org.apache.myfaces.tobago.renderkit.html.example.standard.tag.InRenderer
[ERROR] <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-example/src/main/java/org/apache/myfaces/tobago/renderkit/html/example/standard/tag/InRenderer.java>:[44,3] method does not override or implement a method from a supertype
[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 :tobago-theme-example
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-assembly/pom.xml> to org.apache.myfaces.tobago/tobago-assembly/3.0.0-alpha-3-SNAPSHOT/tobago-assembly-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-extension/tobago-sandbox/pom.xml> to org.apache.myfaces.tobago/tobago-sandbox/3.0.0-alpha-3-SNAPSHOT/tobago-sandbox-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-speyside/pom.xml> to org.apache.myfaces.tobago/tobago-theme-speyside/3.0.0-alpha-3-SNAPSHOT/tobago-theme-speyside-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-speyside/target/tobago-theme-speyside-3.0.0-alpha-3-SNAPSHOT.jar> to org.apache.myfaces.tobago/tobago-theme-speyside/3.0.0-alpha-3-SNAPSHOT/tobago-theme-speyside-3.0.0-alpha-3-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-tool/tobago-theme-plugin/pom.xml> to org.apache.myfaces.tobago/tobago-theme-plugin/3.0.0-alpha-3-SNAPSHOT/tobago-theme-plugin-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-tool/tobago-theme-plugin/target/tobago-theme-plugin-3.0.0-alpha-3-SNAPSHOT.jar> to org.apache.myfaces.tobago/tobago-theme-plugin/3.0.0-alpha-3-SNAPSHOT/tobago-theme-plugin-3.0.0-alpha-3-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-example/tobago-example-portlet/pom.xml> to org.apache.myfaces.tobago/tobago-example-portlet/3.0.0-alpha-3-SNAPSHOT/tobago-example-portlet-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-example/tobago-example-data/pom.xml> to org.apache.myfaces.tobago/tobago-example-data/3.0.0-alpha-3-SNAPSHOT/tobago-example-data-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-example/pom.xml> to org.apache.myfaces.tobago/tobago-theme-example/3.0.0-alpha-3-SNAPSHOT/tobago-theme-example-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-example/pom.xml> to org.apache.myfaces.tobago/tobago-example/3.0.0-alpha-3-SNAPSHOT/tobago-example-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-core/pom.xml> to org.apache.myfaces.tobago/tobago-core/3.0.0-alpha-3-SNAPSHOT/tobago-core-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-core/target/tobago-core-3.0.0-alpha-3-SNAPSHOT.jar> to org.apache.myfaces.tobago/tobago-core/3.0.0-alpha-3-SNAPSHOT/tobago-core-3.0.0-alpha-3-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-core/target/tobago-core-3.0.0-alpha-3-SNAPSHOT-tests.jar> to org.apache.myfaces.tobago/tobago-core/3.0.0-alpha-3-SNAPSHOT/tobago-core-3.0.0-alpha-3-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-core/target/tobago-core-3.0.0-alpha-3-SNAPSHOT-sources.jar> to org.apache.myfaces.tobago/tobago-core/3.0.0-alpha-3-SNAPSHOT/tobago-core-3.0.0-alpha-3-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-example/tobago-example-blank/pom.xml> to org.apache.myfaces.tobago/tobago-example-blank/3.0.0-alpha-3-SNAPSHOT/tobago-example-blank-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/pom.xml> to org.apache.myfaces.tobago/tobago-theme/3.0.0-alpha-3-SNAPSHOT/tobago-theme-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-tool/tobago-tool-annotation/pom.xml> to org.apache.myfaces.tobago/tobago-tool-annotation/3.0.0-alpha-3-SNAPSHOT/tobago-tool-annotation-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-tool/tobago-tool-annotation/target/tobago-tool-annotation-3.0.0-alpha-3-SNAPSHOT.jar> to org.apache.myfaces.tobago/tobago-tool-annotation/3.0.0-alpha-3-SNAPSHOT/tobago-tool-annotation-3.0.0-alpha-3-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-richmond/pom.xml> to org.apache.myfaces.tobago/tobago-theme-richmond/3.0.0-alpha-3-SNAPSHOT/tobago-theme-richmond-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-richmond/target/tobago-theme-richmond-3.0.0-alpha-3-SNAPSHOT.jar> to org.apache.myfaces.tobago/tobago-theme-richmond/3.0.0-alpha-3-SNAPSHOT/tobago-theme-richmond-3.0.0-alpha-3-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-standard/pom.xml> to org.apache.myfaces.tobago/tobago-theme-standard/3.0.0-alpha-3-SNAPSHOT/tobago-theme-standard-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-standard/target/tobago-theme-standard-3.0.0-alpha-3-SNAPSHOT.jar> to org.apache.myfaces.tobago/tobago-theme-standard/3.0.0-alpha-3-SNAPSHOT/tobago-theme-standard-3.0.0-alpha-3-SNAPSHOT.jar
Compressed 1.30 MB of artifacts by 31.2% relative to #193
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-example/tobago-example-security/pom.xml> to org.apache.myfaces.tobago/tobago-example-security/3.0.0-alpha-3-SNAPSHOT/tobago-example-security-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-example/tobago-example-addressbook/pom.xml> to org.apache.myfaces.tobago/tobago-example-addressbook/3.0.0-alpha-3-SNAPSHOT/tobago-example-addressbook-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-tool/tobago-tool-apt/pom.xml> to org.apache.myfaces.tobago/tobago-tool-apt/3.0.0-alpha-3-SNAPSHOT/tobago-tool-apt-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-tool/tobago-tool-apt/target/tobago-tool-apt-3.0.0-alpha-3-SNAPSHOT.jar> to org.apache.myfaces.tobago/tobago-tool-apt/3.0.0-alpha-3-SNAPSHOT/tobago-tool-apt-3.0.0-alpha-3-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-tool/pom.xml> to org.apache.myfaces.tobago/tobago-tool/3.0.0-alpha-3-SNAPSHOT/tobago-tool-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-extension/tobago-deprecation/pom.xml> to org.apache.myfaces.tobago/tobago-deprecation/3.0.0-alpha-3-SNAPSHOT/tobago-deprecation-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-extension/tobago-fileupload/pom.xml> to org.apache.myfaces.tobago/tobago-fileupload/3.0.0-alpha-3-SNAPSHOT/tobago-fileupload-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-example/tobago-example-demo/pom.xml> to org.apache.myfaces.tobago/tobago-example-demo/3.0.0-alpha-3-SNAPSHOT/tobago-example-demo-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-extension/pom.xml> to org.apache.myfaces.tobago/tobago-extension/3.0.0-alpha-3-SNAPSHOT/tobago-extension-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-charlotteville/pom.xml> to org.apache.myfaces.tobago/tobago-theme-charlotteville/3.0.0-alpha-3-SNAPSHOT/tobago-theme-charlotteville-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-charlotteville/target/tobago-theme-charlotteville-3.0.0-alpha-3-SNAPSHOT.jar> to org.apache.myfaces.tobago/tobago-theme-charlotteville/3.0.0-alpha-3-SNAPSHOT/tobago-theme-charlotteville-3.0.0-alpha-3-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-extension/tobago-security/pom.xml> to org.apache.myfaces.tobago/tobago-security/3.0.0-alpha-3-SNAPSHOT/tobago-security-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-example/tobago-example-assembly/pom.xml> to org.apache.myfaces.tobago/tobago-example-assembly/3.0.0-alpha-3-SNAPSHOT/tobago-example-assembly-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/pom.xml> to org.apache.myfaces.tobago/tobago/3.0.0-alpha-3-SNAPSHOT/tobago-3.0.0-alpha-3-SNAPSHOT.pom
Compressed 46.78 KB of artifacts by 68.4% relative to #193
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-example/tobago-example-test/pom.xml> to org.apache.myfaces.tobago/tobago-example-test/3.0.0-alpha-3-SNAPSHOT/tobago-example-test-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/pom.xml> to org.apache.myfaces.tobago/tobago-theme-scarborough/3.0.0-alpha-3-SNAPSHOT/tobago-theme-scarborough-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x/ws/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/target/tobago-theme-scarborough-3.0.0-alpha-3-SNAPSHOT.jar> to org.apache.myfaces.tobago/tobago-theme-scarborough/3.0.0-alpha-3-SNAPSHOT/tobago-theme-scarborough-3.0.0-alpha-3-SNAPSHOT.jar
Sending e-mails to: commits@myfaces.apache.org
channel stopped
Updating TOBAGO-1525

Jenkins build is back to normal : tobago-3.0.x #195

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tobago-3.0.x/195/changes>