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=13652>. 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=13652 RFE: Permit that "apply" parameter "output" can be set to "targetfile" ------- Additional Comments From [EMAIL PROTECTED] 2003-08-26 12:46 ------- With nightly build 2003-08-27 it now is at least possible to use the outputfile as a target file, i.e. <apply executable="m4" output="foo.sql" dest="."> <fileset dir="." includes="foo.m4"/> <mapper type="glob" from="*.m4" to="*.sql"/> </apply> We lose the ability to work on multiple files here, but then again this is what the output attribute promises to do, it captures the output of a single execution. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]