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

Build failed in Jenkins: tobago-3.0.x » Tobago Theme Example #194

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

Changes:

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

------------------------------------------
[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/org.apache.myfaces.tobago$tobago-theme-example/ws/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/org.apache.myfaces.tobago$tobago-theme-example/ws/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/org.apache.myfaces.tobago$tobago-theme-example/ws/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/org.apache.myfaces.tobago$tobago-theme-example/ws/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/org.apache.myfaces.tobago$tobago-theme-example/ws/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/org.apache.myfaces.tobago$tobago-theme-example/ws/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/org.apache.myfaces.tobago$tobago-theme-example/ws/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/org.apache.myfaces.tobago$tobago-theme-example/ws/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] -------------------------------------------------------------

Jenkins build is back to normal : tobago-3.0.x » Tobago Theme Example #195

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