You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2013/03/28 12:00:52 UTC

[Bug 39802] Have "quiet" attribute for more file-based tasks

https://issues.apache.org/bugzilla/show_bug.cgi?id=39802

--- Comment #1 from Mathieu Champlon <m....@free.fr> ---
Alternatively there is a <quiet> task implementation here :
https://sourceforge.net/p/taskcall/code/21/tree/trunk/quiet/src/main/Quiet.java
It makes it possible to filter the log level when invoking nested tasks, for
instance :
    <quiet level="warn">
      <echo level="info">Ok !</echo>
    </quiet>
Will effectively not log anything.

-- 
You are receiving this mail because:
You are the assignee for the bug.