You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Jeff Linwood <je...@greenninja.com> on 2003/01/23 08:25:42 UTC

Patch for BUILD.TXT (JavaCC support)

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Patch for BUILD.TXT (JavaCC support)

Posted by Otis Gospodnetic <ot...@yahoo.com>.
Thanks, I added this info to BUILD.txt.

Otis

--- Jeff Linwood <je...@greenninja.com> 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:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>