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 20:11:55 UTC

Build failed in Jenkins: tobago-3.0.x-deploy #69

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

Changes:

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

[lofwyr] Merged from trunk
upload with validation [from revision 1725894]

[lofwyr] TOBAGO-1525: Make different app-server better testable with the examples

------------------------------------------
[...truncated 8068 lines...]
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadoc) @ tobago-example ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce) @ tobago-example ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ tobago-example ---
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-source) @ tobago-example ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.5.5:single (source-release-assembly) @ tobago-example ---
[INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tobago-example ---
[INFO] Installing <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/tobago-example/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/myfaces/tobago/tobago-example/3.0.0-alpha-3-SNAPSHOT/tobago-example-3.0.0-alpha-3-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ tobago-example ---
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/tobago/tobago-example/3.0.0-alpha-3-SNAPSHOT/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/tobago/tobago-example/3.0.0-alpha-3-SNAPSHOT/maven-metadata.xml (632 B at 1.5 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/tobago/tobago-example/3.0.0-alpha-3-SNAPSHOT/tobago-example-3.0.0-alpha-3-20160121.191150-7.pom
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/tobago/tobago-example/3.0.0-alpha-3-SNAPSHOT/tobago-example-3.0.0-alpha-3-20160121.191150-7.pom (16 KB at 98.7 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/tobago/tobago-example/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/tobago/tobago-example/maven-metadata.xml (503 B at 3.5 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/tobago/tobago-example/3.0.0-alpha-3-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/tobago/tobago-example/3.0.0-alpha-3-SNAPSHOT/maven-metadata.xml (632 B at 3.2 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/tobago/tobago-example/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/tobago/tobago-example/maven-metadata.xml (503 B at 1.9 KB/sec)
[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-enforcer-plugin:1.4:enforce (enforce) @ tobago-theme-example ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ 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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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 [17.050s]
[INFO] Tobago Tool ....................................... SUCCESS [2.182s]
[INFO] Tobago Tool Annotation ............................ SUCCESS [7.893s]
[INFO] Tobago Tool Apt ................................... SUCCESS [7.897s]
[INFO] Tobago Maven2 Theme Plugin ........................ SUCCESS [8.249s]
[INFO] Tobago Core ....................................... SUCCESS [46.894s]
[INFO] Tobago Themes ..................................... SUCCESS [2.250s]
[INFO] Tobago Theme Standard ............................. SUCCESS [19.161s]
[INFO] Tobago Theme Scarborough .......................... SUCCESS [7.343s]
[INFO] Tobago Theme Speyside ............................. SUCCESS [8.346s]
[INFO] Tobago Theme Richmond ............................. SUCCESS [4.371s]
[INFO] Tobago Theme Charlotteville ....................... SUCCESS [5.098s]
[INFO] Tobago Examples ................................... SUCCESS [2.679s]
[INFO] Tobago Theme Example .............................. FAILURE [2.535s]
[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 Assembly ........................... SKIPPED
[INFO] Tobago Assembly ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:29.520s
[INFO] Finished at: Thu Jan 21 19:11:54 UTC 2016
[INFO] Final Memory: 78M/916M
[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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-20160121.191136-7/tobago-theme-speyside-3.0.0-alpha-3-20160121.191136-7.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/tobago-theme/tobago-theme-speyside/target/tobago-theme-speyside-3.0.0-alpha-3-SNAPSHOT-sources.jar> to org.apache.myfaces.tobago/tobago-theme-speyside/3.0.0-alpha-3-20160121.191136-7/tobago-theme-speyside-3.0.0-alpha-3-20160121.191136-7-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-20160121.191009-7/tobago-theme-plugin-3.0.0-alpha-3-20160121.191009-7.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/tobago-tool/tobago-theme-plugin/target/tobago-theme-plugin-3.0.0-alpha-3-SNAPSHOT-javadoc.jar> to org.apache.myfaces.tobago/tobago-theme-plugin/3.0.0-alpha-3-20160121.191009-7/tobago-theme-plugin-3.0.0-alpha-3-20160121.191009-7-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/tobago-tool/tobago-theme-plugin/target/tobago-theme-plugin-3.0.0-alpha-3-SNAPSHOT-sources.jar> to org.apache.myfaces.tobago/tobago-theme-plugin/3.0.0-alpha-3-20160121.191009-7/tobago-theme-plugin-3.0.0-alpha-3-20160121.191009-7-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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
No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/tobago-core/target/tobago-core-3.0.0-alpha-3-SNAPSHOT.jar> to org.apache.myfaces.tobago/tobago-core/3.0.0-alpha-3-20160121.191055-7/tobago-core-3.0.0-alpha-3-20160121.191055-7.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/tobago-core/target/tobago-core-3.0.0-alpha-3-SNAPSHOT-javadoc.jar> to org.apache.myfaces.tobago/tobago-core/3.0.0-alpha-3-20160121.191055-7/tobago-core-3.0.0-alpha-3-20160121.191055-7-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/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-20160121.191055-7/tobago-core-3.0.0-alpha-3-20160121.191055-7-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/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-20160121.191055-7/tobago-core-3.0.0-alpha-3-20160121.191055-7-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/tobago-core/target/tobago-core-3.0.0-alpha-3-SNAPSHOT-tlddoc.jar> to org.apache.myfaces.tobago/tobago-core/3.0.0-alpha-3-20160121.191055-7/tobago-core-3.0.0-alpha-3-20160121.191055-7-tlddoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-20160121.190952-7/tobago-tool-annotation-3.0.0-alpha-3-20160121.190952-7.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/tobago-tool/tobago-tool-annotation/target/tobago-tool-annotation-3.0.0-alpha-3-SNAPSHOT-javadoc.jar> to org.apache.myfaces.tobago/tobago-tool-annotation/3.0.0-alpha-3-20160121.190952-7/tobago-tool-annotation-3.0.0-alpha-3-20160121.190952-7-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/tobago-tool/tobago-tool-annotation/target/tobago-tool-annotation-3.0.0-alpha-3-SNAPSHOT-sources.jar> to org.apache.myfaces.tobago/tobago-tool-annotation/3.0.0-alpha-3-20160121.190952-7/tobago-tool-annotation-3.0.0-alpha-3-20160121.190952-7-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-20160121.191141-7/tobago-theme-richmond-3.0.0-alpha-3-20160121.191141-7.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/tobago-theme/tobago-theme-richmond/target/tobago-theme-richmond-3.0.0-alpha-3-SNAPSHOT-sources.jar> to org.apache.myfaces.tobago/tobago-theme-richmond/3.0.0-alpha-3-20160121.191141-7/tobago-theme-richmond-3.0.0-alpha-3-20160121.191141-7-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-20160121.191119-7/tobago-theme-standard-3.0.0-alpha-3-20160121.191119-7.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/tobago-theme/tobago-theme-standard/target/tobago-theme-standard-3.0.0-alpha-3-SNAPSHOT-javadoc.jar> to org.apache.myfaces.tobago/tobago-theme-standard/3.0.0-alpha-3-20160121.191119-7/tobago-theme-standard-3.0.0-alpha-3-20160121.191119-7-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/tobago-theme/tobago-theme-standard/target/tobago-theme-standard-3.0.0-alpha-3-SNAPSHOT-sources.jar> to org.apache.myfaces.tobago/tobago-theme-standard/3.0.0-alpha-3-20160121.191119-7/tobago-theme-standard-3.0.0-alpha-3-20160121.191119-7-sources.jar
Compressed 2.97 MB of artifacts by 31.5% relative to #68
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-20160121.191001-7/tobago-tool-apt-3.0.0-alpha-3-20160121.191001-7.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/tobago-tool/tobago-tool-apt/target/tobago-tool-apt-3.0.0-alpha-3-SNAPSHOT-javadoc.jar> to org.apache.myfaces.tobago/tobago-tool-apt/3.0.0-alpha-3-20160121.191001-7/tobago-tool-apt-3.0.0-alpha-3-20160121.191001-7-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/tobago-tool/tobago-tool-apt/target/tobago-tool-apt-3.0.0-alpha-3-SNAPSHOT-sources.jar> to org.apache.myfaces.tobago/tobago-tool-apt/3.0.0-alpha-3-20160121.191001-7/tobago-tool-apt-3.0.0-alpha-3-20160121.191001-7-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-20160121.191145-7/tobago-theme-charlotteville-3.0.0-alpha-3-20160121.191145-7.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/tobago-theme/tobago-theme-charlotteville/target/tobago-theme-charlotteville-3.0.0-alpha-3-SNAPSHOT-sources.jar> to org.apache.myfaces.tobago/tobago-theme-charlotteville/3.0.0-alpha-3-20160121.191145-7/tobago-theme-charlotteville-3.0.0-alpha-3-20160121.191145-7-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/pom.xml> to org.apache.myfaces.tobago/tobago/3.0.0-alpha-3-SNAPSHOT/tobago-3.0.0-alpha-3-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/target/tobago-3.0.0-alpha-3-SNAPSHOT-source-release.zip> to org.apache.myfaces.tobago/tobago/3.0.0-alpha-3-20160121.190941-7/tobago-3.0.0-alpha-3-20160121.190941-7-source-release.zip
Compressed 8.93 MB of artifacts by 59.1% relative to #68
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-deploy/ws/tobago-3.0.x-deploy/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-20160121.191127-7/tobago-theme-scarborough-3.0.0-alpha-3-20160121.191127-7.jar
[JENKINS] Archiving <https://builds.apache.org/job/tobago-3.0.x-deploy/ws/tobago-3.0.x-deploy/tobago-theme/tobago-theme-scarborough/target/tobago-theme-scarborough-3.0.0-alpha-3-SNAPSHOT-sources.jar> to org.apache.myfaces.tobago/tobago-theme-scarborough/3.0.0-alpha-3-20160121.191127-7/tobago-theme-scarborough-3.0.0-alpha-3-20160121.191127-7-sources.jar
Sending e-mails to: commits@myfaces.apache.org
channel stopped

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

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