Guest User

Untitled

a guest
Oct 25th, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.63 KB | None | 0 0
  1. This is what happens when classes folder doesn't exist in project root
  2. (regardless of target or target/classes folders)
  3.  
  4. s:\workspace2012\leiningen>lein with-profile release uberjar
  5. Performing task 'uberjar' with profile(s): 'release'
  6. Compiling leiningen.core.classpath
  7. Compilation failed: java.io.IOException: The system cannot find the path specifi
  8. ed, compiling:(leiningen/core/classpath.clj:1)
  9. Uberjar aborting because jar/compilation failed: Suppressed exit
  10. Error encountered performing task 'uberjar' with profile(s): 'release'
  11. Suppressed exit
  12.  
  13.  
  14. This is what happens when classes folder exist in project root and it's empty
  15.  
  16. s:\workspace2012\leiningen>lein with-profile release uberjar
  17. Performing task 'uberjar' with profile(s): 'release'
  18. Compiling leiningen.core.classpath
  19. Compiling leiningen.core.eval
  20. Compiling leiningen.core.main
  21. Compiling leiningen.core.project
  22. Compiling leiningen.core.ssl
  23. Compiling leiningen.core.user
  24. Compiling leiningen.core.utils
  25. Compiling leiningen.check
  26. Compiling leiningen.classpath
  27. Compiling leiningen.clean
  28. Compiling leiningen.compile
  29. Compiling leiningen.deploy
  30. Compiling leiningen.deps
  31. Compiling leiningen.do
  32. Compiling leiningen.help
  33. Compiling leiningen.install
  34. Compiling leiningen.jar
  35. Compiling leiningen.javac
  36. Compiling leiningen.plugin
  37. Compiling leiningen.pom
  38. Compiling leiningen.repl
  39. Compilation failed: java.lang.ClassNotFoundException: clojure.tools.nrepl.transp
  40. ort.Transport, compiling:(clojure/tools/nrepl/transport.clj:16)
  41. Uberjar aborting because jar/compilation failed: Suppressed exit
  42. Error encountered performing task 'uberjar' with profile(s): 'release'
  43. Suppressed exit
Advertisement
Add Comment
Please, Sign In to add comment