aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Sierra <mail@stuartsierra.com>2010-01-20 16:34:16 -0500
committerStuart Sierra <mail@stuartsierra.com>2010-01-20 16:34:16 -0500
commit3289338ebfc89747b34b7898fb52694d34f63fb4 (patch)
treee1a295120580610664d6f56518691fd61e302f1f
parent7f4c27a9deaed5830011814425e11901f26a6caf (diff)
Update build instructions in README.txt
-rw-r--r--README.txt16
1 files changed, 5 insertions, 11 deletions
diff --git a/README.txt b/README.txt
index 7d36f424..c9fc1879 100644
--- a/README.txt
+++ b/README.txt
@@ -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