You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/08/26 14:46:44 UTC

DO NOT REPLY [Bug 13652] - RFE: Permit that "apply" parameter "output" can be set to "targetfile"

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 bodewig@apache.org  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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org