From: Eric B. R. <eb...@tc...> - 2006-03-09 16:36:42
|
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/ eric |