Mailing List Archive

1 2  View All
cvs commit: jakarta-lucene build.xml [ In reply to ]
otis 02/03/10 16:43:21

Modified: . build.xml
Log:
- Fix for bug 7017:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7017

Revision Changes Path
1.23 +1 -1 jakarta-lucene/build.xml

Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-lucene/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.xml 27 Feb 2002 22:18:28 -0000 1.22
+++ build.xml 11 Mar 2002 00:43:21 -0000 1.23
@@ -72,7 +72,7 @@
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:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>

1 2  View All