Gilbert Rebhan wrote:

Blank directorie are not copied, how to achieve that if wanted ?
(manual says <cop<> task is set to ncludeEmptyDirs="true" ?

it's simply a question of the fileset include pattern
if used

includes="**/*"  =

main:
     [echo] Files to copy =
     [copy] Copied 1 empty directory to 1 empty directory under J:\copyto


so if i want to include empty dirs i use the pattern
includes="**/*" and need to exclude all the stuff i don't need,
i.e. excludes="**/*.bak, *.log"


Regards, Gilbert

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

Reply via email to