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/05/14 15:41:05 UTC

DO NOT REPLY [Bug 13152] - Get task with verbose option does not flush output during download.

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

Get task with verbose option does not flush output during download.

bodewig@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.6



------- Additional Comments From bodewig@apache.org  2003-05-14 13:41 -------
Starting with nightly build 2003-05-15, <get> is going to flush after 50 dots.

Due to the line-buffering we'd end up with many many lines consisting of a single
dot if I had applied your patch directly (now that Ant's internal system supports
flush, that is).