Hello Peter, thanks for your reply, but it doesn't work that way. i've already tried that.
the dir="from" disappears Env = Win2000 / jdk 1.3.1_03 / Ant 1.5.1 Regards, Gilbert -----Original Message----- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 3:33 PM To: Ant Users List Subject: Re: Move Task ? Try: <move todir="to"> <fileset dir="from" includes="**/*"/> </move> Peter Rebhan, Gilbert wrote: >Hi, > >i wanted to move the contents under a directory to >another directory _without_ moving the directory itself. > >How to do that ? I've tried several combinations with >filterset etc. but the dir always gets lost. > >dir1/*.* move to dir2/*.* where dir1 should remain. > > >thanks for any advice! > > >Regards, Gilbert > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
