Guest User

Untitled

a guest
Jun 3rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.37 KB | None | 0 0
  1. [ERROR] COMPILATION ERROR :
  2. [INFO] -------------------------------------------------------------
  3. [ERROR] /C:/Users/hp/Desktop/GSoC/openmrs-module-coreapps/omod/src/main/java/org/openmrs/module/coreapps/page/controller/conditionlist/AddConditionPageController.java:[19,19] cannot find symbol
  4. symbol: class Condition
  5. location: package org.openmrs
  6. [ERROR] /C:/Users/hp/Desktop/GSoC/openmrs-module-coreapps/omod/src/main/java/org/openmrs/module/coreapps/page/controller/conditionlist/AddConditionPageController.java:[20,28] cannot find symbol
  7. symbol: class ConditionServiceImpl
  8. location: package org.openmrs.api.impl
  9. [ERROR] /C:/Users/hp/Desktop/GSoC/openmrs-module-coreapps/omod/src/main/java/org/openmrs/module/coreapps/page/controller/conditionlist/AddConditionPageController.java:[24,149] cannot find symbol
  10. symbol: class Condition
  11. location: class org.openmrs.module.coreapps.page.controller.conditionlist.AddConditionPageController
  12. [ERROR] /C:/Users/hp/Desktop/GSoC/openmrs-module-coreapps/omod/src/main/java/org/openmrs/module/coreapps/page/controller/conditionlist/EditConditionPageController.java:[19,19] cannot find symbol
  13. symbol: class Condition
  14. location: package org.openmrs
  15. [ERROR] /C:/Users/hp/Desktop/GSoC/openmrs-module-coreapps/omod/src/main/java/org/openmrs/module/coreapps/page/controller/conditionlist/EditConditionPageController.java:[20,28] cannot find symbol
  16. symbol: class ConditionServiceImpl
  17. location: package org.openmrs.api.impl
  18. [ERROR] /C:/Users/hp/Desktop/GSoC/openmrs-module-coreapps/omod/src/main/java/org/openmrs/module/coreapps/page/controller/conditionlist/EditConditionPageController.java:[24,141] cannot find symbol
  19. symbol: class Condition
  20. location: class org.openmrs.module.coreapps.page.controller.conditionlist.EditConditionPageController
  21. [INFO] 6 errors
  22. [INFO] -------------------------------------------------------------
  23. [INFO] ------------------------------------------------------------------------
  24. [INFO] Reactor Summary for Core Apps Module 1.23.0-SNAPSHOT:
  25. [INFO]
  26. [INFO] Core Apps Module ................................... SUCCESS [ 0.284 s]
  27. [INFO] Core Apps Module API-pre2.2 ........................ SUCCESS [ 3.915 s]
  28. [INFO] Core Apps Module API ............................... SUCCESS [ 9.780 s]
  29. [INFO] coreapps Module web 1.9 ............................ SUCCESS [ 0.879 s]
  30. [INFO] coreapps Module web 2.0 ............................ SUCCESS [ 0.867 s]
  31. [INFO] Core Apps Module API 2.2 ........................... SUCCESS [ 1.335 s]
  32. [INFO] Core Apps Module OMOD .............................. FAILURE [01:52 min]
  33. [INFO] ------------------------------------------------------------------------
  34. [INFO] BUILD FAILURE
  35. [INFO] ------------------------------------------------------------------------
  36. [INFO] Total time: 02:11 min
  37. [INFO] Finished at: 2019-06-03T11:34:53+05:30
  38. [INFO] ------------------------------------------------------------------------
  39. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project coreapps-omod: Compilation failure: Compilation failure:
  40. [ERROR] /C:/Users/hp/Desktop/GSoC/openmrs-module-coreapps/omod/src/main/java/org/openmrs/module/coreapps/page/controller/conditionlist/AddConditionPageController.java:[19,19] cannot find symbol
  41. [ERROR] symbol: class Condition
  42. [ERROR] location: package org.openmrs
  43. [ERROR] /C:/Users/hp/Desktop/GSoC/openmrs-module-coreapps/omod/src/main/java/org/openmrs/module/coreapps/page/controller/conditionlist/AddConditionPageController.java:[20,28] cannot find symbol
  44. [ERROR] symbol: class ConditionServiceImpl
  45. [ERROR] location: package org.openmrs.api.impl
  46. [ERROR] /C:/Users/hp/Desktop/GSoC/openmrs-module-coreapps/omod/src/main/java/org/openmrs/module/coreapps/page/controller/conditionlist/AddConditionPageController.java:[24,149] cannot find symbol
  47. [ERROR] symbol: class Condition
  48. [ERROR] location: class org.openmrs.module.coreapps.page.controller.conditionlist.AddConditionPageController
  49. [ERROR] /C:/Users/hp/Desktop/GSoC/openmrs-module-coreapps/omod/src/main/java/org/openmrs/module/coreapps/page/controller/conditionlist/EditConditionPageController.java:[19,19] cannot find symbol
  50. [ERROR] symbol: class Condition
  51. [ERROR] location: package org.openmrs
  52. [ERROR] /C:/Users/hp/Desktop/GSoC/openmrs-module-coreapps/omod/src/main/java/org/openmrs/module/coreapps/page/controller/conditionlist/EditConditionPageController.java:[20,28] cannot find symbol
  53. [ERROR] symbol: class ConditionServiceImpl
  54. [ERROR] location: package org.openmrs.api.impl
  55. [ERROR] /C:/Users/hp/Desktop/GSoC/openmrs-module-coreapps/omod/src/main/java/org/openmrs/module/coreapps/page/controller/conditionlist/EditConditionPageController.java:[24,141] cannot find symbol
  56. [ERROR] symbol: class Condition
  57. [ERROR] location: class org.openmrs.module.coreapps.page.controller.conditionlist.EditConditionPageController
  58. [ERROR] -> [Help 1]
  59. [ERROR]
  60. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  61. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  62. [ERROR]
  63. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  64. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  65. [ERROR]
  66. [ERROR] After correcting the problems, you can resume the build with the command
  67. [ERROR] mvn <goals> -rf :coreapps-omod
Add Comment
Please, Sign In to add comment