RE: How to add Logging information to ANT

2006-04-10 Thread Meyer, Guillermo
To: Ant Users List Subject: Re: How to add Logging information to ANT You can easily write your own logger class to output all of the information that you want; check the manual for instructions

Re: How to add Logging information to ANT

2006-04-10 Thread Jeffrey E Care
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 [EMAIL PROTECTED] IBM WebSphere Application Ser

RE: How to add Logging information to ANT

2006-04-10 Thread Meyer, Guillermo
List' Subject: RE: How to add Logging information to ANT Hi Guillermo, I tried the Log4J approach, but I found that the xml logger actually works best for me. With this option the build still can write to stdout while it's executing, but you also get a very detailed log in the form

RE: How to add Logging information to ANT

2006-04-10 Thread Brian McCallion
ginal Message- From: Meyer, Guillermo [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 12:18 PM To: Ant Users List Subject: How to add Logging information to ANT 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

How to add Logging information to ANT

2006-04-10 Thread Meyer, Guillermo
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.listene