Re: RE: Exclude list of files with fileset

2007-02-16 Thread Antoine Levy-Lambert
Hello Mikael, Original-Nachricht Datum: Fri, 16 Feb 2007 14:40:22 +0100 Von: "Mikael Petterson \\(KI/EAB\\)" <[EMAIL PROTECTED]> An: "Ant Users List" CC: Betreff: RE: Exclude list of files with fileset > Hi, > > I need to exclude specific f

RE: Exclude list of files with fileset

2007-02-16 Thread Mikael Petterson (KI/EAB)
ruari 2007 10:24 To: Ant Users List Subject: Re: Exclude list of files with fileset Hi, > Is this the way to exclude the a list of files ( I have more names > that I need to exclude)? Shall I use ';' or the regular ',' ? If you check the manual online : http://

Re: Exclude list of files with fileset

2007-02-16 Thread Kevin Jackson
Hi, Is this the way to exclude the a list of files ( I have more names that I need to exclude)? Shall I use ';' or the regular ',' ? If you check the manual online : http://ant.apache.org/manual/CoreTypes/fileset.html You'll see that the the excludesfile is actually a text file of exclude pa

Exclude list of files with fileset

2007-02-16 Thread Mikael Petterson (KI/EAB)
Hi, Is this the way to exclude the a list of files ( I have more names that I need to exclude)? Shall I use ';' or the regular ',' ? Cheers, //mikael