Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 61701 invoked from network); 10 May 2006 05:39:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 May 2006 05:39:00 -0000 Received: (qmail 53632 invoked by uid 500); 10 May 2006 05:38:58 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 53580 invoked by uid 500); 10 May 2006 05:38:58 -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 53568 invoked by uid 99); 10 May 2006 05:38:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 May 2006 22:38:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [210.245.32.200] (HELO mail.fts-vn.com) (210.245.32.200) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 May 2006 22:38:57 -0700 Received: from sg0104.fts-vn.com ([172.16.1.32]) by mail.fts-vn.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1FdhP7-000362-4R for dev@ant.apache.org; Wed, 10 May 2006 12:38:33 +0700 Message-ID: <44617D25.8000604@it.fts-vn.com> Date: Wed, 10 May 2006 12:41:57 +0700 From: Kev Jackson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: Scp is this possible? References: <44606AA2.4080103@it.fts-vn.com> <6df22f8a0605090809r3a1f0242kc152e314c8702e07@mail.gmail.com> <87r732pmgw.fsf@www.samaflost.de> <6df22f8a0605092056w4245dd60r33a51006b5e7aeec@mail.gmail.com> <44616F1A.8040906@it.fts-vn.com> <44617592.2060709@it.fts-vn.com> <6df22f8a0605092229p27f08050j24796c193b6fe0b7@mail.gmail.com> In-Reply-To: <6df22f8a0605092229p27f08050j24796c193b6fe0b7@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.8 {--} X-Spam-Report: Spam detection software, running on the system "mail.fts-vn.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Atsuhiko Yamanaka wrote: > Hi, > > 2006/5/10, Kev Jackson : > >> Damnit! >> >> "selectors are not supported on remote filesets" >> >> Basically that's what I need, the ability to select the files based on >> the last modified - I don't want to pull back files if they are not >> within the search criteria :( > > > By following task, I can get only newer files matched with "*.log" on > the remote 'home/weblogic/logs' and save to ${basedir}. > > trust="true" > server="${host}" > userid="${user}" > password="${password}" > depends="yes" > remotedir="/home/weblogic/logs"> > > > > > > # Please note that 'depends="yes"'. > > Does it not work on your environment or is it enougth? [...] Content analysis details: (-2.8 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.8 ALL_TRUSTED Did not pass through any untrusted hosts 0.0 AWL AWL: From: address is in the auto white-list X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Atsuhiko Yamanaka wrote: > Hi, > > 2006/5/10, Kev Jackson : > >> Damnit! >> >> "selectors are not supported on remote filesets" >> >> Basically that's what I need, the ability to select the files based on >> the last modified - I don't want to pull back files if they are not >> within the search criteria :( > > > By following task, I can get only newer files matched with "*.log" on > the remote 'home/weblogic/logs' and save to ${basedir}. > > trust="true" > server="${host}" > userid="${user}" > password="${password}" > depends="yes" > remotedir="/home/weblogic/logs"> > > > > > > # Please note that 'depends="yes"'. > > Does it not work on your environment or is it enougth? By itself this works fine, the problem is that i need --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org