From 4f0540d077f75e73344aeb53df88a8214afe2b56 Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Tue, 16 Feb 2010 18:53:59 +0000 Subject: [PATCH] adapt build.xml to work from binary artifacts Patch by eevans; reviewed by gdusbabek for CASSANDRA-796 git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@910649 13f79535-47bb-0310-9956-ffa450edef68 --- README.txt | 5 +++++ build.xml | 25 +++++++++++++++++++++---- 2 files changed, 26 insertions(+), 4 deletions(-) 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 @@ - + + + + +