You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/04/15 06:46:40 UTC

Build failed in Jenkins: TomEE » master-pull-request » TomEE :: Examples :: REST XML JSON #12

See <https://ci-builds.apache.org/job/Tomee/job/master-pull-request/org.superbiz$rest-xml-json/12/display/redirect>

Changes:


------------------------------------------
[INFO] 
[INFO] ---------------------< org.superbiz:rest-xml-json >---------------------
[INFO] Building TomEE :: Examples :: REST XML JSON 8.0.12-SNAPSHOT    [242/359]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rest-xml-json ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rest-xml-json ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://ci-builds.apache.org/job/Tomee/job/master-pull-request/org.superbiz$rest-xml-json/ws/src/main/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ rest-xml-json ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to <https://ci-builds.apache.org/job/Tomee/job/master-pull-request/org.superbiz$rest-xml-json/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://ci-builds.apache.org/job/Tomee/job/master-pull-request/org.superbiz$rest-xml-json/ws/src/main/java/org/superbiz/rest/Request.java>:[19,33] package javax.xml.bind.annotation does not exist
[ERROR] <https://ci-builds.apache.org/job/Tomee/job/master-pull-request/org.superbiz$rest-xml-json/ws/src/main/java/org/superbiz/rest/Request.java>:[21,2] cannot find symbol
  symbol: class XmlRootElement
[ERROR] <https://ci-builds.apache.org/job/Tomee/job/master-pull-request/org.superbiz$rest-xml-json/ws/src/main/java/org/superbiz/rest/Response.java>:[19,33] package javax.xml.bind.annotation does not exist
[ERROR] <https://ci-builds.apache.org/job/Tomee/job/master-pull-request/org.superbiz$rest-xml-json/ws/src/main/java/org/superbiz/rest/Response.java>:[21,2] cannot find symbol
  symbol: class XmlRootElement
[INFO] 4 errors 
[INFO] -------------------------------------------------------------