need to build clojure myself again?

2012-11-19 Thread Jim - FooBar();
Moving from clojure-1.5-alpha1 to -alpha4 i get this again: NoClassDefFoundError jsr166y/ForkJoinTask clojure.core.reducers/fjinvoke (reducers.clj:61) It took me a minute but eventually I remembered the same thing happened when I moved from 1.4 to 1.5-alpha1 in order to use reducers. There

Re: need to build clojure myself again?

2012-11-19 Thread Sean Corfield
Try -beta1 - I recall a patch recently that was supposed to fix this. On Mon, Nov 19, 2012 at 11:47 AM, Jim - FooBar(); jimpil1...@gmail.comwrote: Moving from clojure-1.5-alpha1 to -alpha4 i get this again: NoClassDefFoundError jsr166y/ForkJoinTask clojure.core.reducers/fjinvoke

Re: need to build clojure myself again?

2012-11-19 Thread Jim - FooBar();
On 19/11/12 19:48, Sean Corfield wrote: Try -beta1 - I recall a patch recently that was supposed to fix this. thanks it works! :) Jim -- 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 Note