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 2004/05/11 18:04:51 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://issues.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://issues.apache.org/bugzilla/show_bug.cgi?id=13652

RFE: Permit that "apply" parameter "output" can be set to "targetfile"

bodewig@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.6.2



------- Additional Comments From bodewig@apache.org  2004-05-11 16:04 -------
With the <redirector> in Ant 1.6.2 this issue can be laid at rest.

<mapper id="out" type="glob" from="*.m4" to="*.sql" />

<apply executable="m4" dest=".">
  <fileset dir="." includes="*.m4"/>
  <mapper refid="out" />
  <redirector>
    <outputmapper refid="out" />
  </redirector>
</apply>

should take care of all .m4 files.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org