Thanks, I added this info to BUILD.txt. Otis
--- Jeff Linwood <[EMAIL PROTECTED]> wrote: > Hi, > > I updated the BUILD.txt file to add install directions for JavaCC. > > Jeff > > diff -r1.4 BUILD.txt > 10c10,11 > < 3) Run ant. > --- > > 3) Install JavaCC > > 4) Run ant. > 78c79,104 > < Step 3) Run ant. > --- > > Step 3) Install JavaCC > > > > Building the Lucene distribution from the source requires the > JavaCC > > parser generator from WebGain, Inc. This software has > > a separate license agreement that must be agreed to before you can > use > > it. The web page for JavaCC is here: > > > > http://www.webgain.com/products/java_cc/ > > > > Follow the download links and download the zip file to a temporary > > location on your file system. Unzip the file and run the large > class file > > in the directory. On windows, use this command from the temp > directory: > > > > java -cp . JavaCC2_1 > > > > This will launch a Java GUI installer. There is also a command > line > > installer > > available, and the installation class will give you those > directions. After > > JavaCC is installed, edit your build properties (as in step 2), > and > add the > > line > > > > javacc.home=/javacc/bin > > > > where this points to the bin directory of your javacc > installation. > > > > Step 4) Run ant > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
