At 08:25 AM 6/7/2002 +0200, you wrote:
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().

Or you can use ant.util.TaskLogger and pass that to sub-elements


-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



Reply via email to