Using the <copy> was implied :-) The difficult part was the renaming ...
Jan >-----Ursprüngliche Nachricht----- >Von: cuillandre frederic [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 7. August 2007 08:53 >An: Ant Users List >Betreff: Re: Changing directory structure in copy > >> I need to copy the following directories: >> >> ../dir1/db/* >> ../dir2/db/* >> ../foo/db/* >> ../bar/db/* >> >> To: >> >> dbutil/dir1 >> dbutil/dir2 >> dbutil/foo >> dbutil/bar >> >> Basically, I want to copy all directories: >> >> ../*/db >> >> to: >> >> dbutil/* > >why don't you use the copy tag >http://ant.apache.org/manual/CoreTasks/copy.html >or copydir tag >http://ant.apache.org/manual/CoreTasks/copydir.html > >> >> I looked at mapper, but it seems to only map file names. Is there a >> way to map directories in Ant without using any "optional" tasks, >> manually listing the directories, or using shell callouts? > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]