Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 37827 invoked from network); 18 Mar 2005 17:49:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Mar 2005 17:49:36 -0000 Received: (qmail 90971 invoked by uid 500); 18 Mar 2005 17:49:31 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 90786 invoked by uid 500); 18 Mar 2005 17:49:30 -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 90773 invoked by uid 99); 18 Mar 2005 17:49:30 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=HTML_60_70,HTML_MESSAGE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from dnsinet.rzf-nrw.de (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 18 Mar 2005 09:49:29 -0800 Received: from z011100.bk.fin.local (z011104.bk.fin.local [193.109.238.140]) by dnsinet.rzf-nrw.de (8.12.10/8.12.10) with ESMTP id j2IHnHRs004600 for ; Fri, 18 Mar 2005 18:49:17 +0100 Received: from z011104.bk.fin.local ([130.11.7.104]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Fri, 18 Mar 2005 18:49:19 +0100 Received: by z011104.bk.fin.local with Internet Mail Service (5.5.2657.72) id ; Fri, 18 Mar 2005 18:49:19 +0100 Message-ID: <879A5AD5DD0ED511891F0003473A9B560E23FD23@Z011004> From: Jan.Materne@rzf.fin-nrw.de To: user@ant.apache.org Subject: AW: Copying files through FTP to servers in different timezones Date: Fri, 18 Mar 2005 18:49:17 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C52BE2.CE939970" X-OriginalArrivalTime: 18 Mar 2005 17:49:19.0853 (UTC) FILETIME=[CFC821D0:01C52BE2] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C52BE2.CE939970 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Do you know the selector? Jan > -----Urspr=FCngliche Nachricht----- > Von: Conelly, Luis (GE Energy, Non GE, GENE) > [mailto:Luis1.Conelly@ge.com] > Gesendet am: Freitag, 18. M=E4rz 2005 18:54 > An: Ant Users List > Betreff: Copying files through FTP to servers in different timezones >=20 > Hi all, >=20 > I have the following target > __________________ > > password=3D"${ftp.pwd}" > verbose=3D"${verbose}" newer=3D"yes" = passive=3D"${passive}" > skipfailedtransfers=3D"${skip.failed}" > remotedir=3D"${remote.dir}"> > includes=3D"${includes.list}" > excludes=3D"${excludes.list}"/> > > Files from ${local.dir} were updated to=20 > ${remote.dir} at > ${ftp.server} server > > __________________ >=20 > To copy my files to my DEV server, which is setup with=20 > a different > Timezone than mine (EST vs CST). When I locally compile a=20 > class or update a > web file (.js*, .css, etc), I just want to upload the newest = versions; > however, since the server is ALWAYS 1 hour ahead of my time,=20 > the files get > NEWER than the versions on the server when the timestamps for=20 > the files are > from a day before or so, but never when I try to update=20 > several times the > very same day.=20 >=20 > I know that changing my workstation's timezone would=20 > fix the issue, > but I'd like to know if there's something I can do to avoid=20 > this annoying > and useless behavior. >=20 > Any pointers or suggestions are welcome. >=20 > Regards.=20 > Luis >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org >=20 ------_=_NextPart_001_01C52BE2.CE939970--