Thanks for replying, Sean. This was related to a similar post I made
earlier. The problem was that I had switched to Leiningen 2 and my
project.clj was still using :source-path "" instead of the new
:source-paths []. An oversight on my part.
Dave
On Saturday, June 16, 2012 11:21:57 PM UTC-5, S
What's in your project.clj file?
On Sat, Jun 16, 2012 at 1:19 PM, Dave Kincaid wrote:
> I'm still having a hard time understanding how namespaces work apparently. I
> have a project that has two Clojure source files called core.clj and
> generator.clj. Both files are in the same directory, src/ma