Guest User

Untitled

a guest
Nov 29th, 2019
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. [ERROR] /home/travis/build/openmrs/openmrs-module-emrapi/web-2.2/src/main/java/org/openmrs/module/emrapi/web/controller/ConditionController.java:[377,74] cannot find symbol
  2. symbol: method getAllConditions(org.openmrs.Patient)
  3. location: variable conditionService of type org.openmrs.api.ConditionService
  4. [INFO] 1 error
  5. [INFO] -------------------------------------------------------------
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO] Reactor Summary for EMR API Module 1.28.0-SNAPSHOT:
  8. [INFO]
  9. [INFO] EMR API Module ..................................... SUCCESS [ 0.321 s]
  10. [INFO] EMR API Module API 2.2 ............................. SUCCESS [ 1.980 s]
  11. [INFO] EMR API Module API ................................. SUCCESS [ 0.824 s]
  12. [INFO] EMR API Module API 1.10 ............................ SUCCESS [ 0.207 s]
  13. [INFO] EMR API Module API 1.11 ............................ SUCCESS [ 0.220 s]
  14. [INFO] EMR API Module API 1.12 ............................ SUCCESS [ 0.125 s]
  15. [INFO] EMR API Module API 2.2 ............................. SUCCESS [ 0.126 s]
  16. [INFO] EMR API Condition List ............................. SUCCESS [ 0.168 s]
  17. [INFO] EMR WEB Module 2.2 ................................. FAILURE [ 1.478 s]
  18. [INFO] EMR WEB Module ..................................... SKIPPED
  19. [INFO] EMR API Module OMOD ................................ SKIPPED
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO] BUILD FAILURE
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] Total time: 6.245 s
  24. [INFO] Finished at: 2019-11-29T12:16:05Z
  25. [INFO] ------------------------------------------------------------------------
  26. [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
  27. [ERROR] /home/travis/build/openmrs/openmrs-module-emrapi/web-2.2/src/main/java/org/openmrs/module/emrapi/web/controller/ConditionController.java:[377,74] cannot find symbol
  28. [ERROR] symbol: method getAllConditions(org.openmrs.Patient)
  29. [ERROR] location: variable conditionService of type org.openmrs.api.ConditionService
  30. [ERROR] -> [Help 1]
  31. [ERROR]
  32. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  33. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  34. [ERROR]
  35. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  36. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  37. [ERROR]
  38. [ERROR] After correcting the problems, you can resume the build with the command
  39. [ERROR] mvn <goals> -rf :emrapi-web-2.2
  40. The command "eval mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V " failed 3 times.
  41. The command "mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V" failed and exited with 1 during .
  42. Your build has been stopped.
Add Comment
Please, Sign In to add comment