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=7330>. 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=7330 exec writes stderr into output ------- Additional Comments From [EMAIL PROTECTED] 2002-03-22 06:26 ------- Exactly. Mixing stderr into output is a dangerous and unexpected behavior of exec. It increases platform dependence and makes further processing impossible when stderr is not empty. Fortunately, this feature is also undocumented. The documentation does not mention stderr, therefore "output" = "stdout" is expected. The problem with boolean stderr and stdout attrs is that there is only one really useful combination: stdout=true && stderr=false. If someone needs stderr too, then (s)he needs it in a different (log)file. Probably in ant's logfile. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
