mark,
in the
following example, the whole tree below test1 ends up in testmoved. the
files dissapear from under test1, but not the directories. hence the
delete dir task.
<property name="dir.src" value="d:\docs\temp\test1" />
<move todir="d:\docs\temp\testmoved" > <fileset basedir="${dir.src}" > <includes name="**/**.*" /> </fileset> </move> <delete dir="${dir.src}" /> hth
|
Title: Message
- [Nant-users] move task Mark Dowell
- Jean Rajotte