<copy preservelastmodified="yes" todir="./dst">
<fileset dir="./src" includes="**" />
</copy>
it copies the direct subfolders of src, but the content of the
subsubfolders will be flattened.
I doubt it. <copy> preserves the file hierarchy, unless an explicit
<flattenmapper> is used. --DD
PS: Your ** pattern is fine, although I prefer to use **/* myself.
**/*.* will only copy files with an extension, and some files could
have none.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]