Skip to content

Instantly share code, notes, and snippets.

@mosser
Created March 22, 2013 19:28
Show Gist options
  • Save mosser/5224038 to your computer and use it in GitHub Desktop.
Save mosser/5224038 to your computer and use it in GitHub Desktop.
azrael:G4-Non mosser$ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building app 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ app ---
[INFO] Deleting /Users/mosser/work/tse-forensics/G4-Non/target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ app ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mosser/work/tse-forensics/G4-Non/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ app ---
[INFO] Compiling 44 source files to /Users/mosser/work/tse-forensics/G4-Non/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/Map.java:[6,54] cannot find symbol
symbol : class InvalidMoveException
location: package fr.unice.polytech.si3.tse.FFIAN.world.exception
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/PreyToken.java:[3,54] cannot find symbol
symbol : class InvalidMoveException
location: package fr.unice.polytech.si3.tse.FFIAN.world.exception
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/PreyToken.java:[26,27] cannot find symbol
symbol : class InvalidMoveException
location: class fr.unice.polytech.si3.tse.FFIAN.world.PreyToken
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/WorkerSoldier.java:[3,54] cannot find symbol
symbol : class InvalidMoveException
location: package fr.unice.polytech.si3.tse.FFIAN.world.exception
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/WorkerSoldier.java:[12,32] cannot find symbol
symbol : class InvalidMoveException
location: class fr.unice.polytech.si3.tse.FFIAN.world.WorkerSoldier
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/SousFourmiliere.java:[3,54] cannot find symbol
symbol : class InvalidMoveException
location: package fr.unice.polytech.si3.tse.FFIAN.world.exception
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/SousFourmiliere.java:[9,33] cannot find symbol
symbol : class InvalidMoveException
location: class fr.unice.polytech.si3.tse.FFIAN.world.SousFourmiliere
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/GalleryToken.java:[3,54] cannot find symbol
symbol : class InvalidMoveException
location: package fr.unice.polytech.si3.tse.FFIAN.world.exception
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/GalleryToken.java:[23,30] cannot find symbol
symbol : class InvalidMoveException
location: class fr.unice.polytech.si3.tse.FFIAN.world.GalleryToken
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/PreyToken.java:[42,13] cannot find symbol
symbol : class InvalidMoveException
location: class fr.unice.polytech.si3.tse.FFIAN.world.PreyToken
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/WorkerSoldier.java:[14,13] cannot find symbol
symbol : class InvalidMoveException
location: class fr.unice.polytech.si3.tse.FFIAN.world.WorkerSoldier
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/SousFourmiliere.java:[11,13] cannot find symbol
symbol : class InvalidMoveException
location: class fr.unice.polytech.si3.tse.FFIAN.world.SousFourmiliere
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/GalleryToken.java:[25,13] cannot find symbol
symbol : class InvalidMoveException
location: class fr.unice.polytech.si3.tse.FFIAN.world.GalleryToken
[INFO] 13 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.532s
[INFO] Finished at: Fri Mar 22 20:27:51 CET 2013
[INFO] Final Memory: 8M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project app: Compilation failure: Compilation failure:
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/Map.java:[6,54] cannot find symbol
[ERROR] symbol : class InvalidMoveException
[ERROR] location: package fr.unice.polytech.si3.tse.FFIAN.world.exception
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/PreyToken.java:[3,54] cannot find symbol
[ERROR] symbol : class InvalidMoveException
[ERROR] location: package fr.unice.polytech.si3.tse.FFIAN.world.exception
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/PreyToken.java:[26,27] cannot find symbol
[ERROR] symbol : class InvalidMoveException
[ERROR] location: class fr.unice.polytech.si3.tse.FFIAN.world.PreyToken
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/WorkerSoldier.java:[3,54] cannot find symbol
[ERROR] symbol : class InvalidMoveException
[ERROR] location: package fr.unice.polytech.si3.tse.FFIAN.world.exception
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/WorkerSoldier.java:[12,32] cannot find symbol
[ERROR] symbol : class InvalidMoveException
[ERROR] location: class fr.unice.polytech.si3.tse.FFIAN.world.WorkerSoldier
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/SousFourmiliere.java:[3,54] cannot find symbol
[ERROR] symbol : class InvalidMoveException
[ERROR] location: package fr.unice.polytech.si3.tse.FFIAN.world.exception
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/SousFourmiliere.java:[9,33] cannot find symbol
[ERROR] symbol : class InvalidMoveException
[ERROR] location: class fr.unice.polytech.si3.tse.FFIAN.world.SousFourmiliere
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/GalleryToken.java:[3,54] cannot find symbol
[ERROR] symbol : class InvalidMoveException
[ERROR] location: package fr.unice.polytech.si3.tse.FFIAN.world.exception
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/GalleryToken.java:[23,30] cannot find symbol
[ERROR] symbol : class InvalidMoveException
[ERROR] location: class fr.unice.polytech.si3.tse.FFIAN.world.GalleryToken
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/PreyToken.java:[42,13] cannot find symbol
[ERROR] symbol : class InvalidMoveException
[ERROR] location: class fr.unice.polytech.si3.tse.FFIAN.world.PreyToken
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/WorkerSoldier.java:[14,13] cannot find symbol
[ERROR] symbol : class InvalidMoveException
[ERROR] location: class fr.unice.polytech.si3.tse.FFIAN.world.WorkerSoldier
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/SousFourmiliere.java:[11,13] cannot find symbol
[ERROR] symbol : class InvalidMoveException
[ERROR] location: class fr.unice.polytech.si3.tse.FFIAN.world.SousFourmiliere
[ERROR] /Users/mosser/work/tse-forensics/G4-Non/src/main/java/fr/unice/polytech/si3/tse/FFIAN/world/GalleryToken.java:[25,13] cannot find symbol
[ERROR] symbol : class InvalidMoveException
[ERROR] location: class fr.unice.polytech.si3.tse.FFIAN.world.GalleryToken
[ERROR] -> [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/MojoFailureException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment