I am trying to build and use leiningen jar locally. 

Steps I followed to create jar-



$ git clone https://github.com/shalu214patil/leiningen.git (I have forked 
leiningen)

$ cd leiningen/leiningen-core

$ lein bootstrap

$ cd ..

$ bin/lein compile

$ bin/lein uberjar

$ cp target/leiningen-2.5.2-SNAPSHOT-standalone.jar 
$HOME/.lein/self-installs

$ cp bin/lein $HOME/bin/lein-master


This is according to 
https://github.com/technomancy/leiningen/blob/master/CONTRIBUTING.md


Then while using it works fine for some lein command like `lein test`, 
`lein run` etc.


But when tring to use  `lein repl`, it fails. It throws error as - 


nREPL server started on port 61529 on host 127.0.0.1 - 
nrepl://127.0.0.1:61529

NoClassDefFoundError clojure/tools/nrepl/transport/Transport

        clojure.tools.nrepl/client/this--14073 (nrepl.clj:62)

        clojure.core/comp/fn--4196 (core.clj:2419)

        clojure.lang.AFunction$1.doInvoke (AFunction.java:29)

        clojure.tools.nrepl/message (nrepl.clj:93)

        clojure.tools.nrepl/new-session (nrepl.clj:100)

        reply.eval-modes.nrepl/main (nrepl.clj:203)

        reply.main/launch-nrepl/fn--13471 (main.clj:79)

        clojure.core/with-redefs-fn (core.clj:6861)

        reply.main/launch-nrepl (main.clj:78)

        leiningen.repl/client (repl.clj:260)

        leiningen.repl/repl (repl.clj:311)

        leiningen.repl/repl (repl.clj:297)

Bye for now!

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to