Mr.LDA icon indicating copy to clipboard operation
Mr.LDA copied to clipboard

Switch to Maven for build

Open lintool opened this issue 11 years ago • 1 comments

Switch from Ant/Ivy for build and package management.

lintool avatar May 30 '14 16:05 lintool

I get a compilation error and build failure now with Maven saying:

[ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] Failure executing javac, but could not parse the error: javac: directory not found: /home/hadoop/Mr.LDA/target/classes Usage: javac use -help for a list of possible options

[INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.720 s [INFO] Finished at: 2014-07-02T21:29:34+00:00 [INFO] Final Memory: 13M/208M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project mrlda: Compilation failure [ERROR] Failure executing javac, but could not parse the error: [ERROR] javac: directory not found: /home/hadoop/Mr.LDA/target/classes

cigrainger avatar Jul 03 '14 06:07 cigrainger