The other tools versions I am using are the following JavaCC v 2.1 ANT v 1.5 Java 1.3.1_04
The problem seems much more of an ANT problem. In fact I have download ANT 1.4 together with the optional.jar and everything build successful. Therefore my conclusion is either ANT 1.5 is buggy or optional.jar included with ANT v 1.5 has some errors. regards, Aaron ----- Original Message ----- From: "Otis Gospodnetic" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 3:03 PM Subject: Re: Lucene Newbie > Aaron, > > I have never seen this error, but please post what version of JavaCC, > Ant, and Java you are using, that may help. > > Otis > > --- Aaron Galea <[EMAIL PROTECTED]> wrote: > > > > Hi everyone, > > > > I am trying to build lucene on linux but when typing ant I get the > > following error message: > > > > Buildfile: build.xml > > > > init: > > > > javacc_check: > > > > compile: > > > > BUILD FAILED > > > > java.lang.NoSuchMethodError > > at > > > org.apache.tools.ant.taskdefs.optional.javacc.JavaCC.execute(JavaCC.java:315 ) > > at org.apache.tools.ant.Task.perform(Task.java:217) > > at org.apache.tools.ant.Target.execute(Target.java:184) > > at org.apache.tools.ant.Target.performTasks(Target.java:202) > > at org.apache.tools.ant.Project.executeTarget(Project.java:601) > > at org.apache.tools.ant.Project.executeTargets(Project.java:560) > > at org.apache.tools.ant.Main.runBuild(Main.java:454) > > at org.apache.tools.ant.Main.start(Main.java:153) > > at org.apache.tools.ant.Main.main(Main.java:176) > > > > Total time: 1 second > > > > > > Can anyone help how to get a successful build? > > > > Thanks in advance, > > Aaron > > > > > > > __________________________________________________ > Do You Yahoo!? > Sign up for SBC Yahoo! Dial - First Month Free > http://sbc.yahoo.com > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > --- > [This E-mail was scanned for spam and viruses by NextGen.net.] > > --- [This E-mail was scanned for spam and viruses by NextGen.net.] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
