Code does not compile
laura-dietz opened this issue · 2 comments
I followed the instructions but I get this error message.
[INFO] Compiling 9 source files to /home/dietz/datasci/BryanTuckerBahram/trec-eval/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Failure executing javac, but could not parse the error:
javac: invalid target release: 1.8
Usage: javac
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.073s
[INFO] Finished at: Mon Feb 13 15:18:29 EST 2017
[INFO] Final Memory: 25M/1963M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project trec-eval: Compilation failure
[ERROR] Failure executing javac, but could not parse the error:
[ERROR] javac: invalid target release: 1.8
[ERROR] Usage: javac
The project is configured to build under Java 8. Moved to Java 7 in 3f5a6d3
If that doesn't work, back to the drawing board.
The information that was missing is "Prerequirement Java 8" - no prob, you just need to add it to the installation instructions.