Hi,

I've posted before regarding this topic, but haven't been able to solve my
problem. I am trying to back up a directory by moving it to another location
using the following move task

 

<move todir="${backUp.dir}" failonerror="true">

            <fileset dir="${root.dir}">

                        <include name="UHM-dev*/**"/>

            </fileset>

</move>

 

The above task does move the directory, all its subfolders and files to the
new location, but it leaves behind the directory structure (i.e empty
folders). I know that the "includeEmptyDirs" attribute for the move task is
defaulted to true, which means nothing should be left behind.

Any help is appreciated.

 

Thanks.

 

Rizwan Merchant

Software Developer

Alpha-IT Technologies

416-449-2166

[EMAIL PROTECTED]

 

 

Reply via email to