From 7176a6a488b56022b98b6066ce20a77db57c59e4 Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Sat, 3 Apr 2004 21:32:50 +0000 Subject: [PATCH] Update build doc for Ant 1.6 git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150277 13f79535-47bb-0310-9956-ffa450edef68 --- BUILD.txt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/BUILD.txt b/BUILD.txt index df2ec4c1d9f..6c14db749f6 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -3,7 +3,7 @@ Lucene Build Instructions $Id$ Basic steps: - 0) Install JDK 1.2 (or greater), Ant 1.5 (or greater), and the Ant + 0) Install JDK 1.2 (or greater), Ant 1.6 (or greater), and the Ant optional.jar 1) Download Lucene from Apache and unpack it 2) Connect to the top-level of your Lucene installation @@ -11,7 +11,7 @@ Basic steps: 4) Run ant Step 0) Set up your development environment (JDK 1.2 or greater, -Ant 1.5 or greater) +Ant 1.6 or greater) We'll assume that you know how to get and set up the JDK - if you don't, then we suggest starting at http://java.sun.com and learning @@ -21,12 +21,10 @@ Lucene runs with JDK 1.2 and later. However, if you're going to work with the development version of Lucene, we recommend you stick with the most current version of Java (at the time of this writing, JDK 1.4). Also, note that if you're working with the Lucene source, -you'll need to use Ant (see below) and Ant requires at least JDK 1.1 -(and in the future will move to requiring JDK 1.2, according to -the Ant install docs). +you'll need to use Ant (see below) and Ant requires at least JDK 1.2. Like most of the Jakarta projects, Lucene uses Apache Ant for build -control. Specifically, you MUST use Ant version 1.5 or greater. +control. Specifically, you MUST use Ant version 1.6 or greater. Ant is "kind of like make without make's wrinkles". Ant is implemented in java and uses XML-based configuration files. You can @@ -112,4 +110,4 @@ document to the lucene-user mailing list. This file was originally written by Steven J. Owens . This file was modified by Jon S. Stevens . -Copyright (c) 2001-2003 The Apache Software Foundation. All rights reserved. +Copyright (c) 2001-2004 The Apache Software Foundation. All rights reserved.