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

templating targets

           Summary: templating targets
           Product: Ant
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Other
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Hello!

I was wondering if It is possible to write a single ant task which will operate
on a set of different data.
for instance i have a directory with 100 files, and I want to run a separate
(probably complicated) task referring to everywhich of those files.
I was looking for something like
<template>
  <data-source varname="filename"> <ls>/dir/where/files/are</ls> </data-source>
  <action>
    <whatevertask file="${filename}">...</whatevertask>
  </action>
</template>

and didn't figure out, how I do such a thing...

My apologies if it's another RTFM situation!

any comments or help would be appreciated...

King regards!

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

Reply via email to