Mailing List Archive

cvs commit: jakarta-lucene BUILD.txt
otis 02/05/06 20:38:34

Modified: . BUILD.txt
Log:
- Minor modifications.

Revision Changes Path
1.4 +4 -4 jakarta-lucene/BUILD.txt

Index: BUILD.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene/BUILD.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- BUILD.txt 27 Feb 2002 22:18:28 -0000 1.3
+++ BUILD.txt 7 May 2002 03:38:34 -0000 1.4
@@ -1,6 +1,6 @@
Lucene Build Instructions

-$Id: BUILD.txt,v 1.3 2002/02/27 22:18:28 jon Exp $
+$Id: BUILD.txt,v 1.4 2002/05/07 03:38:34 otis Exp $

Basic steps:
0) Install JDK 1.2 (or greater), Ant 1.4 (or greater), and the Ant
@@ -9,7 +9,7 @@
2) Connect to the top-level of your Lucene installation.
3) Run ant.

-Step 0) Set up your development environment (JDK 1.3, Ant 1.4)
+Step 0) Set up your development environment (JDK 1.3/1.4, Ant 1.4)

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
@@ -18,7 +18,7 @@
Lucene runs with JDK 1.1 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.3). 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
(and in the future will likely move to requiring JDK 1.2, according to
the Ant install docs).
@@ -41,7 +41,7 @@

http://jakarta.apache.org/ant/manual/index.html

-Step 1) Download lucene from Apache
+Step 1) Download Lucene from Apache

We'll assume you already did this, or you wouldn't be reading this
file. However, you might have received this file by some alternate




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>