Re: Non-reflective version of DirectoryScanner refectoring

2006-08-24 Thread Antoine Levy-Lambert
Hello Kev, this sounds like the solution. I think the use of reflection in the ant codebase should be limited to cases where we want to use third party APIs which may or not be here and which we do not want to explicitly compile against. Regards, Antoine On Aug 25, 2006, at 4:26 AM, Ke

Non-reflective version of DirectoryScanner refectoring

2006-08-24 Thread Kev Jackson
Hi, After thinking this through this morning on the ride into work, here is a version of the refactoring (extract method) that doesn't use any reflection (so should satisfy both Antoine and Matt ;)) Attached patch for testing purposes too. /** * Process included file. * @param name pa