From 7fb01d68ac7381ff5d28ab2d064d5c88a2aefadc Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Tue, 18 Sep 2001 16:31:24 +0000 Subject: [PATCH] - build file for lucene, incorporates ted's work. i have only tried building the jar but i will keep testing. figured i would get everything into the repository. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149575 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 388 ++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 347 insertions(+), 41 deletions(-) diff --git a/build.xml b/build.xml index 26c2b7325e1..f4465a6c9e9 100644 --- a/build.xml +++ b/build.xml @@ -1,47 +1,353 @@ - + - - - - + - - - + + - - - AnakiaTask is not present! Please check to make sure that - velocity.jar is in your classpath. - - + + + + + + + + + - - - - + + + + + + + + - - - - - - - - - + + + + + + + + + + + + + + + + ################################################################## + JavaCC not found. + JavaCC Home: ${javacc.home} + JavaCC Zip: ${javacc.zip} + + Please download and install JavaCC 2.0 from: + + <http://www.webgain.com/products/metamata/java_doc.html> + + Then, create a .ant.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 + javacc.home property to: + + javacc.home=/usr/local/java/javacc2.0/bin/lib + + If you get an error like the one below, then you have not installed + things correctly. Please check all your paths and try again. + + java.lang.NoClassDefFoundError: COM/sun/labs/javacc/Main + ################################################################## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AnakiaTask is not present! Please check to make sure that + velocity.jar is in your classpath. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +