Ernst de Haan schrieb: > Here's an initial proposal for improving Ant output, making it less > verbose: > http://ernstdehaan.blogspot.com/2009/09/improving-ant-output.html > > What do you think? Do you consider the current Ant output too verbose or > just fine?
Sometimes it's too verbose as some ant tasks are too talkative IMO, f.e. copy, cvs .. Ant core has features to set the loglevel for the whole build but lacks a feature that allows to set the loglevel _inside_ the script for selective tasks only But there are solutions, like own loggers or special tasks = years ago i read about a setloglevel task on a blog - don't remember where - so the idea for that task is not mine. Only had to change the code that has been posted a bit to make it work The task is very simple, but very useful, see source = http://marc.info/?l=ant-user&m=115504180503962&w=2 This little task should be part of ant core - use it quit often for chatty :-) tasks - but i don't know how to get it into ant core, and finally it's not grown in my brain originally .. Regards, Gilbert --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org