Re: Lost newbie : cannot get new task to work

2001-12-05 Thread Stefan Bodewig
On Wed, 05 Dec 2001, Franck Routier [EMAIL PROTECTED] wrote: taskdef name=Xmlc classname=org.enhydra.barracuda.taskdefs.Xmlc classpath=lib/ant-barracuda.jar/ +Task: taskdef Class org.enhydra.barracuda.taskdefs.Xmlc loaded from parent loader the key here is from parent

Re: Lost newbie : cannot get new task to work

2001-12-05 Thread Franck Routier
Thanks Stefan, well, in fact Xmlc task depends on two jars : xmlc.jar (the compiler itself) log4j.jar (for logging) If I don't put those jars in ANT_HOME/lib, how do I tell my xmlc task where to find it ? Another point is I noticed that after every + Target, there is one or several +Task.