On Thu, 6 Jun 2002, Erik Hatcher <[EMAIL PROTECTED]> wrote: > The best way to output messages is to use the log() methods that are > part of Task.
Another option is to extend from ProjectComponent (which means you class is no longer independent of Ant and can't have a different super-class, of course) and use getProject().log(). Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
