Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 9514 invoked by uid 500); 5 Aug 2003 22:25:03 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 9487 invoked from network); 5 Aug 2003 22:25:02 -0000 Received: from relay.t-intra.de (HELO relay.t-online-com.de) (62.156.147.74) by daedalus.apache.org with SMTP; 5 Aug 2003 22:25:02 -0000 Received: from DJ0X820J (p5080e1de.dip0.t-ipconnect.de [80.128.225.222]) by relay.t-online-com.de (SMTPSVC(1.0.0.2)) with ESMTP id 7620C14CA68; Wed, 6 Aug 2003 01:26:33 +0200 (CEST) Message-ID: <002c01c35b98$c2a1b500$020200c0@DJ0X820J> From: "Antoine Levy-Lambert" To: "Ant Users List" , "Pavel Shalashov" References: <6549172766.20030806004252@nnov.tv> Subject: Re: Ftp task: newer files upload Date: Tue, 5 Aug 2003 23:30:14 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I am working in dev on the ftp task currently, but I do not have an answer ready for you. Are working with ant 1.6alpha or ant1.5.3 ? Can you have a look in bugzilla tosee if there is a bug report matching your problem (http://nagoya.apache.org/bugzilla) Cheers, Antoine ----- Original Message ----- From: "Pavel Shalashov" To: "Ant Users List" Sent: Tuesday, August 05, 2003 10:42 PM Subject: Ftp task: newer files upload > Hi All, > > I'm uploading my sources to the HPUX host by the Ant's ftp task as > follows: > > > > remotedir="${ftp_remote_dir}" > userid="${ftp_user}" > password="${ftp_pass}" > newer="yes" > verbose="yes" > > > > > > > > > > > > The problem is that the task uploads not only the last changed > files (newer="yes"). For some reason it transfers several files > which were not changed since last upload. > > What i'm doing wrong? The correct behavior of the ftp task will > greatly decrease build time... > > My sources are not in java if it makes sense. > > -- > Thanks, > Pavel Shalashov > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org