Re: File list/Dir list problem

2004-07-08 Thread Stefan Bodewig
On Thu, 08 Jul 2004, Nicolas Mailhot <[EMAIL PROTECTED]> wrote: > I thought about it - the problem of course is unicity. Is there a > way in ant to take a text file list and remove duplicates ? The dirsets shouldn't contain duplicates. Uhm, I see, you have duplicates via separates dirsets. Put

Re: File list/Dir list problem

2004-07-08 Thread Nicolas Mailhot
Le jeu, 08/07/2004 Ã 16:51 +0200, Stefan Bodewig a Ãcrit : > On Thu, 08 Jul 2004, Nicolas Mailhot <[EMAIL PROTECTED]> > wrote: > > > I more or less managed to generate the file lists but I'm stuck on > > the dir list part > > It should work the same way you do it for your file list, just usind >

Re: File list/Dir list problem

2004-07-08 Thread Stefan Bodewig
On Thu, 08 Jul 2004, Nicolas Mailhot <[EMAIL PROTECTED]> wrote: > I more or less managed to generate the file lists but I'm stuck on > the dir list part It should work the same way you do it for your file list, just usind nested into the path you pass to pathconvert. Stefan ---