diff --git a/README.txt b/README.txt index a757128781..7268a1bf6c 100644 --- a/README.txt +++ b/README.txt @@ -12,6 +12,10 @@ data model richer than typical key/value systems. For more information see http://incubator.apache.org/cassandra +Requirements +------------ + * Java >= 1.6 (OpenJDK and Sun have been tested) + * Apache Ant >= 1.7 (http://ant.apache.org/) Getting started --------------- @@ -25,6 +29,7 @@ and running, and demonstrate some simple reads and writes. * sudo chown -R `whoami` /var/log/cassandra * sudo mkdir -p /var/lib/cassandra * sudo chown -R `whoami` /var/lib/cassandra + * ant ivy-retrieve Note: The sample configuration files in conf/ determine the file-system locations Cassandra uses for logging and data storage. You are free to diff --git a/build.xml b/build.xml index 64610ac5cd..d3ba0c1740 100644 --- a/build.xml +++ b/build.xml @@ -60,6 +60,10 @@ + + + + @@ -79,8 +83,9 @@ Setup the output directories. --> + - @@ -117,20 +122,28 @@ - + + Downloading Ivy... + + - + @@ -267,7 +280,11 @@ - + + + + +