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=13047>. 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=13047 Support for <property environment> and <exec> on OS/400 ------- Additional Comments From [EMAIL PROTECTED] 2002-10-04 12:15 ------- For some reasons the support for z/OS only needed to fix the sitation for property (but then again, the actual code patch doesn't seem to have been tested on z/OS). StreamPumper would probably be the right place, but we may need to make translation conditional. Let's see what Ant does with output of <exec> 1) pipe it to a file (<exec output="....")/>) 2) pipe it to Ant's internal logging system (<exec> with no output-attribute) 3) capture the result in a property (<exec outputproperty>) 4) postprocess the output (the environment stuff, javadoc to swallow some lines, some other tasks parse the output as well). You say you need to recode the output in all cases for OS/400, correct? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
