Re: Clojure ant target version

2008-10-27 Thread Rich Hickey
On Oct 26, 11:16 am, James Reeves <[EMAIL PROTECTED]> wrote: > When you build Clojure from SVN using the ant file, it defaults to > compiling the class files for the highest version of Java available on > your system. So if you have Java 1.6, the clojure.jar file you make > will be inaccessible

Re: Clojure ant target version

2008-10-26 Thread Stephen C. Gilardi
On Oct 26, 2008, at 9:36 PM, Matthew D. Swank wrote: > Not if you are using OS-X on a PPC mac. Or a 32-bit Intel Mac like the original Macbook Pros... --Steve --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cloj

Re: Clojure ant target version

2008-10-26 Thread Matthew D. Swank
On Oct 26, 7:47 pm, verec <[EMAIL PROTECTED]> wrote: > Even us in OS X > land have had access to 1.6 for nearly as long as clojure has been > made public :-) > -- > JFB Not if you are using OS-X on a PPC mac. Matt --~--~-~--~~~---~--~~ You received this message be

Re: Clojure ant target version

2008-10-26 Thread verec
Given the total lack of generics use in the code (did someone notice a that I missed :-) and the fact that java.util.concurrent.* originated as a separate, non core java library, you might as well want to specifiy 1.4 ... Just kidding, of course ... What's wrong with 1.6? Even us in OS X land ha

Clojure ant target version

2008-10-26 Thread James Reeves
When you build Clojure from SVN using the ant file, it defaults to compiling the class files for the highest version of Java available on your system. So if you have Java 1.6, the clojure.jar file you make will be inaccessible to people with only Java 1.5. Since Clojure is for Java 1.5 and 1.6, it