Strange ... works now !!! :)
Don't know what it was. Thanx all of you.
Regards
Michael
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
it copies the direct subfolders of src, but the content of the
subsubfolders will be flattened.
I doubt it. preserves the file hierarchy, unless an explicit
is used. --DD
PS: Your ** pattern is fine, although I prefer to use **/* myself.
**/*.* will only copy files with an extension, an
: Tuesday, August 15, 2006 3:27 PM
To: user@ant.apache.org
Subject: Question regarding recursive copy
Hi,
I'm having the following problem:
I want to make a recursive copy from a src to a dst folder within
Eclipse. The old command copydir is deprecated and don't support the tag
'prese
You should probably use "**/*.*" as the pattern.
-Original Message-
From: Michael Bauroth [mailto:[EMAIL PROTECTED]
Sent: 15 August 2006 14:27
To: user@ant.apache.org
Subject: Question regarding recursive copy
Hi,
I'm having the following problem:
I want to make a recu
Hi,
I'm having the following problem:
I want to make a recursive copy from a src to a dst folder within
Eclipse. The old command copydir is deprecated and don't support the tag
'preservelastmodified' like the copy command. But with the copy command
I have the problem, that e.g. for
it