Is there a way of letting a BuildLogger close the file before exiting Ant or in other ways hand over the log to another task or target? Right now, I use the record task where you can close the file at will but you can't specify another Listener class (yet).
Sten -----Original Message----- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 12:24 PM To: [EMAIL PROTECTED] Subject: Re: how to return list of files with errors On Wed, 4 Sep 2002, Rosendahl Sten <[EMAIL PROTECTED]> wrote: > I assume that is possible and flexible using the <script> task of > course (I prefer python), but has anyone done it? You could probably write your own BuildListener rather than write a <script> task. I'm not aware of anybody who had done so. Stefan
