Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. 77,63] incompatible types: boolean cannot be converted to java.lang.Integer
  2. [ERROR] /home/pehcs/denis-old-openmrs/petherflex/billing/omod/src/main/java/org/openmrs/module/billing/web/controller/main/BillableServiceBillListController.java:[78,63] incompatible types: boolean cannot be converted to java.lang.Integer
  3. [ERROR] /home/pehcs/denis-old-openmrs/petherflex/billing/omod/src/main/java/org/openmrs/module/billing/web/controller/main/BillableServiceBillListController.java:[95,77] incompatible types: boolean cannot be converted to java.lang.Integer
  4. [ERROR] /home/pehcs/denis-old-openmrs/petherflex/billing/omod/src/main/java/org/openmrs/module/billing/web/controller/main/BillableServiceBillEditController.java:[249,55] incompatible types: boolean cannot be converted to java.lang.Integer
  5. [ERROR] /home/pehcs/denis-old-openmrs/petherflex/billing/omod/src/main/java/org/openmrs/module/billing/web/controller/main/BillableServiceBillEditListController.java:[77,63] incompatible types: boolean cannot be converted to java.lang.Integer
  6. [INFO] 6 errors
  7. [INFO] -------------------------------------------------------------
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO] Reactor Summary:
  10. [INFO]
  11. [INFO] Billing module ..................................... SUCCESS [ 0.192 s]
  12. [INFO] billing API ........................................ SUCCESS [ 1.147 s]
  13. [INFO] Billing module OMOD ................................ FAILURE [ 0.715 s]
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO] BUILD FAILURE
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] Total time: 2.359 s
  18. [INFO] Finished at: 2017-11-21T10:49:09+01:00
  19. [INFO] Final Memory: 26M/262M
  20. [INFO] ------------------------------------------------------------------------
  21. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project billing-omod: Compilation failure: Compilation failure:
  22. [ERROR] /home/pehcs/denis-old-openmrs/petherflex/billing/omod/src/main/java/org/openmrs/module/billing/web/controller/main/BillableServiceBillAddController.java:[143,55] incompatible types: boolean cannot be converted to java.lang.Integer
  23. [ERROR] /home/pehcs/denis-old-openmrs/petherflex/billing/omod/src/main/java/org/openmrs/module/billing/web/controller/main/BillableServiceVoidedBillListController.java:[77,63] incompatible types: boolean cannot be converted to java.lang.Integer
  24. [ERROR] /home/pehcs/denis-old-openmrs/petherflex/billing/omod/src/main/java/org/openmrs/module/billing/web/controller/main/BillableServiceBillListController.java:[78,63] incompatible types: boolean cannot be converted to java.lang.Integer
  25. [ERROR] /home/pehcs/denis-old-openmrs/petherflex/billing/omod/src/main/java/org/openmrs/module/billing/web/controller/main/BillableServiceBillListController.java:[95,77] incompatible types: boolean cannot be converted to java.lang.Integer
  26. [ERROR] /home/pehcs/denis-old-openmrs/petherflex/billing/omod/src/main/java/org/openmrs/module/billing/web/controller/main/BillableServiceBillEditController.java:[249,55] incompatible types: boolean cannot be converted to java.lang.Integer
  27. [ERROR] /home/pehcs/denis-old-openmrs/petherflex/billing/omod/src/main/java/org/openmrs/module/billing/web/controller/main/BillableServiceBillEditListController.java:[77,63] incompatible types: boolean cannot be converted to java.lang.Integer
  28. [ERROR] -> [Help 1]
  29. [ERROR]
  30. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  31. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  32. [ERROR]
  33. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  34. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  35. [ERROR]
  36. [ERROR] After correcting the problems, you can resume the build with the command
  37. [ERROR] mvn <goals> -rf :billing-omod
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement