On Tue, 17 Jun 2008, Ruel Loehr <[EMAIL PROTECTED]> wrote:
> Does anyone know of a way to pass ants logger to an external type
Not Ant's logger (since there could be more than one BuildListener
attached), but the Project instance that is running Ant.
If your type defines a method of signature
p
I've written a task which uses a custom data type. I'd like to be able to
write log messages from within that type using ANT's logging mechanism. If I
use that type independently, I'd like to just write to System.out.
Does anyone know of a way to pass ants logger to an external type such tha