;
> > Jan
> >
> > >-Ursprüngliche Nachricht-
> > >Von: David Weintraub [mailto:[EMAIL PROTECTED]
> > >Gesendet: Dienstag, 7. August 2007 21:35
> > >
;
> 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
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
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
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
>
>
> 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
(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
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