On Mon, 10 Jun 2002, Marc Gemis <[EMAIL PROTECTED]> wrote: > This was not the case in 1.4.1.
Yes, 1.4.1 wouldn't tell you that you were overriding an existing taskdef at all. > Or should I somehow change my build-file ? Don't <taskdef> your task unless you need it. Only <taskdef> it once (i.e. don't <taskdef> it again in the part that gets called by <ant*>). Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
