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"

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to