Is there any work around I can do to achieve some kind of ordering
until 1.7 comes out? Any idea on when 1.7 is coming out ? Thanks . John Matt Benson wrote: ;) Correct; 1.7 will have a <sort> resource collection and several included resource comparators. I didn't want to disappoint the guy, so hadn't said anything.-Matt --- Jeffrey E Care <[EMAIL PROTECTED]> wrote:I think some of Matt Benson's work on the HEAD (i.e. Ant 1.7) branch for resource collections can do ordering. Unfortunately that won't help you on 1.6 .... -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) João Augusto Charnet <[EMAIL PROTECTED]> wrote on 09/15/2005 04:23:14 PM:Thanks for the response. Is there any way to guarantee the order of thefiles returned ?Thanks again ... John Jeffrey E Care wrote: fileset goes not guarantee that the files itmatches will be returned inany particular order. I do believe that it will godepth-first, but withinany given directory there is no guarantee on theorder of the files inthat directory, as this is dependant on theunderlying JVM, nativefilesystem, etc. To use your example, you might get back either: File1 File2 File3 File4 File5 or: File2 File1 File3 File5 File4-- [image removed] Softway & Softcomex João Augusto Charnet Computer Engineer - R&D Team Phone/Fax: 55 19 3739-9261 E-mail: [EMAIL PROTECTED] R. Conceicao, 233 - Cj, 609 - Centro 13010-050 - Campinas - SP - Brazil__________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --
|
- Re: Fileset search file João Augusto Charnet
- Re: Fileset search file Matt Benson
- Re: Fileset search file João Augusto Charnet
- Re: Fileset search file Matt Benson
- Re: Fileset search file Antoine Levy-Lambert