Re: Changing directory structure in copy

2007-08-09 Thread David Weintraub
; > > Jan > > > > >-Ursprüngliche Nachricht- > > >Von: David Weintraub [mailto:[EMAIL PROTECTED] > > >Gesendet: Dienstag, 7. August 2007 21:35 > > >

Re: Changing directory structure in copy

2007-08-09 Thread David Weintraub
; > instead of > > > Jan > > >-Ursprüngliche Nachricht- > >Von: David Weintraub [mailto:[EMAIL PROTECTED] > >Gesendet: Dienstag, 7. August 2007 21:35 > >An: Ant Users List > >Betreff: Re: Changing dir

AW: Changing directory structure in copy

2007-08-07 Thread Jan.Materne
Try instead of Jan >-Ursprüngliche Nachricht- >Von: David Weintraub [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 7. August 2007 21:35 >An: Ant Users List >Betreff: Re: Changing directory structure in copy > >I have th

Re: Changing directory structure in copy

2007-08-07 Thread David Weintraub
I have the following build.xml: When I run it, the directories are copied and the names of the directories are modified, but the files under those directories aren't copied over. I tried the f

AW: Changing directory structure in copy

2007-08-07 Thread Jan.Materne
Using the was implied :-) The difficult part was the renaming ... Jan >-Ursprüngliche Nachricht- >Von: cuillandre frederic [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 7. August 2007 08:53 >An: Ant Users List >Betreff: Re: Changing directory structure in copy > >

Re: Changing directory structure in copy

2007-08-06 Thread cuillandre frederic
> I need to copy the following directories: > > ../dir1/db/* > ../dir2/db/* > ../foo/db/* > ../bar/db/* > > To: > > dbutil/dir1 > dbutil/dir2 > dbutil/foo > dbutil/bar > > Basically, I want to copy all directories: > > ../*/db > > to: > > dbutil/* why

AW: Changing directory structure in copy

2007-08-06 Thread Jan.Materne
(just replace by ...) Jan >-Ursprüngliche Nachricht- >Von: David Weintraub [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 6. August 2007 22:40 >An: Ant Users List >Betreff: Changing directory structure in copy > >I need to copy the following directories: > >../di

Changing directory structure in copy

2007-08-06 Thread David Weintraub
I need to copy the following directories: ../dir1/db/* ../dir2/db/* ../foo/db/* ../bar/db/* To: dbutil/dir1 dbutil/dir2 dbutil/foo dbutil/bar Basically, I want to copy all directories: ../*/db to: dbutil/* I looked at mapper, but it seems to only map