Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save emmanuelbernard/4b676b5984562c1657d060734f6d7f22 to your computer and use it in GitHub Desktop.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] JSR-380 TCK Aggregator [pom]
[INFO] JSR-380 TCK Test Suite [jar]
[INFO] JSR-380 TCK Documentation [jar]
[INFO] JSR-380 TCK Container Adapter [jar]
[INFO] JSR-380 TCK Distribution [jar]
[INFO]
[INFO] -----< org.hibernate.beanvalidation.tck:beanvalidation-tck-parent >-----
[INFO] Building JSR-380 TCK Aggregator 2.1.0-SNAPSHOT [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ beanvalidation-tck-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beanvalidation-tck-parent ---
[INFO]
[INFO] --- license-maven-plugin:3.0:check (default) @ beanvalidation-tck-parent ---
[INFO] Checking licenses...
[WARNING] Unknown file extension: /Users/emmanuel/Code/beanvalidation/validation-tck/foo
[WARNING] Unable to find a comment style definition for some files. You may want to add a custom mapping for the relevant file extensions.
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ beanvalidation-tck-parent ---
[INFO] Installing /Users/emmanuel/Code/beanvalidation/validation-tck/pom.xml to /Users/emmanuel/.m2/repository/org/hibernate/beanvalidation/tck/beanvalidation-tck-parent/2.1.0-SNAPSHOT/beanvalidation-tck-parent-2.1.0-SNAPSHOT.pom
[INFO]
[INFO] -----< org.hibernate.beanvalidation.tck:beanvalidation-tck-tests >------
[INFO] Building JSR-380 TCK Test Suite 2.1.0-SNAPSHOT [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ beanvalidation-tck-tests ---
[INFO] Deleting /Users/emmanuel/Code/beanvalidation/validation-tck/tests/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beanvalidation-tck-tests ---
[INFO]
[INFO] --- exec-maven-plugin:1.5.0:java (generate-sections-class) @ beanvalidation-tck-tests ---
Section class source generated: org.hibernate.beanvalidation.tck.beanvalidation.Sections
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:add-source (add-source) @ beanvalidation-tck-tests ---
[INFO] Source directory: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/target/generated-sources/audit added.
[INFO]
[INFO] --- maven-processor-plugin:3.1.0:process (process) @ beanvalidation-tck-tests ---
Outputting to /Users/emmanuel/Code/beanvalidation/validation-tck/tests/target/coverage-report
Reading spec assertions from audit file/s: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/resources/tck-audit.xml
[WARNING] diagnostic: warning: Supported source version 'RELEASE_6' from annotation processor 'org.jboss.test.audit.report.CoverageProcessor' less than -source '1.8'
Reading spec assertions from audit file/s: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/resources/tck-audit.xml
Generate coverage report: JSR-380: Bean Validation 2.0
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:28: error: package javafx.beans.property does not exist
import javafx.beans.property.IntegerProperty;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:29: error: package javafx.beans.property does not exist
import javafx.beans.property.ListProperty;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:30: error: package javafx.beans.property does not exist
import javafx.beans.property.MapProperty;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:31: error: package javafx.beans.property does not exist
import javafx.beans.property.ReadOnlyBooleanProperty;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:32: error: package javafx.beans.property does not exist
import javafx.beans.property.ReadOnlyDoubleWrapper;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:33: error: package javafx.beans.property does not exist
import javafx.beans.property.ReadOnlyListWrapper;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:34: error: package javafx.beans.property does not exist
import javafx.beans.property.ReadOnlyMapWrapper;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:35: error: package javafx.beans.property does not exist
import javafx.beans.property.ReadOnlySetWrapper;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:36: error: package javafx.beans.property does not exist
import javafx.beans.property.SetProperty;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:37: error: package javafx.beans.property does not exist
import javafx.beans.property.SimpleBooleanProperty;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:38: error: package javafx.beans.property does not exist
import javafx.beans.property.SimpleIntegerProperty;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:39: error: package javafx.beans.property does not exist
import javafx.beans.property.SimpleListProperty;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:40: error: package javafx.beans.property does not exist
import javafx.beans.property.SimpleStringProperty;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:41: error: package javafx.beans.property does not exist
import javafx.beans.property.StringProperty;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:42: error: package javafx.collections does not exist
import javafx.collections.FXCollections;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:43: error: package javafx.collections does not exist
import javafx.collections.ObservableList;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:44: error: package javafx.collections does not exist
import javafx.collections.ObservableMap;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:45: error: package javafx.collections does not exist
import javafx.collections.ObservableSet;
^
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:156: error: cannot find symbol
private StringProperty stringProperty = new SimpleStringProperty( null );
^
symbol: class StringProperty
location: class org.hibernate.beanvalidation.tck.javafx.JavaFXValueExtractorsTestImpl.BasicPropertiesEntity
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:159: error: cannot find symbol
private ReadOnlyDoubleWrapper doubleProperty = new ReadOnlyDoubleWrapper( 4.5 );
^
symbol: class ReadOnlyDoubleWrapper
location: class org.hibernate.beanvalidation.tck.javafx.JavaFXValueExtractorsTestImpl.BasicPropertiesEntity
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:162: error: cannot find symbol
private IntegerProperty integerProperty = new SimpleIntegerProperty( 2 );
^
symbol: class IntegerProperty
location: class org.hibernate.beanvalidation.tck.javafx.JavaFXValueExtractorsTestImpl.BasicPropertiesEntity
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:165: error: cannot find symbol
private ReadOnlyBooleanProperty booleanProperty = new SimpleBooleanProperty( false );
^
symbol: class ReadOnlyBooleanProperty
location: class org.hibernate.beanvalidation.tck.javafx.JavaFXValueExtractorsTestImpl.BasicPropertiesEntity
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:171: error: cannot find symbol
private ListProperty<@Size(min = 4) String> listProperty;
^
symbol: class ListProperty
location: class org.hibernate.beanvalidation.tck.javafx.JavaFXValueExtractorsTestImpl.ListPropertyEntity
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:173: error: cannot find symbol
private ListPropertyEntity(ObservableList<String> innerList) {
^
symbol: class ObservableList
location: class org.hibernate.beanvalidation.tck.javafx.JavaFXValueExtractorsTestImpl.ListPropertyEntity
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:193: error: cannot find symbol
private SetProperty<@Size(min = 4) String> setProperty;
^
symbol: class SetProperty
location: class org.hibernate.beanvalidation.tck.javafx.JavaFXValueExtractorsTestImpl.SetPropertyEntity
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:195: error: cannot find symbol
private SetPropertyEntity(ObservableSet<String> innerList) {
^
symbol: class ObservableSet
location: class org.hibernate.beanvalidation.tck.javafx.JavaFXValueExtractorsTestImpl.SetPropertyEntity
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:215: error: cannot find symbol
private MapProperty<@Size(min = 4) String, @NotBlank String> mapProperty = new ReadOnlyMapWrapper<String, String>();
^
symbol: class MapProperty
location: class org.hibernate.beanvalidation.tck.javafx.JavaFXValueExtractorsTestImpl.MapPropertyEntity
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:217: error: cannot find symbol
private MapPropertyEntity(ObservableMap<String, String> innerMap) {
^
symbol: class ObservableMap
location: class org.hibernate.beanvalidation.tck.javafx.JavaFXValueExtractorsTestImpl.MapPropertyEntity
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:256: error: cannot find symbol
private final ListProperty<@Size(min = 4) StringProperty> listProperty;
^
symbol: class ListProperty
location: class org.hibernate.beanvalidation.tck.javafx.JavaFXValueExtractorsTestImpl.ListOfStringPropertyEntity
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:256: error: cannot find symbol
private final ListProperty<@Size(min = 4) StringProperty> listProperty;
^
symbol: class StringProperty
location: class org.hibernate.beanvalidation.tck.javafx.JavaFXValueExtractorsTestImpl.ListOfStringPropertyEntity
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:258: error: cannot find symbol
private ListOfStringPropertyEntity(ObservableList<StringProperty> innerList) {
^
symbol: class ObservableList
location: class org.hibernate.beanvalidation.tck.javafx.JavaFXValueExtractorsTestImpl.ListOfStringPropertyEntity
[ERROR] diagnostic: /Users/emmanuel/Code/beanvalidation/validation-tck/tests/src/main/java/org/hibernate/beanvalidation/tck/javafx/JavaFXValueExtractorsTestImpl.java:258: error: cannot find symbol
private ListOfStringPropertyEntity(ObservableList<StringProperty> innerList) {
^
symbol: class StringProperty
location: class org.hibernate.beanvalidation.tck.javafx.JavaFXValueExtractorsTestImpl.ListOfStringPropertyEntity
[ERROR] error on execute: use -X to have details
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for JSR-380 TCK Aggregator 2.1.0-SNAPSHOT:
[INFO]
[INFO] JSR-380 TCK Aggregator ............................. SUCCESS [ 0.951 s]
[INFO] JSR-380 TCK Test Suite ............................. FAILURE [ 1.863 s]
[INFO] JSR-380 TCK Documentation .......................... SKIPPED
[INFO] JSR-380 TCK Container Adapter ...................... SKIPPED
[INFO] JSR-380 TCK Distribution ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.923 s
[INFO] Finished at: 2019-07-11T16:23:05+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.bsc.maven:maven-processor-plugin:3.1.0:process (process) on project beanvalidation-tck-tests: Error executing: error during compilation -> [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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :beanvalidation-tck-tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment