On Fri, 11 Jul 2003, Richard Evans <richard.evans@retek.com> wrote:
> In the case where all the patternset entries are names with no wild
> cards, it seems that DirectoryScanner can be speeded up by using a
> hash lookup.
Yes, sounds reasonable. I don't see why it shouldn't work. Note,
that not only * but also ? is used as a wildcard by Ant, though.
> Alternatively, is there a faster way of doing what I want?
Using only a handfull of patterns instead of many, many fixed names?
No real solution, I guess.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|