antoine 2003/08/21 09:56:12
Modified: . WHATSNEW
Log:
Optimize scanning in FTP.FTPDirectoryScanner, using similar algorithms
to the ones introduced in DirectoryScanner.
There is a gain when
- the include patterns look like some/very/long/path
- the remote file system is case sensitive
- the casesensitive and followsymlinks options of the fileset are set
to true (the default)
PR: 20103
Revision Changes Path
1.488 +5 -0 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.487
retrieving revision 1.488
diff -u -r1.487 -r1.488
--- WHATSNEW 21 Aug 2003 16:15:55 -0000 1.487
+++ WHATSNEW 21 Aug 2003 16:56:11 -0000 1.488
@@ -270,6 +270,11 @@
between client and remote side.
Bugzilla Report 19358.
+* <ftp> has been optimized to go directly to the include patterns.
+ This reduces scanning time under UNIX when followsymlinks="true"
+ and casesensitive="true" (the default)
+ Bugzilla Report 20103.
+
* The SOS and VSS tasks will no longer unconditionally prepend a $ to
vsspath or projectpath.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]