Mailing List Archive

What Do I do with "StandardTokenizer.jj" ??
Hi...

I don't understand what do I do with with the "StandardTokenizer.jj" file,
I am trying to compile my own code and I have to use the classes in the
"Analysis" package... but this file has a "jj" extension. How do I get a
"StandardTokenizer.java" file??
The documentation says that this file was generated with JavaCC, do I have
to use JavaCC somehow??
Any help will be appreciated a lot.




Jacob Gutiérrez R.
Cochabamba - Bolivia



--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
Re: What Do I do with "StandardTokenizer.jj" ?? [ In reply to ]
Yes, you need JavaCC, and if you try building Lucene with Ant and do
not have JavaCC, or build property is not pointing to it you will get
an error message.
Did you not get that message?

Otis

--- Jacob Gutierrez <jacob.g@computer.org> wrote:
> Hi...
>
> I don't understand what do I do with with the "StandardTokenizer.jj"
> file,
> I am trying to compile my own code and I have to use the classes in
> the
> "Analysis" package... but this file has a "jj" extension. How do I
> get a
> "StandardTokenizer.java" file??
> The documentation says that this file was generated with JavaCC, do I
> have
> to use JavaCC somehow??
> Any help will be appreciated a lot.
>
>
>
>
> Jacob Gutiérrez R.
> Cochabamba - Bolivia
>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:lucene-dev-help@jakarta.apache.org>
>


__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
Re: What Do I do with "StandardTokenizer.jj" ?? [ In reply to ]
hi there,
to get the StandardTokenizer.java and other java files
get metamata's javacc install it and run javacc StandardTokenizer.jj
this will output the java files.
yours.


>From: Jacob Gutierrez <jacob.g@computer.org>
>Reply-To: "Lucene Developers List" <lucene-dev@jakarta.apache.org>
>To: lucene-dev@jakarta.apache.org
>Subject: What Do I do with "StandardTokenizer.jj" ??
>Date: Fri, 22 Mar 2002 12:46:56 -0400
>MIME-Version: 1.0
>Received: from [192.18.49.131] by hotmail.com (3.2) with ESMTP id
>MHotMailBE64A86F006B40042A12C0123183E4990; Fri, 22 Mar 2002 08:35:59 -0800
>Received: (qmail 24826 invoked by uid 97); 22 Mar 2002 16:35:20 -0000
>Received: (qmail 24789 invoked from network); 22 Mar 2002 16:35:19 -0000
>>From lucene-dev-return-1063-marwan001 Fri, 22 Mar 2002 08:36:48 -0800
>Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm
>Precedence: bulk
>List-Unsubscribe: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
>List-Subscribe: <mailto:lucene-dev-subscribe@jakarta.apache.org>
>List-Help: <mailto:lucene-dev-help@jakarta.apache.org>
>List-Post: <mailto:lucene-dev@jakarta.apache.org>
>List-Id: "Lucene Developers List" <lucene-dev.jakarta.apache.org>
>Delivered-To: mailing list lucene-dev@jakarta.apache.org
>Message-Id: <5.1.0.14.2.20020322124048.02f29ec0@166.114.106.7>
>X-Sender: gutierrj@166.114.106.7
>X-Mailer: QUALCOMM Windows Eudora Version 5.1
>X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
>
>Hi...
>
>I don't understand what do I do with with the "StandardTokenizer.jj" file,
>I am trying to compile my own code and I have to use the classes in the
>"Analysis" package... but this file has a "jj" extension. How do I get a
>"StandardTokenizer.java" file??
>The documentation says that this file was generated with JavaCC, do I have
>to use JavaCC somehow??
>Any help will be appreciated a lot.
>
>
>
>
>Jacob Gutiérrez R.
>Cochabamba - Bolivia
>
>
>
>--
>To unsubscribe, e-mail:
><mailto:lucene-dev-unsubscribe@jakarta.apache.org>
>For additional commands, e-mail:
><mailto:lucene-dev-help@jakarta.apache.org>
>




_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>