From 7540cf659d76c88efb78b9f22f6ebff43adb6f9d Mon Sep 17 00:00:00 2001 From: Otis Gospodnetic Date: Wed, 27 Feb 2002 01:10:58 +0000 Subject: [PATCH] - Moved properties from build.properties in here. build.properties should be removed and replaced by build.properties.sample. Targets docweb-index and docweb-war I have commented out since it requires an Ant task that is not a part of Ant distribution yet. These should be uncommented when this task makes it into the Ant distribution. PR: Obtained from: Submitted by: Erik Hatcher Reviewed by: Otis Gospodnetic git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149706 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 276 ++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 196 insertions(+), 80 deletions(-) diff --git a/build.xml b/build.xml index 19404aa9fe4..0e7f5943563 100644 --- a/build.xml +++ b/build.xml @@ -5,6 +5,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -38,15 +99,15 @@ - - - - @@ -54,7 +115,7 @@ ################################################################## - JavaCC not found. + JavaCC not found. JavaCC Home: ${javacc.home} JavaCC Zip: ${javacc.zip} @@ -62,7 +123,7 @@ <http://www.webgain.com/products/java_cc/> - Then, create a .ant.properties file either in your home + Then, create a build.properties file either in your home directory, or within the Lucene directory and set the javacc.home property to the path where JavaCC.zip is located. For example, if you installed JavaCC in /usr/local/java/javacc2.0, then set the @@ -85,24 +146,24 @@ - - + - - - @@ -114,48 +175,48 @@ - - - - - - - + + + + + - + - + @@ -167,21 +228,21 @@ - - + - - + @@ -193,23 +254,23 @@ - + - - - + - - - - - - + @@ -280,8 +341,8 @@ - @@ -289,21 +350,21 @@ - AnakiaTask is not present! Please check to make sure that + AnakiaTask is not present! Please check to make sure that you have jakarta.site2.home set correctly. - - - - + @@ -400,11 +461,11 @@ - + - @@ -416,17 +477,17 @@ - + - - - @@ -478,11 +539,11 @@ - + @@ -494,17 +555,17 @@ - + - - - @@ -542,4 +603,59 @@ + + + + + + + + + + + + + +