AW: invoking the logger in the constructor

2005-10-17 Thread Jan.Materne
>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

AW: invoking the logger in the constructor

2005-10-14 Thread Jan.Materne
>> >> 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