Re: Problems compiling the java source codes of lucene search engine

2002-09-26 Thread Otis Gospodnetic
Angre, It sounds like there is more to this than compiling Lucene :) Look inside those jars to see if that is compiled code (.class files). If you don't know how to do that you need to learn how to use jar tool. If you have .class files in there, you don't need to compile anything, just put that

Re: Problems compiling the java source codes of lucene search engine

2002-09-26 Thread Andre Ng
Hi Otis, Thanks, I have followed your suggestion about installing Ant but I tried to test Ant by running build.xml but in vain. Instead, it said the file couldn't be found although I put the file in the bin folder. can help me how to build ant successfully? thanks.. Hmm.. I have jar files of Luc

Re: Problems compiling the java source codes of lucene search engine

2002-09-25 Thread Otis Gospodnetic
I don't see any mention of using Ant, in your email, so I assume you're not using Ant to compile Lucene. The first place to look then is http://jakarta.apache.org/ant/. Read about it, download and install it, and then go to the directory where you unpacked Lucene and type: ant jar That will vrea

Problems compiling the java source codes of lucene search engine

2002-09-24 Thread Andre Ng
Hi... Would anyone tell me how to get the package of Lucene search engine? I can't compile and even run java source codes such as HTMLDocument, IndexHTML on a Java editor. I downloaded the entire Lucene 1.2 thingy but still can't compile the java source codes. Currently, I'm doing an applicatio