On Wed, 4 Sep 2002, Rosendahl Sten <[EMAIL PROTECTED]> wrote: > 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?
Short of writing a BuildListener/Logger of your own and using that via ant -logger or ant -listener? I don't think so. > Right now, I use the record task where you can close the file at > will but you can't specify another Listener class (yet). True, one of the TODO's nobody has tackled so far. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
