Advertisement
Guest User

Capstone Maven run 1

a guest
Aug 21st, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. [INFO] Compiling 20 source files to /media/dave/WIN7/Users/Dave/Documents/UCT/Third Year/CSC3003S/Capstone Project/project/target/classes
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] BUILD FAILURE
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Total time: 1:02.042s
  6. [INFO] Finished at: Thu Aug 21 14:05:07 SAST 2014
  7. [INFO] Final Memory: 7M/115M
  8. [INFO] ------------------------------------------------------------------------
  9. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project lambda: Compilation failure: Compilation failure:
  10. [ERROR] /media/dave/WIN7/Users/Dave/Documents/UCT/Third Year/CSC3003S/Capstone Project/project/target/generated-sources/javacc/za/ac/uct/cs/ddd/lambda/evaluator/LambdaParser.java:[302,3] error: annotations are not supported in -source 1.3
  11. [ERROR]
  12. [ERROR] (use -source 5 or higher to enable annotations)
  13. [ERROR] /media/dave/WIN7/Users/Dave/Documents/UCT/Third Year/CSC3003S/Capstone Project/project/target/generated-sources/javacc/za/ac/uct/cs/ddd/lambda/evaluator/LambdaParser.java:[353,31] error: generics are not supported in -source 1.3
  14. [ERROR]
  15. [ERROR] (use -source 5 or higher to enable generics)
  16. [ERROR] /media/dave/WIN7/Users/Dave/Documents/UCT/Third Year/CSC3003S/Capstone Project/project/target/generated-sources/javacc/za/ac/uct/cs/ddd/lambda/evaluator/LambdaParser.java:[373,26] error: for-each loops are not supported in -source 1.3
  17. [ERROR]
  18. [ERROR] (use -source 5 or higher to enable for-each loops)
  19. [ERROR] /media/dave/WIN7/Users/Dave/Documents/UCT/Third Year/CSC3003S/Capstone Project/project/src/main/java/za/ac/uct/cs/ddd/lambda/evaluator/LambdaExpression.java:[63,13] error: generics are not supported in -source 1.3
  20. [ERROR]
  21. [ERROR] (use -source 5 or higher to enable generics)
  22. [ERROR] /media/dave/WIN7/Users/Dave/Documents/UCT/Third Year/CSC3003S/Capstone Project/project/src/main/java/za/ac/uct/cs/ddd/lambda/gui/GUI.java:[39,5] error: annotations are not supported in -source 1.3
  23. [ERROR]
  24. [ERROR] (use -source 5 or higher to enable annotations)
  25. [ERROR] /media/dave/WIN7/Users/Dave/Documents/UCT/Third Year/CSC3003S/Capstone Project/project/target/generated-sources/javacc/za/ac/uct/cs/ddd/lambda/evaluator/SimpleCharStream.java:[206,3] error: annotations are not supported in -source 1.3
  26. [ERROR]
  27. [ERROR] (use -source 5 or higher to enable annotations)
  28. [ERROR] /media/dave/WIN7/Users/Dave/Documents/UCT/Third Year/CSC3003S/Capstone Project/project/src/main/java/za/ac/uct/cs/ddd/lambda/gui/Calculator.java:[55,5] error: annotations are not supported in -source 1.3
  29. [ERROR]
  30. [ERROR] (use -source 5 or higher to enable annotations)
  31. [ERROR] /media/dave/WIN7/Users/Dave/Documents/UCT/Third Year/CSC3003S/Capstone Project/project/src/main/java/za/ac/uct/cs/ddd/lambda/gui/Tutor.java:[12,13] error: generics are not supported in -source 1.3
  32. [ERROR]
  33. [ERROR] (use -source 5 or higher to enable generics)
  34. [ERROR] /media/dave/WIN7/Users/Dave/Documents/UCT/Third Year/CSC3003S/Capstone Project/project/src/main/java/za/ac/uct/cs/ddd/lambda/gui/Tutor.java:[88,5] error: annotations are not supported in -source 1.3
  35. [ERROR]
  36. [ERROR] (use -source 5 or higher to enable annotations)
  37. [ERROR] /media/dave/WIN7/Users/Dave/Documents/UCT/Third Year/CSC3003S/Capstone Project/project/target/generated-sources/javacc/za/ac/uct/cs/ddd/lambda/evaluator/LambdaParserTokenManager.java:[6,1] error: annotations are not supported in -source 1.3
  38. [ERROR] -> [Help 1]
  39. [ERROR]
  40. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  41. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  42. [ERROR]
  43. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  44. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement