From: Alex Twisleton-Wykeham-F. <al...@fi...> - 2006-03-09 16:49:40
|
On Thu 9 March 2006 16:36, Eric B. Ridge wrote: > On Mar 9, 2006, at 11:29 AM, Alex Twisleton-Wykeham-Fiennes wrote: > > BUILD FAILED > > file:/home/alex/cvsroot/webmacro/build.xml:76: taskdef class > > org.apache.tools.ant.taskdefs.optional.javacc.JavaCC cannot be found > > You need to have JavaCC installed on your system, and its main .jar > file in your $ANT_HOME/lib directory. > > You can find JavaCC here: > https://javacc.dev.java.net/ done that but no joy. Which jar is org.apache.tools.ant.taskdefs.optional.javacc.JavaCC actually supposed to be in because I don't find it on a cursory glance. The rule which specifies it is this one:- <taskdef name="javacc" classname="org.apache.tools.ant.taskdefs.optional.javacc.JavaCC"> <classpath refid="class.path"/> </taskdef> Am I just being really stupid? A |