http://ant.apache.org/manual/tutorial-writing-tasks.html#use1
Jan
>-Ursprüngliche Nachricht-
>Von: Matt Benson [mailto:[EMAIL PROTECTED]
>Gesendet: Mittwoch, 12. Oktober 2005 16:44
>An: Ant Users List
>Betreff: Re: taskdef problem
>
>set the classpath on the
set the classpath on the taskdef itself after having
compiled the class.
HTH,
Matt
--- Tomasz Anuszewski <[EMAIL PROTECTED]> wrote:
> Hi,
> I want to compile my custom task and in the same
> build.xml file script
> use it in another target. Is this possible or I have
> to write another
>
Hi,
I want to compile my custom task and in the same build.xml file script
use it in another target. Is this possible or I have to write another
script to only compile my task?
Until now I've got error message: "taskdef class 'taskName' cannot be
found". That's right because at first I have t