There is a discrepancy in the documented behaviour of PatternSet (and thus FileSet). The docs say that the excludes attribute takes a comma-separated list of patterns but the implementation accepts a comma or space. I found this because I was trying to exclude a directory that had a space in the name and it wasn't working.
The code that constructs the StringTokenizer in PatterSet needs to have the space removed. I'm a newbie here so how do I go about submitting this fix? I don't really feel like installing CVS just to fix one bug. Helg -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
