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 2001/12/13 15:38:40 UTC

DO NOT REPLY [Bug 5408] New: - Dumping javac output to StdErr instead of StdOut

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=5408>.
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=5408

Dumping javac output to StdErr instead of StdOut

           Summary: Dumping javac output to StdErr instead of StdOut
           Product: Ant
           Version: 1.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Core tasks
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: ehughes@texar.com


The Javac task now dumps compiler output to stderr. This makes using output
hilighters (such as grc) difficult, because they aren't all smart enough to
hilight stderr and stdout. 

It'd be nice if all output went to StdOut (excluding ant internal errors, which
should go to stderr).

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