--- Rizwan Merchant <[EMAIL PROTECTED]> wrote:

>  
> 
> 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.


What version of Ant are you using?

-Matt



                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to