Skip to content

Using together with Clojure 1.0.0

febeling edited this page Sep 13, 2010 · 1 revision

To use the contrib collection together with Clojure release 1.0.0, after cloning do this inside the project directory:

git checkout b43a05fc

Then you can compile using the ant script (adjust clojure JAR path):

ant -Dclojure.jar=/opt/local/share/java/clojure/lib/clojure.jar

Clone this wiki locally