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 
seems to exist aot-compiled (against javac 6) code that will not work 
with Java 7.


Is this intentional and will it generally continue happening?

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 that posts from new members are moderated - please be patient with your 
first post.
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


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
 (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 seems
 to exist aot-compiled (against javac 6) code that will not work with Java 7.

 Is this intentional and will it generally continue happening?

 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 that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscribe@**googlegroups.comclojure%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/**group/clojure?hl=enhttp://groups.google.com/group/clojure?hl=en




-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

Perfection is the enemy of the good.
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
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 that posts from new members are moderated - please be patient with your 
first post.
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

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 that posts from new members are moderated - please be patient with your 
first post.
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