RE: custom ant logger

2002-10-16 Thread Wu, Sherry
October 16, 2002 2:14 AM To: Ant Users List Subject: Re: custom ant logger Erik Hatcher wrote: > Wu, Sherry wrote: > >> I tried to modify XmlLogger.java. Instead of flushing the log in >> buildFinished(), >> I did it in taskFinished(). This solved the our of memory probl

RE: custom ant logger

2002-10-15 Thread Wu, Sherry
-Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 4:10 PM To: Ant Users List Subject: Re: custom ant logger Wu, Sherry wrote: > 1. ant logger buffers the logs in memory and flush out to a log file when > build is finished. The syste

custom ant logger

2002-10-15 Thread Wu, Sherry
Hello all, We have a need to write a custom ant logger. I am wondering if anyone has done this before and has a solution. We are trying to solve the following problems with standard ant logger (or XmlLogger). 1. ant logger buffers the logs in memory and flush out to a log file when build is fin