RE: List of directories that contain a file (ignore previous message)

2005-11-08 Thread Marc H. Graham
Just a matter of getting rid of the include, which was restricting it to one level. -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 3:02 PM To: Ant Users List Subject: Re: List of directories that contain a file > Can anyone t

RE: List of directories that contain a file

2005-11-08 Thread Marc H. Graham
ting on? All the directories? I can't say any of this makes sense. -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 3:02 PM To: Ant Users List Subject: Re: List of directories that contain a file > Can anyone tell me how cr

Re: List of directories that contain a file

2005-11-08 Thread Dominique Devienne
> Can anyone tell me how create a directory list such that each directory > contains a file with a given name? dirlist patterns test the name of the > directory. I want to test if the directory contains a file with a given > name. > > I can get the paths to the files with filelist, and then I could

List of directories that contain a file

2005-11-08 Thread Graham, Marc
Can anyone tell me how create a directory list such that each directory contains a file with a given name? dirlist patterns test the name of the directory. I want to test if the directory contains a file with a given name. I can get the paths to the files with filelist, and then I could select th