You can easily write your own logger class to output all of the information that you want; check the manual for instructions.
____________________________________________________________________________________________ | |
Jeffrey E. (Jeff) Care | |
IBM WebSphere Application Server Development |
WAS Pyxis Lead
Release Engineer
|
|
"Meyer, Guillermo" <[EMAIL PROTECTED]> wrote on 04/10/2006 12:17:48 PM:
> We are using ANT version 1.6.5.
>
> We want to add more information in the ANT output. Not only which tag is
> being executed but also thread id, current time, and other stuff that
> ANT tags are doing (through some logger framework like Log4J).
>
> We tried to add "ant -listener
> org.apache.tools.ant.listener.Log4jListener" but it didn't work.
>
> Is it possible to configure Log4J in ANT? How can we pass the
> Log4J.properties to be used by ant process?
>
>
>
> Regards.
>
> Guillermo.
>