Patterns are expressed as


It's not clear what you want to copy from where to where.

but <include name="**/*.txt"/> in a fileset should be close to what you want

Read the documentation there are example for this:
http://jakarta.apache.org/ant/manual/CoreTasks/move.html

the ** is special in that it means recursive.

-- 
 St�phane Bailliez 
 Software Engineer, Paris - France 
 iMediation - http://www.imediation.com 
 Disclaimer: All the opinions expressed above are mine and not those from my
company. 



> -----Original Message-----
> From: Mourad MEDDAHI [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 21, 2001 3:13 PM
> To: [EMAIL PROTECTED]
> Subject: Move a folder tree
> 
> 
> Hi,
> 
> 
> 
> for example i have differents files in /temp/a/b/c/*.txt and 
> i want to move
> the files to /temp/a/b/c/d but the problem is : I only know 
> that i'am in
> /temp , i don't know the depth of the folders, any suggestions.....
> 
> thanks in advance
> 

Reply via email to