From: Eric B. R. <eb...@tc...> - 2006-03-09 16:58:19
|
On Mar 9, 2006, at 11:50 AM, Alex Twisleton-Wykeham-Fiennes wrote: > 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:- Oh right, you also need the .jar of optional And taskdefs. Back in the Ant 1.2 days it was an additional download from Jakarta called "ant-optional.jar" (or something similar). I'm not sure what the latest versions of Ant do, but I suspect it's similar. That jar also needs to be in $ANT_HOME/lib. eric |