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 all <dirset>s into a single <path>? This should remove the duplicates. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
