Is it possible with the <copy> (or other) Ant task to copy a single directory to multiple destination directories in order to replicate the source directory? The target directories are dynamically defined (i.e. they already exist, but not constant and will expand over time). This seems like a job for the <foreach> task, but I wanted to ask before going down that "controversial" route. Any other workarounds or tricks I can employ? Thanks, Erik