diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-01-20 16:34:16 -0500 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-01-20 16:34:16 -0500 |
commit | 3289338ebfc89747b34b7898fb52694d34f63fb4 (patch) | |
tree | e1a295120580610664d6f56518691fd61e302f1f | |
parent | 7f4c27a9deaed5830011814425e11901f26a6caf (diff) |
Update build instructions in README.txt
-rw-r--r-- | README.txt | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -26,19 +26,13 @@ Building Clojure-contrib To build clojure-contrib, download the files or clone the git repository. -This library, clojure-contrib, has a dependency on Clojure: the clojure-lang -JAR file. This is needed to compile the Clojure classes. Normally, it is specified -using -Dclojure.jar=<path>. +You will need Apache Maven (2.0 or higher) to run the build. Run the +following in this directory: -The build works as follows: + mvn package -ant -Dclojure.jar=<path> - -This will produce a clojure-contrib.jar file that you can add to your classpath. - -The nightly-build and stable-build targets are intended for use on the -Tapestry360 continuous integration server (http://tapestry.formos.com/bamboo ). -They require the presense of the Maven Ant Tasks in the Ant lib folder. +This will produce a target/clojure-contrib-{VERSION}.jar file that +you can add to your classpath. Clojure-contrib Versions |