Re: Checking for files in a directory

2007-03-13 Thread Shankar S
OK let me put it this way .. intead of having 50 for 50 files which makes my build file look ugly .. I want something like define the list of files in a property file and check something like check if the directory contains all the files -Shankar On 3/14/07, James Oltmans <[EMAIL PROTECTED]>

RE: Checking for files in a directory

2007-03-13 Thread James Oltmans
Have you tried something like the following? ... -Original Message- From: Shankar S [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 6:59 PM To: user@ant.apache.org Subject: Checking for files in a directory Hi, Is there a way in ANT wh