Sure thing...
John David Garza
[EMAIL PROTECTED][EMAIL PROTECTED]
On Tue, 26 Feb 2002, acoliver wrote:
> can you supply a patch instead?
> (see cvs diff -u -r lastversion filename)
>
> -Andy
>
Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-lucene/build.xml,v
retrieving revision 1.20
diff -u -r1.20 build.xml
--- build.xml 13 Feb 2002 16:52:02 -0000 1.20
+++ build.xml 26 Feb 2002 17:41:03 -0000
@@ -2,7 +2,7 @@
<project name="Lucene" default="jar" basedir=".">
- <property file="${user.home}/build.properties"/>
+ <property file=".ant.properties"/>
<property file="build.properties"/>
<!-- Build classpath -->
@@ -62,13 +62,13 @@
<http://www.webgain.com/products/java_cc/>
- 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:
+ Then, create a .ant.properties file within the Lucene directory
+ and set the javacc.home property to the path where JavaCC bin
+ directory 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
+
+ javacc.home=/usr/local/java/javacc2.0/bin
If you get an error like the one below, then you have not installed
things correctly. Please check all your paths and try again.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>