How to suppress ANT Copy Message
He Guys,
i wonder how to suppress ANT [copy]
and [mkdir]
notifications like Copied 2 empty directories to 2开发者_如何学Python empty directories under…
during the Build process.
Maybe it's impossible but does anyone has some suggestions for me?
Regards
You can write and install your own custom listener or logger. See the ant documentation
精彩评论