Guest User

Untitled

a guest
Jan 24th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. [INFO] [scala:compile {execution: default}]
  2. [INFO] Checking for multiple versions of scala
  3. [INFO] includes = [**/*.scala,**/*.java,]
  4. [INFO] excludes = []
  5. [INFO] /home/hub/p/eee/src/main/scala:-1: info: compiling
  6. [INFO] Compiling 128 source files to /home/hub/p/eee/target/classes at 1312794546514
  7. [INFO] Recompiling 1 files
  8. [ERROR] /home/hub/p/eee/src/main/scala/Service.scala:72: error: type mismatch;
  9. [INFO] found : Unit
  10. [INFO] required: () => Any
  11. [INFO] f()
  12. [INFO] ^
  13. [ERROR] /home/hub/p/eee/src/main/scala/src/main/scala/Service.scala:79: error: type mismatch;
  14. [INFO] found : Unit
  15. [INFO] required: () => Any
  16. [INFO] f()
  17. [INFO] ^
  18. [ERROR] two errors found
  19. [INFO] ------------------------------------------------------------------------
  20. [ERROR] BUILD ERROR
  21. [INFO] ------------------------------------------------------------------------
  22. [INFO] wrap: org.apache.commons.exec.ExecuteException: Process exited with an error: 1(Exit value: 1)
  23.  
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO] For more information, run Maven with the -e switch
  26. [INFO] ------------------------------------------------------------------------
  27. [INFO] Total time: 6 seconds
  28. [INFO] Finished at: Mon Aug 08 11:09:10 CEST 2011
  29. [INFO] Final Memory: 45M/297M
  30. [INFO] ------------------------------------------------------------------------
Add Comment
Please, Sign In to add comment