Re: Renaming files during copy

2008-08-25 Thread Paul Schabl
Works great, many thanks! Paul Schabl Am 25.08.2008 um 23:51 schrieb David Weintraub: Well, you're already using one Selector, why not use the "type" selector too: If you need empty folders too, you might h

Re: Renaming files during copy

2008-08-25 Thread David Weintraub
Well, you're already using one Selector, why not use the "type" selector too: If you need empty folders too, you might have to do another copy, but with . -- David Weintraub [EMAIL PROTECTED] On Mon, Aug 25,

Re: Renaming files during copy

2008-08-25 Thread Paul Schabl
Unluckily, all directories get renamed Thanks for your suggestion, Paul Schabl Am 25.08.2008 um 18:59 schrieb David Weintraub: You mention that the renamed directories are empty. Are all the directories renamed, or only the empty ones? If it is only the empty ones, can you add the includeEmpt

Re: Renaming files during copy

2008-08-25 Thread David Weintraub
You mention that the renamed directories are empty. Are all the directories renamed, or only the empty ones? If it is only the empty ones, can you add the includeEmptyDirs="false" parameter to your copy task? -- David Weintraub [EMAIL PROTECTED] On Mon, Aug 25, 2008 at 6:28 AM, Paul Schabl <[

Renaming files during copy

2008-08-25 Thread Paul Schabl
Hej, The following target copies and renames files as expected, but also creates emtpy directories named "somedir.deploy". How can i make sure, that only files get renamed during copy?