Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. [ERROR] /Users/nosoyjoel/Documents/WSD/firelex/src/main/java/com/wsd/workflow2/server/service/archive/ArchiveServiceCsvImpl.java:[28,30] error: package org.apache.commons.lang does not exist
  2. [ERROR] /Users/nosoyjoel/Documents/WSD/firelex/src/main/java/com/wsd/workflow2/server/service/archive/ArchiveServiceZipImpl.java:[37,7] error: ArchiveServiceZipImpl is not abstract and does not override abstract method archiveWorkflowExecutives(List<Long>) in ArchiveService
  3. [ERROR] /Users/nosoyjoel/Documents/WSD/firelex/src/main/java/com/wsd/workflow2/server/service/archive/ArchiveServiceZipImpl.java:[60,4] error: method does not override or implement a method from a supertype
  4. [ERROR] /Users/nosoyjoel/Documents/WSD/firelex/src/main/java/com/wsd/workflow2/server/service/archive/ArchiveServiceCsvImpl.java:[219,18] error: cannot find symbol
  5. [ERROR] symbol: variable StringEscapeUtils
  6. location: class ArchiveServiceCsvImpl
  7. /Users/nosoyjoel/Documents/WSD/firelex/src/main/java/com/wsd/workflow2/server/service/archive/ArchiveServiceCsvImpl.java:[227,15] error: cannot find symbol
  8. [ERROR] symbol: variable StringEscapeUtils
  9. location: class ArchiveServiceCsvImpl
  10. /Users/nosoyjoel/Documents/WSD/firelex/src/main/java/com/wsd/workflow2/server/service/archive/ArchiveServiceCsvImpl.java:[231,15] error: cannot find symbol
  11. [ERROR] symbol: variable StringEscapeUtils
  12. location: class ArchiveServiceCsvImpl
  13. /Users/nosoyjoel/Documents/WSD/firelex/src/main/java/com/wsd/workflow2/server/service/archive/ArchiveServiceCsvImpl.java:[235,15] error: cannot find symbol
  14. [ERROR] symbol: variable StringEscapeUtils
  15. location: class ArchiveServiceCsvImpl
  16. /Users/nosoyjoel/Documents/WSD/firelex/src/main/java/com/wsd/workflow2/server/service/archive/ArchiveServiceCsvImpl.java:[269,30] error: cannot find symbol
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement