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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|--- |1.6 ------- Additional Comments From [EMAIL PROTECTED] 2003-02-06 13:15 ------- Fixed. The exec task takes 3 new attributes "logError". If this is set to true, stderr is sent to the Ant log and the redirected ouout only contains stdout "error" - this attribute is the name a file to take stderr. If this is set, the redirected output will only contain stdout "errorProperty" - this redirects stderr to a property. this can be combined with error and again the output will only contain stdout. If output is not redirected but stderr is, the output will appear in the ant log.
