From 0d5edbdfcbe6eabc1edd1e229035c6ae387f701e Mon Sep 17 00:00:00 2001
From: Antoine Levy-Lambert
Date: Fri, 6 Feb 2004 15:53:40 +0000
Subject: [PATCH] Update information concerning MS FTP server required
libraries
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276054 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/OptionalTasks/ftp.html | 6 +++---
docs/manual/install.html | 7 ++++---
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/docs/manual/OptionalTasks/ftp.html b/docs/manual/OptionalTasks/ftp.html
index 6d2afabbb..c76a67583 100644
--- a/docs/manual/OptionalTasks/ftp.html
+++ b/docs/manual/OptionalTasks/ftp.html
@@ -31,9 +31,9 @@ a firewall via socks.
Use of the FTP task with Microsoft FTP servers
-To use the FTP task with Microsoft FTP servers, you need a build of commons-net and of
-jakarta-oro coming from the CVS HEAD of these two projects.
-It is expected that the commons-net 1.2.0 release will fix these issues.
+To use the FTP task with Microsoft FTP servers,
+you need CVS HEAD of commons-net and jakarta-oro after 2004-02-01
+or a release of commons-net after 1.1.0 and jakarta-oro after 2.0.8.
Warning: there have been problems reported concerning the ftp get with newer attribute.
Problems might be due to format of ls -l differing from what is expected by commons-net,
diff --git a/docs/manual/install.html b/docs/manual/install.html
index 8a946b847..49ee3ecbf 100644
--- a/docs/manual/install.html
+++ b/docs/manual/install.html
@@ -304,7 +304,8 @@ Installing Ant / Optional Tasks section above.
jakarta-oro-2.0.7.jar |
regexp type with mappers and the perforce tasks
For the use of the FTP task together with MS FTP servers,
- you need a fresh build of jakarta-oro coming from CVS HEAD |
+ you need CVS HEAD of commons-net and jakarta-oro after 2004-02-01
+or a release of commons-net after 1.1.0 and jakarta-oro after 2.0.8
http://jakarta.apache.org/oro/ |
@@ -402,8 +403,8 @@ Installing Ant / Optional Tasks section above.
commons-net.jar |
ftp, rexec and telnet tasks
- In order to interact successfully with a MS FTP server, you need a build of commons-net coming from the commons-net CVS Head.
- You will also need a build of jakarta-oro coming from the CVS HEAD.
+ In order to interact successfully with a MS FTP server, you need CVS HEAD of commons-net and jakarta-oro after 2004-02-01
+or a release of commons-net after 1.1.0 and jakarta-oro after 2.0.8.
|
http://jakarta.apache.org/commons/net/index.html |