On 2010-06-26, Patrick Martin wrote: > I thought that using fileset with the includesfile attribute would > still trigger a source directory scan, which is what I want to avoid > to begin with. Isn't that correct?
If neither of your patterns contain any wildcards DirectoryScanner should only check for the existence of the files you've given. > However, this <augment> task does sound very interesting to add <file > name="..."/> .... > Would it also work to add elements in a <firstmatchmapper> as > suggested by Stefan ? Likely. <augment> can modify any reference, so it can modify a reference to a mapper as well. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
