Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. [ERROR] COMPILATION ERROR :
  2.  
  3. [INFO] -------------------------------------------------------------
  4.  
  5. [ERROR] /home/travis/build/openmrs/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/contextmodel/VisitContextModel.java:[18,13] cannot find symbol
  6.  
  7. symbol: class SimpleObject
  8.  
  9. location: class org.openmrs.module.coreapps.contextmodel.VisitContextModel
  10.  
  11. [ERROR] /home/travis/build/openmrs/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/contextmodel/VisitContextModel.java:[55,12] cannot find symbol
  12.  
  13. symbol: class SimpleObject
  14.  
  15. location: class org.openmrs.module.coreapps.contextmodel.VisitContextModel
  16.  
  17. [ERROR] /home/travis/build/openmrs/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/contextmodel/VisitContextModel.java:[27,98] cannot find symbol
  18.  
  19. symbol: variable Representation
  20.  
  21. location: class org.openmrs.module.coreapps.contextmodel.VisitContextModel
  22.  
  23. [ERROR] /home/travis/build/openmrs/openmrs-module-coreapps/api/src/main/java/org/openmrs/module/coreapps/contextmodel/VisitContextModel.java:[27,26] cannot find symbol
  24.  
  25. symbol: variable ConversionUtil
  26.  
  27. location: class org.openmrs.module.coreapps.contextmodel.VisitContextModel
  28.  
  29. [INFO] 4 errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement