I am creating a component driven build process that uses xml files as the component definitions. I am currently using Filesets to find the exact location of each component xml file.
The problem is that as my build environment grows so does the search time for these files.
Is there a better way to do this? Is there a way to limit the search by depth? Or stop when it finds one?