Danny, On Friday 03 September 2004 20:53, [EMAIL PROTECTED] wrote: > I'm trying to build Lucene with ant (in XP) from the prompt > I got the ant-optional.jar from > http://archive.apache.org/dist/ant/binaries/ because I > couldn't find it anywhere else. I'm running the newest > version of ant and when I go into the lucene base directory > and type 'ant' it finds the build.xml file but then gives the > following error: > > BUILD FAILED > C:\lucene\build.xml:140: srcdir "C:\lucene\src\java" does not > exist! >
The src/java directory normally contains the java source files. Since that directory doesn't exist you may want to create it by installing the sources, eg. by checking out from cvs, or from a jar or that contains the java sources here: http://dist.apache.easynet.nl/jakarta/lucene/source/ Lucene 1.4.1 is out, but it's not available there yet. In case you want that version please ask on lucene-dev. Regards, Paul Elschot --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
