Guest User

Untitled

a guest
Sep 1st, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. [INFO] 1 error
  2. [INFO] -------------------------------------------------------------
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Skipping EMR API Module
  6. [INFO] This project has been banned from the build due to previous failures.
  7. [INFO] ------------------------------------------------------------------------
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO] Reactor Summary for EMR API Module 1.28.0-SNAPSHOT:
  10. [INFO]
  11. [INFO] EMR API Module ..................................... SUCCESS [ 0.573 s]
  12. [INFO] EMR API Module API 2.2 ............................. SUCCESS [ 14.909 s]
  13. [INFO] EMR API Module API ................................. SUCCESS [01:28 min]
  14. [INFO] EMR API Module API 1.10 ............................ SUCCESS [ 24.853 s]
  15. [INFO] EMR API Module API 1.11 ............................ SUCCESS [ 28.535 s]
  16. [INFO] EMR API Module API 1.12 ............................ SUCCESS [ 25.862 s]
  17. [INFO] EMR API Module API 2.2 ............................. SUCCESS [ 30.500 s]
  18. [INFO] EMR API Condition List ............................. SUCCESS [ 22.766 s]
  19. [INFO] EMR WEB Module 2.2 ................................. FAILURE [ 2.281 s]
  20. [INFO] EMR WEB Module ..................................... SKIPPED
  21. [INFO] EMR API Module OMOD ................................ SKIPPED
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] BUILD FAILURE
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO] Total time: 04:03 min
  26. [INFO] Finished at: 2019-09-01T19:54:58+05:30
  27. [INFO] ------------------------------------------------------------------------
  28. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project emrapi-web-2.2: Compilation failure
  29. [ERROR] /C:/Users/hp/Desktop/GSoC/openmrs-module-emrapi/web-2.2/src/main/java/org/openmrs/module/emrapi/web/controller/ConditionController.java:[377,80] cannot find symbol
  30. [ERROR] symbol: method getAllConditions(org.openmrs.Patient)
  31. [ERROR] location: variable conditionService of type org.openmrs.api.ConditionService
  32. [ERROR]
  33. [ERROR] -> [Help 1]
  34. [ERROR]
  35. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  36. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  37. [ERROR]
  38. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  39. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  40. [ERROR]
  41. [ERROR] After correcting the problems, you can resume the build with the command
  42. [ERROR] mvn <goals> -rf :emrapi-web-2.2
Add Comment
Please, Sign In to add comment