Re: cvs commit: ant/src/main/org/apache/tools/ant/types/selectors SelectorUtils.java

2003-07-16 Thread Stefan Bodewig
On Tue, 15 Jul 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > Please do the unit tests. Will do so shortly. I'm rather sure that some border cases of case-insensitive matching and of followsymlinks=false will be problematic. It's hard to provide a unit test for the later, it will by de

Re: cvs commit: ant/src/main/org/apache/tools/ant/types/selectors SelectorUtils.java

2003-07-15 Thread Antoine Levy-Lambert
On Jul 15 2003, [EMAIL PROTECTED] wrote : >I'm not sure I understand what you've done, I'll try to come up with >some unit tests if I think something is wrong 8-) Please do the unit tests. I also added 3 unit tests to DirectoryScannerTest before checking in my new code. What I did is the followi

Re: cvs commit: ant/src/main/org/apache/tools/ant/types/selectors SelectorUtils.java

2003-07-15 Thread Stefan Bodewig
On 14 Jul 2003, <[EMAIL PROTECTED]> wrote: > Optimize DirectoryScanner to take advantage of include patterns > which are not beginning with wildcards PR: 20103 I'm not sure I understand what you've done, I'll try to come up with some unit tests if I think something is wrong 8-) Some notes:

cvs commit: ant/src/main/org/apache/tools/ant/types/selectors SelectorUtils.java

2003-07-15 Thread bodewig
bodewig 2003/07/15 07:18:07 Modified:src/main/org/apache/tools/ant DirectoryScanner.java src/main/org/apache/tools/ant/types/selectors SelectorUtils.java Log: Only whitespace changes Revision ChangesPath 1.44 +54 -43ant/src/

cvs commit: ant/src/main/org/apache/tools/ant/types/selectors SelectorUtils.java

2003-07-14 Thread antoine
antoine 2003/07/14 13:21:12 Modified:.WHATSNEW src/main/org/apache/tools/ant DirectoryScanner.java src/main/org/apache/tools/ant/types/selectors SelectorUtils.java Log: Optimize DirectoryScanner to take advantage of includ

cvs commit: ant/src/main/org/apache/tools/ant/types/selectors SelectorUtils.java

2003-07-04 Thread bodewig
bodewig 2003/07/04 01:43:39 Modified:src/main/org/apache/tools/ant/types/selectors SelectorUtils.java Log: Speed up Path tokeinzation. PR: 21296 Revision ChangesPath 1.10 +58 -20 ant/src/main/org/apache/tools/ant/types/selectors/Selector