RE: [Nant-users] using foreach with a fileset

2005-07-14 Thread Craig Ducharme
] On Behalf Of Stephen Lewis > Sent: Thursday, July 14, 2005 9:26 AM > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] using foreach with a fileset > > I'd like to be able to generate a list of files in the form of a file > set, and then perform several sets of opera

[Nant-users] using foreach with a fileset

2005-07-14 Thread Stephen Lewis
I'd like to be able to generate a list of files in the form of a file set, and then perform several sets of operations on the file set. I thought I'd start with something simple to verify the files in the file set, like iterate through the list and print the name of each file. According to the he