Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.38 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]                                                                        
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building Factory 0.1
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ Factory ---
  8. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  9. [INFO] Copying 9 resources
  10. [INFO]
  11. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ Factory ---
  12. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  13. [INFO] Compiling 7 source files to /home/snaphuman/apps.dev/java-apps/factory-of-procedures-back/CA-Factory/target/classes
  14. [INFO] -------------------------------------------------------------
  15. [ERROR] COMPILATION ERROR :
  16. [INFO] -------------------------------------------------------------
  17. [ERROR] /home/snaphuman/apps.dev/java-apps/factory-of-procedures-back/CA-Factory/src/main/java/edu/uniandes/ecos/codeaholics/business/CitizenServices.java:[15,43] error: cannot find symbol
  18. [ERROR]  package edu.uniandes.ecos.codeaholics.config
  19. /home/snaphuman/apps.dev/java-apps/factory-of-procedures-back/CA-Factory/src/main/java/edu/uniandes/ecos/codeaholics/business/CitizenServices.java:[20,55] error: cannot find symbol
  20. [ERROR]  package edu.uniandes.ecos.codeaholics.persistence
  21. /home/snaphuman/apps.dev/java-apps/factory-of-procedures-back/CA-Factory/src/main/java/edu/uniandes/ecos/codeaholics/business/CitizenServices.java:[20,0] error: static import only from classes and interfaces
  22. [INFO] 3 errors
  23. [INFO] -------------------------------------------------------------
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO] BUILD FAILURE
  26. [INFO] ------------------------------------------------------------------------
  27. [INFO] Total time: 2.600 s
  28. [INFO] Finished at: 2016-07-24T17:27:13-05:00
  29. [INFO] Final Memory: 16M/227M
  30. [INFO] ------------------------------------------------------------------------
  31. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project Factory: Compilation failure: Compilation failure:
  32. [ERROR] /home/snaphuman/apps.dev/java-apps/factory-of-procedures-back/CA-Factory/src/main/java/edu/uniandes/ecos/codeaholics/business/CitizenServices.java:[15,43] error: cannot find symbol
  33. [ERROR] package edu.uniandes.ecos.codeaholics.config
  34. [ERROR] /home/snaphuman/apps.dev/java-apps/factory-of-procedures-back/CA-Factory/src/main/java/edu/uniandes/ecos/codeaholics/business/CitizenServices.java:[20,55] error: cannot find symbol
  35. [ERROR] package edu.uniandes.ecos.codeaholics.persistence
  36. [ERROR] /home/snaphuman/apps.dev/java-apps/factory-of-procedures-back/CA-Factory/src/main/java/edu/uniandes/ecos/codeaholics/business/CitizenServices.java:[20,0] error: static import only from classes and interfaces
  37. [ERROR] -> [Help 1]
  38. [ERROR]
  39. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  40. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  41. [ERROR]
  42. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  43. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement