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=22446>.
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=22446

<apply> uses the "inputstring" only first time





------- Additional Comments From [EMAIL PROTECTED]  2003-09-17 09:36 -------
I think the same value for all files.

Äquivalent to:

<foreach target="doexec" param="file">
    <fileset .../>
</foreach>

<target name="doexec">
    <exec ... inputstring="thevalue">
        <arg value="${file}"/>
    </exec>
</target>

(Hope, this example is right :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to