Advertisement
Guest User

Untitled

a guest
Mar 9th, 2019
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Reactor Build Order:
  4. [INFO]
  5. [INFO] Atlas Module [pom]
  6. [INFO] Atlas Module API [jar]
  7. [INFO] Atlas Module OMOD [omod]
  8. [INFO]
  9. [INFO] ----------------------< org.openmrs.module:atlas >----------------------
  10. [INFO] Building Atlas Module 2.3-SNAPSHOT [1/3]
  11. [INFO] --------------------------------[ pom ]---------------------------------
  12. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml
  13. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml (1.1 kB at 270 B/s)
  14. [INFO]
  15. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ atlas ---
  16. [INFO]
  17. [INFO] --- maven-install-plugin:2.4:install (default-install) @ atlas ---
  18. [INFO] Installing /home/krypt/myStuff/openmrs/modules/openmrs-module-atlas/pom.xml to /root/.m2/repository/org/openmrs/module/atlas/2.3-SNAPSHOT/atlas-2.3-SNAPSHOT.pom
  19. [INFO]
  20. [INFO] --------------------< org.openmrs.module:atlas-api >--------------------
  21. [INFO] Building Atlas Module API 2.3-SNAPSHOT [2/3]
  22. [INFO] --------------------------------[ jar ]---------------------------------
  23. [INFO]
  24. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ atlas-api ---
  25. [INFO] Deleting /home/krypt/myStuff/openmrs/modules/openmrs-module-atlas/api/target
  26. [INFO]
  27. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ atlas-api ---
  28. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  29. [INFO] Copying 1 resource
  30. [INFO]
  31. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ atlas-api ---
  32. [INFO] Changes detected - recompiling the module!
  33. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  34. [INFO] Compiling 9 source files to /home/krypt/myStuff/openmrs/modules/openmrs-module-atlas/api/target/classes
  35. [INFO]
  36. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ atlas-api ---
  37. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  38. [INFO] skip non existing resourceDirectory /home/krypt/myStuff/openmrs/modules/openmrs-module-atlas/api/src/test/resources
  39. [INFO]
  40. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ atlas-api ---
  41. [INFO] Changes detected - recompiling the module!
  42. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  43. [INFO] Compiling 2 source files to /home/krypt/myStuff/openmrs/modules/openmrs-module-atlas/api/target/test-classes
  44. [INFO] -------------------------------------------------------------
  45. [ERROR] COMPILATION ERROR :
  46. [INFO] -------------------------------------------------------------
  47. [ERROR] /home/krypt/myStuff/openmrs/modules/openmrs-module-atlas/api/src/test/java/org/openmrs/module/atlas/extension/html/AdminListTest.java:[11,24] cannot find symbol
  48. symbol: class PrivilegeConstants
  49. location: package org.openmrs.util
  50. [INFO] 1 error
  51. [INFO] -------------------------------------------------------------
  52. [INFO] ------------------------------------------------------------------------
  53. [INFO] Reactor Summary:
  54. [INFO]
  55. [INFO] Atlas Module 2.3-SNAPSHOT .......................... SUCCESS [ 4.495 s]
  56. [INFO] Atlas Module API ................................... FAILURE [ 1.393 s]
  57. [INFO] Atlas Module OMOD 2.3-SNAPSHOT ..................... SKIPPED
  58. [INFO] ------------------------------------------------------------------------
  59. [INFO] BUILD FAILURE
  60. [INFO] ------------------------------------------------------------------------
  61. [INFO] Total time: 6.241 s
  62. [INFO] Finished at: 2019-03-10T10:17:35+05:30
  63. [INFO] ------------------------------------------------------------------------
  64. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project atlas-api: Compilation failure
  65. [ERROR] /home/krypt/myStuff/openmrs/modules/openmrs-module-atlas/api/src/test/java/org/openmrs/module/atlas/extension/html/AdminListTest.java:[11,24] cannot find symbol
  66. [ERROR] symbol: class PrivilegeConstants
  67. [ERROR] location: package org.openmrs.util
  68. [ERROR]
  69. [ERROR] -> [Help 1]
  70. [ERROR]
  71. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  72. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  73. [ERROR]
  74. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  75. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  76. [ERROR]
  77. [ERROR] After correcting the problems, you can resume the build with the command
  78. [ERROR] mvn <goals> -rf :atlas-api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement