mirror of https://github.com/apache/lucene.git
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
This commit is contained in:
parent
45c5ec4577
commit
7176a6a488
12
BUILD.txt
12
BUILD.txt
|
@ -3,7 +3,7 @@ Lucene Build Instructions
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
Basic steps:
|
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
|
optional.jar
|
||||||
1) Download Lucene from Apache and unpack it
|
1) Download Lucene from Apache and unpack it
|
||||||
2) Connect to the top-level of your Lucene installation
|
2) Connect to the top-level of your Lucene installation
|
||||||
|
@ -11,7 +11,7 @@ Basic steps:
|
||||||
4) Run ant
|
4) Run ant
|
||||||
|
|
||||||
Step 0) Set up your development environment (JDK 1.2 or greater,
|
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
|
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
|
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
|
with the development version of Lucene, we recommend you stick with
|
||||||
the most current version of Java (at the time of this writing, JDK
|
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,
|
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
|
you'll need to use Ant (see below) and Ant requires at least JDK 1.2.
|
||||||
(and in the future will move to requiring JDK 1.2, according to
|
|
||||||
the Ant install docs).
|
|
||||||
|
|
||||||
Like most of the Jakarta projects, Lucene uses Apache Ant for build
|
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
|
Ant is "kind of like make without make's wrinkles". Ant is
|
||||||
implemented in java and uses XML-based configuration files. You can
|
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 <puff@darksleep.com>.
|
This file was originally written by Steven J. Owens <puff@darksleep.com>.
|
||||||
This file was modified by Jon S. Stevens <jon@latchkey.com>.
|
This file was modified by Jon S. Stevens <jon@latchkey.com>.
|
||||||
|
|
||||||
Copyright (c) 2001-2003 The Apache Software Foundation. All rights reserved.
|
Copyright (c) 2001-2004 The Apache Software Foundation. All rights reserved.
|
||||||
|
|
Loading…
Reference in New Issue