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

Something must be trying to load 'clojure.tools.namespace', which was a 
real namespace in the tools.namespace 0.1.x releases. Perhaps something in 
Ritz is trying to load it.

-S 

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