That did the trick!
Thank you very much.

Rizwan Merchant
Software Developer
Alpha-IT Technologies
416-449-2166
[EMAIL PROTECTED]
 

-----Original Message-----
From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 23, 2005 1:42 PM
To: Ant Users List
Subject: Re: moving directories

Rizwan Merchant wrote:

have a look at the "defaultexcludes" attribute of filesets.

 <move todir="some/new/dir">
    <fileset dir="my/src/dir" defaultexcludes="no">
      <include name="**/*"/>
    </fileset>
  </move>

should work for you

Cheers,

Antoine

Cheers,

Antoine

>Hi,
>After more investigation, I have found that due to folders and files
>relating to CVS (I am checking out the code from CVS, which is creating CVS
>folders all over the directory structure), the move task does not complete
>successfully. CVS folders are hidden and this may be affecting the "move"
>task. Is there any way I can force the task to copy all folders and files,
>including hidden ones?
>I also tried manually changing the attributes to "not hidden" before
running
>the move task, but that didn't work either.
>
>Thanks,
>
>Rizwan Merchant
>Software Developer
>Alpha-IT Technologies
>416-449-2166
>[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]

Reply via email to