From 31c6b1478b79b169bb878376f1ba943de7b9cd37 Mon Sep 17 00:00:00 2001
From: Antoine Levy-Lambert
Date: Tue, 6 Jun 2006 10:52:47 +0000
Subject: [PATCH] FTP Account could not be specified in ant FTP task. Bugzilla
report 39720.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@412075 13f79535-47bb-0310-9956-ffa450edef68
---
CONTRIBUTORS | 1 +
WHATSNEW | 2 ++
contributors.xml | 4 ++++
docs/manual/OptionalTasks/ftp.html | 9 ++++++++-
.../tools/ant/taskdefs/optional/net/FTP.java | 14 +++++++++++++-
5 files changed, 28 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 530e044b0..986b51fdb 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -207,6 +207,7 @@ Scott Carlson
Scott M. Stirling
Sean Egan
Sean P. Kane
+Sebastien Arod
Shiraz Kanga
Sebastian Kantha
Simon Law
diff --git a/WHATSNEW b/WHATSNEW
index 5c02578cc..272bacb1b 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -426,6 +426,8 @@ Other changes:
* ReplaceTokens should allow properties files. Bugzilla report 39688.
+* FTP Account could not be specified in ant FTP task. Bugzilla report 39720.
+
Changes from Ant 1.6.4 to Ant 1.6.5
===================================
diff --git a/contributors.xml b/contributors.xml
index 7204e9783..37c9062f9 100644
--- a/contributors.xml
+++ b/contributors.xml
@@ -836,6 +836,10 @@
P.
Kane
+
+ Sebastien
+ Arod
+
Shiraz
Kanga
diff --git a/docs/manual/OptionalTasks/ftp.html b/docs/manual/OptionalTasks/ftp.html
index 6b0600e16..11c9c7ff7 100644
--- a/docs/manual/OptionalTasks/ftp.html
+++ b/docs/manual/OptionalTasks/ftp.html
@@ -73,6 +73,13 @@ try to set up a new connection.
the login password to use on the ftp server. |
Yes |
+
+ account |
+ the account to use on the ftp server.
+ since Ant 1.7.
+ |
+ No |
+
remotedir |
remote directory on the
@@ -689,7 +696,7 @@ selected for remove, so if you need to remove it, specify its parent in
<fileset> pattern, like "somedir/**" .
-Copyright © 2000-2005 The Apache Software Foundation. All rights
+ Copyright © 2000-2006 The Apache Software Foundation. All rights
Reserved.
|