Re: Problem error message

2009-06-25 Thread Four of Seventeen
On Jun 25, 10:09 pm, Four of Seventeen wrote: > Meanwhile I guess I'll fall back on the old, tedious debugging method > for cases like this: break everything up into separate modules and try > to compile each one until I find the one with the error, and then > whittle that one down until I've iso

Re: Problem error message

2009-06-25 Thread Four of Seventeen
On Jun 25, 5:23 pm, "Stephen C. Gilardi" wrote: > That error appears to be coming from a Java-level class loader (see   > the ultimate "caused by" in the stack trace). If you search for it   > using Google, you'll see it's appeared in contexts other than Clojure.   > I read it as "I can't complet

Re: Problem error message

2009-06-25 Thread Stephen C. Gilardi
On Jun 25, 2009, at 5:00 PM, Four of Seventeen wrote: Got this doing a load-file: # That error appears to be coming from a Java-level class loader (see the ultimate "caused by" in the stack trace). If you search for it using Google, you'll see it's appeared in contexts other than Clojure