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

Ant task to iterate over a list of files

           Summary: Ant task to iterate over a list of files
           Product: Ant
           Version: 1.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Optional Tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


It would be nice to have an Ant task that can iterate over a list of files (or 
all
files in a given directory) and execute a particular command/sub-task. This is 
different from
existing javac/java tasks that inherently do this over a list of files. This 
reequest is to invoke any 
arbitrary task. For instance if I want to invoke an "exec" on a list of files.
If this can also support parallelism by creting as many threads as possible to 
run thru
thru the list, it would be helpful.

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

Reply via email to