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
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 of an xml file. It includes time per task and a other very detailed