Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 98608 invoked from network); 12 May 2006 10:45:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 May 2006 10:45:54 -0000 Received: (qmail 72042 invoked by uid 500); 12 May 2006 10:45:49 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 72006 invoked by uid 500); 12 May 2006 10:45:48 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 71995 invoked by uid 99); 12 May 2006 10:45:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 May 2006 03:45:48 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [207.69.200.28] (HELO pop04.mail.atl.earthlink.net) (207.69.200.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 May 2006 03:45:47 -0700 Received: from nc-71-51-254-71.dhcp.sprint-hsd.net ([71.51.254.71] helo=[192.168.168.6]) by pop04.mail.atl.earthlink.net with esmtp (Exim 3.36 #10) id 1FeV9B-0007KU-00 for user@ant.apache.org; Fri, 12 May 2006 06:45:26 -0400 Message-ID: <44646742.7030606@mindspring.com> Date: Fri, 12 May 2006 06:45:22 -0400 From: "Scot P. Floess" Reply-To: floess@mindspring.com User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: Ant Users List Subject: Re: Ordered fileset References: In-Reply-To: Content-Type: multipart/alternative; boundary="------------000109080003070801080806" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --------------000109080003070801080806 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Klaus: So did that work or do you need another solution? Scot Allwicher, Klaus wrote: > Hi Scot, > > thanks, I had read over the additional 'count' attribute, sorry :-( > With this everything works fine. > > @Matt: Thanks also for the suggestion, but we want only to used "offically" > released versions ... > > Klaus > > >> -----Original Message----- >> From: Scot P. Floess [mailto:floess@mindspring.com] >> Sent: 11 May, 2006 17:28 >> To: Ant Users List >> Subject: Re: Ordered fileset >> >> Klaus: >> >> Check out the timestampselector in ant contrib. I see you >> using the "for" task so I assume you are familiar with ant contrib ;) >> >> From the documentation, it has a count attribute "the number >> of files to find. If more than 1, than the files in the >> output appear in the order indicated by the |age| attribute" >> and age "the age of the files to retrieve, either |eldest| or >> |youngest|. Defaults to |youngest|." >> >> Allwicher, Klaus wrote: >> >>> Hi, >>> >>> I have to process different files ordered by their creation >>> >> date. (In >> >>> more detail, I have to import them and have to assure the >>> >> the contents >> >>> of newer archives are not overwritten by the contents of >>> >> older files). >> >>> If there a possiblity to define an order for filesets or >>> >> are there any >> >>> other ways to achieve this with standard ANT tasks/types ? >>> Or do I have to write a new/extended fileset by my own ? >>> >>> Currently the ANT target looks something like >>> >>> >>> >> >> casesensitive="false" >> >>> includes="${arc_pattern}" /> >>> >>> >>> >>> >>> >>> Thanks for you help :-) >>> >>> Klaus >>> >>> >>> >> --------------------------------------------------------------------- >> >>> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For >>> >> additional >> >>> commands, e-mail: user-help@ant.apache.org >>> >>> >>> >>> >> -- >> Scot P. Floess >> 27 Lake Royale >> Louisburg, NC 27549 >> >> 252-478-8087 (Home) >> 919-754-4592 (Work) >> >> Chief Architect JPlate http://sourceforge.net/projects/jplate >> Chief Architect JavaPIM http://sourceforge.net/projects/javapim >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > > -- Scot P. Floess 27 Lake Royale Louisburg, NC 27549 252-478-8087 (Home) 919-754-4592 (Work) Chief Architect JPlate http://sourceforge.net/projects/jplate Chief Architect JavaPIM http://sourceforge.net/projects/javapim --------------000109080003070801080806--