Re: Error message that could be more helpful

2010-09-23 Thread Jason Baker
Also, one thing I just thought about: I got this error when running lein jar. Is it possible this is a leiningen problem rather than a clojure problem? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@goog

Error message that could be more helpful

2010-09-23 Thread Jason Baker
I have a project that consists of playhaven.downloader.run and playhaven.downloader.core. Run is defined like this (for brevity's sake, I've left out a lot of the code; let me know if I missed something important): ;; run.clj (ns playhaven.downloader.run (:use playhaven.downloader.core