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
: 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
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
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
> From: Douglas Kramer [mailto:[EMAIL PROTECTED]
>
Use
--DD
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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