Re: s and nested directories

2006-09-22 Thread Matt Benson
Additionally, note that unless you are specifically trying to exclude files without an extension, includes="**/*" is sufficient. -Matt --- Mark Modrall <[EMAIL PROTECTED]> wrote: > Hi... > > > > In one of our ant tasks, we have > > > > includes="*.*"/> > > >

s and nested directories

2006-09-22 Thread Mark Modrall
Hi... In one of our ant tasks, we have Which we intend to copy over all the files in that directory to another directory. Someone added subdirectories to that today, and none of the subdirectories got copied. How does one make a task copy over a