Re: ClassNotFoundException turn up randomly at compilation

2009-06-30 Thread Michael Wood
2009/6/29 C. Florian Ebeling : > >>> I randomly get ClassNotFoundExceptions when I try to compile a file. >>> This is a paste from the repl: >>> >>> Clojure 1.0.0- >>> user=> (compile 'app.hello) >>> java.lang.RuntimeException: java.lang.ClassNotFoundException: >>> app.hello$exec__4 (NO_SOURCE_FIL

Re: ClassNotFoundException turn up randomly at compilation

2009-06-30 Thread C. Florian Ebeling
>>> I randomly get ClassNotFoundExceptions when I try to compile a file. >>> This is a paste from the repl: >>> >>> Clojure 1.0.0- >>> user=> (compile 'app.hello) >>> java.lang.RuntimeException: java.lang.ClassNotFoundException: >>> app.hello$exec__4 (NO_SOURCE_FILE:0) It doesn't happen under lin

Re: ClassNotFoundException turn up randomly at compilation

2009-06-28 Thread C. Florian Ebeling
>> I randomly get ClassNotFoundExceptions when I try to compile a file. >> This is a paste from the repl: >> >> Clojure 1.0.0- >> user=> (compile 'app.hello) >> java.lang.RuntimeException: java.lang.ClassNotFoundException: >> app.hello$exec__4 (NO_SOURCE_FILE:0) >> user=> (compile 'app.hello) >> a

Re: ClassNotFoundException turn up randomly at compilation

2009-06-28 Thread Michael Wood
2009/6/26 C. Florian Ebeling : > > Hi, > > I randomly get ClassNotFoundExceptions when I try to compile a file. > This is a paste from the repl: > > Clojure 1.0.0- > user=> (compile 'app.hello) > java.lang.RuntimeException: java.lang.ClassNotFoundException: > app.hello$exec__4 (NO_SOURCE_FILE:0) >

ClassNotFoundException turn up randomly at compilation

2009-06-26 Thread C. Florian Ebeling
Hi, I randomly get ClassNotFoundExceptions when I try to compile a file. This is a paste from the repl: Clojure 1.0.0- user=> (compile 'app.hello) java.lang.RuntimeException: java.lang.ClassNotFoundException: app.hello$exec__4 (NO_SOURCE_FILE:0) user=> (compile 'app.hello) app.hello I'm really

Re: ClassNotFoundException turn up randomly at compilation

2009-06-26 Thread C. Florian Ebeling
> I randomly get ClassNotFoundExceptions when I try to compile a file. > I'm running the MacPorts packaged version 1.0.0 of Clojure on OS X > 10.5.7. (With JLine support.) I should probably mention the java version as well: Apple-bundled 1.6.0_13-b03-211 (64 bit) -- Florian Ebeling Twitter: