You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/01/15 20:10:29 UTC

DO NOT REPLY [Bug 16131] New: - not possible to suppress "BUILD SUCCESSFUL" message

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16131>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16131

not possible to suppress "BUILD SUCCESSFUL" message

           Summary: not possible to suppress "BUILD SUCCESSFUL" message
           Product: Ant
           Version: 1.5.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Build Process
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: mccartney@mayaviz.com


If I execute a build command, I would like to suppress unnecessary output.  I 
only want to see errors and warnings.

When I do "ant -quiet -emacs >2 /dev/null" I can suppress nearly all non-error, 
non-warning output, but I still get messages like:

BUILD SUCCESSFUL
Total time: 11 seconds

Which I think should be suppressed as part of "-quiet".

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>