Looking at the project website, there doesn't seem to be any information on the required Java or Leiningen version for ClojureScript One.
Here's what I found on the project pages for the required software: Clojure.org / Java 1.5 Shouldn't that be Java 6? Does Clojure 1.3 still work with Java 1.5? I remember that I read that ClojureScript 1.3 requires Java6. http://clojure.org/getting_started "Java 1.5 or greater is required." ClojureScript Haven't found a Java version listed as requirement. Since it uses Clojure 1.3, I guess the requirement would be Java 6+. Leiningen I'm using Leiningen version 1.7.0, and never ran into problems on either OS X (10.5.8), Ubuntu 11.10 or Windows 7. And here are the Java version I've successfully tested with ClojureScript One so far: Ubuntu 11.10 (64bit) OpenJDK Runtime Environment (IcedTea6 1.11pre) (6b23~pre11-0ubuntu1.11.10.1) Java(TM) SE Runtime Environment (build 1.6.0_30-b12) OpenJDK Runtime Environment (IcedTea7 2.0) (7~b147-2.0-0ubuntu0.11.10.1) OS X 10.5.8 Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-9M3425) Windows 7 Java(TM) SE Runtime Environment (build 1.7.0_02-b13) Based on my tests it means, ClojureScript One works with * Linux (only tested Ubuntu), OS X and Windows * Leiningen versions: 1.6 and 1.7 (haven't * Java versions OpenJDK 6 and 7, Oracle Java 6 and 7 Maybe you'd want to add some information regarding supported Java / Leiningen versions to the getting started section. - Raju -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
