Hi,

I've been going through all the instruction on the nrepl-ritz page 
(https://github.com/pallet/ritz/tree/develop/nrepl) as well as nrepl-ritz 
threads and I can't seem to get it working due to a mysterious dependency 
problem on dynapath.

M-x nrepl-ritz-jack-in results in

Starting nREPL ritz server...
error in process sentinel: nrepl-server-sentinel: Could not start nREPL 
server: Exception in thread "main" java.io.FileNotFoundException: Could not 
locate dynapath/core__init.class or dynapath/core.clj on classpath: 
at clojure.lang.RT.load(RT.java:432)
at clojure.lang.RT.load(RT.java:400)
at clojure.core$load$fn__4890.invoke(core.clj:5415)
at clojure.core$load.doInvoke(core.clj:5414)
at clojure.lang.RestFn.invoke(RestFn.java:408)
at clojure.core$load_one.invoke(core.clj:5227)
at clojure.core$load_lib.doInvoke(core.clj:5264)
at clojure.lang.RestFn.applyTo(RestFn.java:142)
at clojure.core$apply.invoke(core.clj:603)
at clojure.core$load_libs.doInvoke(core.clj:5298)
at clojure.lang.RestFn.applyTo(RestFn.java:137)
at clojure.core$apply.invoke(core.clj:603)
at clojure.core$require.doInvoke(core.clj:5381)
at clojure.lang.RestFn.invoke(RestFn.java:408)
at 
ritz.repl_utils.class_browse$eval1633$loading__4784__auto____1634.invoke(class_browse.clj:13)
at ritz.repl_utils.class_browse$eval1633.invoke(class_browse.clj:13)
...
at clojure.lang.Var.applyTo(Var.java:532)
at clojure.main.main(main.java:37)
Subprocess failed

Adding [org.tcrawley/dynapath "0.2.1"] explicitly into :dependencies list 
into ~/.lein/profiles.clj doesn't help.
nrepl-jack-in and "$ lein repl" works as expected.

Please help!

Thank you,
Dima

-- 
-- 
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/groups/opt_out.


Reply via email to