On Thu, 2 May 2002, Russ Freeman <[EMAIL PROTECTED]> wrote: > Is there a way to add jars to the classpath before calling a task > such as the mail task that doesnt support the <classpath> element?
<taskdef> it explicitly using a nested <classpath> - with the drawback that the task definition itself must not be on your CLASSPATH or in ANT_HOME/lib. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
