AW: AW: copy all but exclude one directory

2005-02-08 Thread Jan . Materne
Februar 2005 08:40 > An: Ant Users List > Betreff: Re: AW: copy all but exclude one directory > > Thanks. > > Is there a difference between these two sets: > > > > > -Doug > > [EMAIL PROTECTED] wrote: > > BACKU

Re: AW: copy all but exclude one directory

2005-02-08 Thread Douglas Kramer
: Dominique Devienne Cc: Ant Users List Betreff: Re: copy all but exclude one directory Thanks, that works. I'll submit a request to document that works to exclude only the specified files or directories -- that is, it must name all the files to exclude, not just a top-level directory. BTW, what's

AW: copy all but exclude one directory

2005-02-08 Thread Jan . Materne
BACKUP is a file BACKUP/ or BACKUP/** is a directory Jan > -Ursprüngliche Nachricht- > Von: Douglas Kramer [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 8. Februar 2005 22:37 > An: Dominique Devienne > Cc: Ant Users List > Betreff: Re: copy all but exclude one dir

Re: copy all but exclude one directory

2005-02-08 Thread Douglas Kramer
Thanks, that works. I'll submit a request to document that works to exclude only the specified files or directories -- that is, it must name all the files to exclude, not just a top-level directory. BTW, what's the reason that these are not equivalent: -Doug (It looks like includin

RE: copy all but exclude one directory

2005-02-08 Thread Dominique Devienne
> From: Douglas Kramer [mailto:[EMAIL PROTECTED] > Use --DD - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Ant: copy all but exclude one directory

2005-02-08 Thread Douglas Kramer
I haven't gotten a reply yet, so I'll try again. Does anyone see any syntax or logic mistakes in this fileset? I have this structure: ${WORKDIR} | +-BACKUP +-DIR1 +-DIR2 +-file1 +-file2 How would I recursively copy all files and dirs below ${WORKDIR} exc