RE: available does not support *

2006-09-06 Thread Rebhan, Gilbert
i use i quite often Regards, Gilbert -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 06, 2006 6:07 AM To: user@ant.apache.org Subject: Re: available does not support * On Tue, 05 Sep 2006, Dirk Starke <[EMAIL PROTECTED]> wrote: > I

Re: available does not support *

2006-09-05 Thread Stefan Bodewig
On Tue, 05 Sep 2006, Dirk Starke <[EMAIL PROTECTED]> wrote: > I would like to test whether or not a specified directory contains > some files. Apart from Jan's suggestion, which should work for Ant 1.6, Ant 1.7beta comes with a new condition Stefan ---

Re: available does not support *

2006-09-04 Thread Chris Chiasson
try fileset with patternset? (i'm a newbite) http://ant.apache.org/manual/CoreTypes/fileset.html On 9/5/06, Dirk Starke <[EMAIL PROTECTED]> wrote: Hello guys, I would like to test whether or not a specified directory contains some files. 'Cause I do not really (want to) know what their names a