PR: 29334 Submitted by: Steve Cohen (scohen at apache dot org) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276510 13f79535-47bb-0310-9956-ffa450edef68master
@@ -128,6 +128,9 @@ Fixed bugs: | |||||
Other changes: | Other changes: | ||||
-------------- | -------------- | ||||
* doc fix concerning the dependencies of the ftp task | |||||
Bugzilla Report 29334. | |||||
* <xmlvalidate> has now a property nested element, | * <xmlvalidate> has now a property nested element, | ||||
allowing to set string properties for the parser | allowing to set string properties for the parser | ||||
Bugzilla Report 23395. | Bugzilla Report 23395. | ||||
@@ -14,8 +14,10 @@ list, delete files, and create directories. See below for descriptions and exam | |||||
to perform each task.</p> | to perform each task.</p> | ||||
<p><b>Note:</b> This task depends on external libraries not included in the Ant distribution. | <p><b>Note:</b> This task depends on external libraries not included in the Ant distribution. | ||||
See <a href="../install.html#commons-net">Library Dependencies</a> for more information.</p> | See <a href="../install.html#commons-net">Library Dependencies</a> for more information.</p> | ||||
<p>The ftp task makes no attempt to determine what file system syntax is | |||||
required by the remote server, and defaults to Unix standards. | |||||
<p>The ftp task attempts to determine what file system is in place on the FTP server. | |||||
Supported server types are Unix, NT, OS2, VMS, and OS400. In addition, NT and OS400 servers | |||||
which have been configured to display the directory in Unix style are also supported correctly. | |||||
Otherwise, the system will default to Unix standards. | |||||
<i>remotedir</i> must be specified in the exact syntax required by the ftp | <i>remotedir</i> must be specified in the exact syntax required by the ftp | ||||
server. If the usual Unix conventions are not supported by the server, | server. If the usual Unix conventions are not supported by the server, | ||||
<i>separator</i> can be used to set the file separator that should be used | <i>separator</i> can be used to set the file separator that should be used | ||||
@@ -403,7 +403,7 @@ you need jakarta-oro 2.0.1 or later, and <a href="#commons-net">commons-net</a>< | |||||
<td><a name="commons-net">commons-net.jar</td> | <td><a name="commons-net">commons-net.jar</td> | ||||
<td>ftp, rexec and telnet tasks<br> | <td>ftp, rexec and telnet tasks<br> | ||||
jakarta-oro 2.0.1 or later is required in any case together with commons-net.<br> | jakarta-oro 2.0.1 or later is required in any case together with commons-net.<br> | ||||
For a use with a Microsoft FTP server, a minimum version of commons-net of 1.2.0 or CVS HEAD from February 2004 or later is required. | |||||
For a use with a Microsoft FTP server, a minimum version of commons-net of 1.2.1 is required. | |||||
</td> | </td> | ||||
<td><a href="http://jakarta.apache.org/commons/net/index.html" | <td><a href="http://jakarta.apache.org/commons/net/index.html" | ||||
target="_top">http://jakarta.apache.org/commons/net/index.html</a></td> | target="_top">http://jakarta.apache.org/commons/net/index.html</a></td> | ||||