DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36302>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36302
------- Additional Comments From gudnabrsam@yahoo.com 2005-08-31 20:37 -------
More generic would be the use of a KeepAliveOutputStream in the correct place;
i.e. SSHExec's TeeOutputStream:
new TeeOutputStream(out, new KeepAliveOutputStream(System.out))
I would question the use of System.out in the first place--within Ant it would
probably be more correct to use a LogOutputStream, but I suppose that's a
different issue.
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|