I try 2 different repl environments, and run into classpath issues:

1) *lein.2 repl *

2) Running emacs with nrepl.el. I fire up "*M-x nrepl-ritz-jack-in*"

user=> (use '[clojure.tools.namespace.repl :only (refresh)])
nil

user=> (refresh)
:reloading (foojs.core foojs.core-test)
:error-while-loading foojs.core

#<FileNotFoundException java.io.FileNotFoundException: Could not
locate clojure/tools/namespace__init.class or
*clojure/tools/namespace.clj* on classpath: >


Now, somewhere in the code, something is looking for
clojure.tools.namespace.clj. But that's just a directory in the
project<https://github.com/clojure/tools.namespace/tree/master/src/main/clojure/clojure/tools/namespace>.
I can't see anywhere in the codebase that tries to use or require that
file.


Tim


On Sat, Oct 13, 2012 at 12:14 AM, James Qiu <jamesqi...@gmail.com> wrote:

-- 
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

Reply via email to