>The reason seem to be (but I haven't been able to confirm as I
>have been busy in other matters) that the Task has a default
>constructor (that I use). To use the 'log()' method, I'd need
>to invoke a constructor with the node name I want to use.
Task [1] is an abstract class not providing a c
>>
>> public class MyCustomTask extends Task {
>> public MyCustomTask ()
>> {
>> System.out.println("Instanciated");
>> }
>> }
>>
>
>regarding the exception in the constructor; send a stack trace.
>
>
>Ant tasks normally use the log() operations, with different
>levels of ve