-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Seems like there is missing javafx dependency:
[INFO] Reactor Summary for Psychometrics 2.0:
[INFO]
[INFO] Psychometrics ...................................... SUCCESS [ 0.611 s]
[INFO] psychometrics-core ................................. SUCCESS [ 10.613 s]
[INFO] psychometrics-ctt .................................. FAILURE [ 2.656 s]
[INFO] psychometrics-optim ................................ SKIPPED
[INFO] psychometrics-factor ............................... SKIPPED
[INFO] psychometrics-fmm .................................. SKIPPED
[INFO] psychometrics-irt .................................. SKIPPED
[INFO] psychometrics-nirt ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.124 s
[INFO] Finished at: 2019-04-26T18:25:02+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile (default-testCompile) on project psychometrics-ctt: Compilation failure: Compilation failure:
[ERROR] /home/user/joel/rnd/test/psychometrics/psychometrics-ctt/src/test/java/com/itemanalysis/psychometrics/classicalitemanalysis/StreamingItemAnalysisTest.java:[3,25] error: package javafx.application does not exist
[ERROR]
[ERROR] /home/user/joel/rnd/test/psychometrics/psychometrics-ctt/src/test/java/com/itemanalysis/psychometrics/classicalitemanalysis/StreamingItemAnalysisTest.java:[4,28] error: package javafx.beans.property does not exist
[ERROR]
[ERROR] /home/user/joel/rnd/test/psychometrics/psychometrics-ctt/src/test/java/com/itemanalysis/psychometrics/classicalitemanalysis/StreamingItemAnalysisTest.java:[5,28] error: package javafx.beans.property does not exist
[ERROR]
[ERROR] /home/user/joel/rnd/test/psychometrics/psychometrics-ctt/src/test/java/com/itemanalysis/psychometrics/classicalitemanalysis/StreamingItemAnalysisTest.java:[6,25] error: package javafx.collections does not exist
[ERROR]
[ERROR] /home/user/joel/rnd/test/psychometrics/psychometrics-ctt/src/test/java/com/itemanalysis/psychometrics/classicalitemanalysis/StreamingItemAnalysisTest.java:[7,25] error: package javafx.collections does not exist