Posted By:
A_Okimo
Posted On:
Monday, December 12, 2005 04:50 PM
I'd like to be able to achieve the following from ANT:
-- get all XML files from a directory that starts with CREATE (e.g, CreateXXX.xml)
-- for each file found in the set, uses it as the argument to a JUNIT test class.
Any info on this is greatly appreciated.