Re: Formating ant's verbose messages
Posted By:
Anonymous
Posted On:
Thursday, December 4, 2003 05:42 PM
Sure. Implement your own BuildLogger (see Ant's logger/listener documentation for some details, and of course consult the source code on this interface and build-in implementations of it).
You may also want to try the -emacs command-line switch and the NoBannerLogger that is built-in - these will reduce the output a bit.