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 the following build.xml: > > > > > >

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 > >> I need to copy the

AW: Changing directory structure in copy

2007-08-06 Thread Jan.Materne
A mapper maps file names, thats right. But a "file name" in Java is the complete path... The mapper gets the complete path to the file and you could apply the renaming, e.g. using a . Otherwise the / mappers wouldnt make sence, right? ;-) Problem could occur with your ".." in your source layout.