antoine 2003/08/14 08:32:36 Modified: docs/manual/OptionalTasks ftp.html Log: changed the info concerning followsymlinks Revision Changes Path 1.18 +5 -2 ant/docs/manual/OptionalTasks/ftp.html Index: ftp.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/ftp.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ftp.html 7 Aug 2003 22:20:34 -0000 1.17 +++ ftp.html 14 Aug 2003 15:32:36 -0000 1.18 @@ -243,8 +243,11 @@ href="../CoreTypes/fileset.html"><code><fileset></code></a> elements to specify the files to be retrieved, or deleted, or listed, or whose mode you want to change.</p> <p> -<code>followsymlinks</code> defaults to <code>false</code> for remote filesets. -Remote filesets are used for all actions except put. +The attribute <code>followsymlinks</code> of <code>fileset</code> is fully supported on +local (put) as well as remote (get, chmod, delete) filesets. +<em>Before ant 1.6 there was no support of symbolic links in remote filesets. +In order to exclude symbolic links (preserve the behavior of ant 1.5.x and older), +you need to explicitly set <code>followsymlinks</code> to <code>false</code>.</em> </p> <p> Remote filesets do not support selectors.<br/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]