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 2013/02/06 15:30:57 UTC

Build failed in Jenkins: tobago-trunk » Tobago Example Addressbook (Java EE 6) #939

See <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/939/changes>

Changes:

[lofwyr] setting svn ignore properties

[lofwyr] clean up annotation dependencies

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Tobago Example Addressbook (Java EE 6)
[INFO]    task-segment: [clean, animal-sniffer:check, checkstyle:check, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [animal-sniffer:check {execution: default-cli}]
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java15:1.0
[INFO] [checkstyle:check {execution: default-cli}]
[INFO] 
[INFO] [enforcer:enforce {execution: enforce}]
[INFO] [remote-resources:process {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 21 source files to <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java>:[26,28] cannot find symbol
symbol  : class FacesValidator
location: package javax.faces.validator
[ERROR] <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java>:[32,1] cannot find symbol
symbol: class FacesValidator
@FacesValidator("EmailAddressValidator")
[ERROR] <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java>:[30,26] cannot find symbol
symbol  : class FacesConverter
location: package javax.faces.convert
[ERROR] <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java>:[32,1] cannot find symbol
symbol: class FacesConverter
@FacesConverter(forClass = EmailAddress.class)
[ERROR] <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java>:[26,26] cannot find symbol
symbol  : class FacesConverter
location: package javax.faces.convert
[ERROR] <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java>:[29,1] cannot find symbol
symbol: class FacesConverter
@FacesConverter(forClass = Locale.class)
[ERROR] <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java>:[26,27] package javax.annotation.sql does not exist
[ERROR] <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java>:[34,1] cannot find symbol
symbol: class DataSourceDefinition
@DataSourceDefinition(
[INFO] 8 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/pom.xml> to /home/hudson/hudson/jobs/tobago-trunk/modules/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/builds/2013-02-06_14-28-47/archive/org.apache.myfaces.tobago/tobago-example-addressbook-cdi/1.6.0-beta-3-SNAPSHOT/tobago-example-addressbook-cdi-1.6.0-beta-3-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java>:[26,28] cannot find symbol
symbol  : class FacesValidator
location: package javax.faces.validator
<https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java>:[32,1] cannot find symbol
symbol: class FacesValidator
@FacesValidator("EmailAddressValidator")
<https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java>:[30,26] cannot find symbol
symbol  : class FacesConverter
location: package javax.faces.convert
<https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java>:[32,1] cannot find symbol
symbol: class FacesConverter
@FacesConverter(forClass = EmailAddress.class)
<https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java>:[26,26] cannot find symbol
symbol  : class FacesConverter
location: package javax.faces.convert
<https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java>:[29,1] cannot find symbol
symbol: class FacesConverter
@FacesConverter(forClass = Locale.class)
<https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java>:[26,27] package javax.annotation.sql does not exist
<https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java>:[34,1] cannot find symbol
symbol: class DataSourceDefinition
@DataSourceDefinition(

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 2 seconds
[INFO] Finished at: Wed Feb 06 14:30:56 UTC 2013
[INFO] Final Memory: 150M/459M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data

Jenkins build is back to normal : tobago-trunk » Tobago Example Addressbook (Java EE 6) #941

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/941/changes>


Build failed in Jenkins: tobago-trunk » Tobago Example Addressbook (Java EE 6) #940

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/940/>

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Tobago Example Addressbook (Java EE 6)
[INFO]    task-segment: [clean, animal-sniffer:check, checkstyle:check, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [animal-sniffer:check {execution: default-cli}]
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java15:1.0
[INFO] [checkstyle:check {execution: default-cli}]
[INFO] 
[INFO] [enforcer:enforce {execution: enforce}]
[INFO] [remote-resources:process {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 21 source files to <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java>:[26,28] cannot find symbol
symbol  : class FacesValidator
location: package javax.faces.validator
[ERROR] <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java>:[32,1] cannot find symbol
symbol: class FacesValidator
@FacesValidator("EmailAddressValidator")
[ERROR] <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java>:[30,26] cannot find symbol
symbol  : class FacesConverter
location: package javax.faces.convert
[ERROR] <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java>:[32,1] cannot find symbol
symbol: class FacesConverter
@FacesConverter(forClass = EmailAddress.class)
[ERROR] <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java>:[26,26] cannot find symbol
symbol  : class FacesConverter
location: package javax.faces.convert
[ERROR] <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java>:[29,1] cannot find symbol
symbol: class FacesConverter
@FacesConverter(forClass = Locale.class)
[ERROR] <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java>:[26,27] package javax.annotation.sql does not exist
[ERROR] <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java>:[34,1] cannot find symbol
symbol: class DataSourceDefinition
@DataSourceDefinition(
[INFO] 8 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/pom.xml> to /home/hudson/hudson/jobs/tobago-trunk/modules/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/builds/2013-02-08_12-53-37/archive/org.apache.myfaces.tobago/tobago-example-addressbook-cdi/1.6.0-beta-3-SNAPSHOT/tobago-example-addressbook-cdi-1.6.0-beta-3-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java>:[26,28] cannot find symbol
symbol  : class FacesValidator
location: package javax.faces.validator
<https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressValidator.java>:[32,1] cannot find symbol
symbol: class FacesValidator
@FacesValidator("EmailAddressValidator")
<https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java>:[30,26] cannot find symbol
symbol  : class FacesConverter
location: package javax.faces.convert
<https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/EmailAddressConverter.java>:[32,1] cannot find symbol
symbol: class FacesConverter
@FacesConverter(forClass = EmailAddress.class)
<https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java>:[26,26] cannot find symbol
symbol  : class FacesConverter
location: package javax.faces.convert
<https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/LocaleConverter.java>:[29,1] cannot find symbol
symbol: class FacesConverter
@FacesConverter(forClass = Locale.class)
<https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java>:[26,27] package javax.annotation.sql does not exist
<https://builds.apache.org/job/tobago-trunk/org.apache.myfaces.tobago$tobago-example-addressbook-cdi/ws/src/main/java/org/apache/myfaces/tobago/example/addressbook/JpaAddressDao.java>:[34,1] cannot find symbol
symbol: class DataSourceDefinition
@DataSourceDefinition(

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 52 seconds
[INFO] Finished at: Fri Feb 08 12:55:36 UTC 2013
[INFO] Final Memory: 156M/399M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data