Skip to content

Instantly share code, notes, and snippets.

@physikerwelt
Created September 3, 2014 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save physikerwelt/b7e373a42daf6362d65c to your computer and use it in GitHub Desktop.
Save physikerwelt/b7e373a42daf6362d65c to your computer and use it in GitHub Desktop.
[INFO] Compiling 35 source files to /mnt/mathosphere2/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] /mnt/mathosphere2/src/main/java/de/tuberlin/dima/schubotz/fse/MainProgram.java: Some input files use unchecked or unsafe operations.
[WARNING] /mnt/mathosphere2/src/main/java/de/tuberlin/dima/schubotz/fse/MainProgram.java: Recompile with -Xlint:unchecked for details.
[INFO] 2 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /mnt/mathosphere2/src/main/java/de/tuberlin/dima/schubotz/fse/utils/ExtractHelper.java:[3,45] package cz.muni.fi.mir.mathmlcanonicalization does not exist
[ERROR] /mnt/mathosphere2/src/main/java/de/tuberlin/dima/schubotz/fse/utils/ExtractHelper.java:[4,45] package cz.muni.fi.mir.mathmlcanonicalization does not exist
[ERROR] /mnt/mathosphere2/src/main/java/de/tuberlin/dima/schubotz/fse/utils/ExtractHelper.java:[18,30] cannot find symbol
symbol: class MathMLCanonicalizer
location: class de.tuberlin.dima.schubotz.fse.utils.ExtractHelper
[ERROR] /mnt/mathosphere2/src/main/java/de/tuberlin/dima/schubotz/fse/utils/ExtractHelper.java:[28,33] cannot find symbol
symbol: class MathMLCanonicalizer
location: class de.tuberlin.dima.schubotz.fse.utils.ExtractHelper
[ERROR] /mnt/mathosphere2/src/main/java/de/tuberlin/dima/schubotz/fse/utils/ExtractHelper.java:[32,24] cannot find symbol
symbol: class ConfigException
location: class de.tuberlin.dima.schubotz.fse.utils.ExtractHelper
[INFO] 5 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:03.892s
[INFO] Finished at: Wed Sep 03 14:39:06 UTC 2014
[INFO] Final Memory: 22M/289M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment