From dev-return-70447-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Tue Dec 20 04:09:36 2005 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 62674 invoked from network); 20 Dec 2005 04:09:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Dec 2005 04:09:35 -0000 Received: (qmail 38925 invoked by uid 500); 20 Dec 2005 04:09:27 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 38863 invoked by uid 500); 20 Dec 2005 04:09:27 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 38829 invoked by uid 500); 20 Dec 2005 04:09:27 -0000 Received: (qmail 38803 invoked by uid 99); 20 Dec 2005 04:09:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Dec 2005 20:09:26 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 19 Dec 2005 20:09:24 -0800 Received: (qmail 61402 invoked by uid 65534); 20 Dec 2005 04:09:04 -0000 Message-ID: <20051220040904.61401.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r357900 - /ant/core/trunk/docs/ant_in_anger.html Date: Tue, 20 Dec 2005 04:09:03 -0000 To: ant-cvs@apache.org From: antoine@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: antoine Date: Mon Dec 19 20:08:57 2005 New Revision: 357900 URL: http://svn.apache.org/viewcvs?rev=357900&view=rev Log: Docu update suggested by Joseph Skudlarek Modified: ant/core/trunk/docs/ant_in_anger.html Modified: ant/core/trunk/docs/ant_in_anger.html URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/ant_in_anger.html?rev=357900&r1=357899&r2=357900&view=diff ============================================================================== --- ant/core/trunk/docs/ant_in_anger.html (original) +++ ant/core/trunk/docs/ant_in_anger.html Mon Dec 19 20:08:57 2005 @@ -382,7 +382,7 @@ server. Beware of putting the ftp password in the build file - a property file with tight access control is slightly better. The FixCRLF task is often a useful interim step if -you need to ensure that files have Unix file extensions before upload. A +you need to to adjust the line endings of files. A WebDav task has long been discussed, which would provide a more secure upload to web servers, but it is still in the todo list. Rumour has it that there is such a task in the jakarta-slide libraries. With MacOS X, --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org