GitHub user hydra1983 opened a pull request: https://github.com/apache/ant/pull/1
[Trunk] Add a "quiet" attribute to GetTask to eat the non-error messages. Previously, GetTask will output some message even if the target file to is not modified. It's annoying to see it in a console report, so I just add a "quiet" attribute to eat the messages when the log level is greater than Project.MSG_ERR. You can merge this pull request into a Git repository by running: $ git pull https://github.com/hydra1983/ant trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ant/pull/1.patch ---- ---- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org