Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project coreapps-api: Compilation failure: Compilation failure:
  2. [ERROR] /home/kiiza/openmrs/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/contextmodel/VisitContextModel.java:[18,12] error: cannot find symbol
  3. [ERROR]
  4. [ERROR] could not parse error message: symbol: class VisitType
  5. [ERROR] location: class VisitContextModel
  6. [ERROR] /home/kiiza/openmrs/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/contextmodel/VisitContextModel.java:55: error: cannot find symbol
  7. [ERROR] public VisitType getVisitType() {
  8. [ERROR] ^
  9. [ERROR]
  10. [ERROR] could not parse error message: symbol: class VisitType
  11. [ERROR] location: class VisitContextModel
  12. [ERROR] /home/kiiza/openmrs/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/contextmodel/VisitContextModel.java:27: error: cannot find symbol
  13. [ERROR] this.visitType = ConversionUtil.convertToRepresentation(visit.getVisit().getVisitType(), Representation.DEFAULT);
  14. [ERROR] ^
  15. [ERROR]
  16. [ERROR] could not parse error message: symbol: variable Representation
  17. [ERROR] location: class VisitContextModel
  18. [ERROR] /home/kiiza/openmrs/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/contextmodel/VisitContextModel.java:27: error: cannot find symbol
  19. [ERROR] this.visitType = ConversionUtil.convertToRepresentation(visit.getVisit().getVisitType(), Representation.DEFAULT);
  20. [ERROR] ^
  21. [ERROR] -> [Help 1]
  22. [ERROR]
  23. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  24. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  25. [ERROR]
  26. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  27. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  28. [ERROR]
  29. [ERROR] After correcting the problems, you can resume the build with the command
  30. [ERROR] mvn <goals> -rf :coreapps-api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement