Ah. Thank you. After some more digging, I located a file called lucene-1.2-src.jar. This jar file seems to have the .java files missing from the "lucene-1.2-src\src\java\org\apache\lucene\...." folders. These are the JavaCC generated files. Also located the ANT build target that does the JavaCC part.
Thanks again Otis. Regards, Gautam Satpathy -----Original Message----- From: Otis Gospodnetic [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 1:06 PM To: Lucene Users List Subject: Re: Lucene Source Code + Missing Files They are generated by JavaCC when you build Lucene jar. Otis --- gautam <[EMAIL PROTECTED]> wrote: > Hello Folks, > > I started using Lucene recetly and wanted to look at the source. > However, > some files seem to be missing from the source package in the Lucene > downloads section. > > The missing files are : > > org.apache.lucene.queryParser.CharStream; > org.apache.lucene.queryParser.ParseException; > org.apache.lucene.queryParser.QueryParser; > org.apache.lucene.queryParser.QueryParserTokenManager; > > I looked at the CVS repository at Apache.org but could not locate > these > files. Any clues ? > > Regards, > > Gautam Satpathy > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
