James Abley wrote:
Why can't you filter ANT's output before it goes to the log?

ant -f some-build-file.xml | grep -v ' some patterns here' > ant-output.log

or have a custom logger that strips content?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to