Hi-- I had the same problem. The demo jarfile was not built by default. However, if you issue the command 'ant jardemo' from the directory containing the build.xml file you should get a lucene-demos-1.3-dev1.jar that is located in a demo directory under bin.
hth, Frank On Thu, 2003-02-13 at 08:02, butleree wrote: > Hi, > > I have succesfully built Lucene using ant, (thank you for help!), and I am now > trying to follow the > > demo given on the page http://jakarta.apache.org/lucene/docs/demo.html. > > I have set my Classpath correctly for lucene-{version}.jar., however I can't > find the lucene-demos-{version}.jar in the Lucene directory. > > When I u run the command "java org.apache.lucene.demo.IndexFiles > {full-path-to-lucene}/src" > I just get an error, as no IndexFiles.class exists in my Lucene directory. > > Please help > > Thanks, > > Emma > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
