On Wed, Jan 7, 2009 at 12:34 PM, Greg Harman <ghar...@gmail.com> wrote:

>
> This is frustrating - with a fresh REPL I'm back to the compile
> problem. I can't think of anything I changed that would cause it to
> work intermittently, and I don't know what file it's looking for...
> the source files are on the classpath (it "require"s just fine) and
> the directory in *compile-path* is also on the cp (via add-
> classpath).
>
> It's not the "load" operation that caused it - I removed that entirely
> and just put a placeholder (defn foo [] true), and the compilation
> still crashes on this line.
>

Are your files still called package1/foo.clj and package2/bar.clj? If so you
would need to (compile 'package1.foo) and (compile 'package2.bar).

Also, make sure the directory named by *compile-path* exists on the file
system. Compilation creates subdirs, but not *compile-path* itself.

Shawn

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