Re: [Lucene-users] Ant Building Problem

2001-06-20 Thread Brian Goetz
> Every time that I attempt to build the last CVS lucene release I got a Java > Exception, > Any advice? > > Note: the org.apache.tools.ant.taskdefs.optional.junit.JUnitTask doesn't > exist. ANT has an 'optional' JAR file which contains tasks that aren't built into the core. You need this JAR

RE: [Lucene-users] Ant Building Problem

2001-06-20 Thread Alex Murzaku
download jakarta-ant-1.3-optional.jar into ant/lib -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gerardo Arroyo Sent: Wednesday, June 20, 2001 3:55 PM To: '[EMAIL PROTECTED]' Subject: [Lucene-users] Ant Building Problem Hi! Every time that I attempt

Re: [Lucene-users] Ant Building Problem

2001-06-20 Thread ender
On Wednesday 20 June 2001 12:54, Gerardo Arroyo wrote: >>Hi! >> >>Every time that I attempt to build the last CVS lucene release I got a Java >>Exception, >>Any advice? i had the same problem, after playing with it for a while, i gave up and just did make which worked fine for me after some C