Re: [Nant-users] File order on a task

2005-04-21 Thread Fritz_Schenk
May I sugges a sort step first to generate the 'filename-list'? "Gary Feldman" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 04/21/2005 03:56 AM To "Nau, Michael" <[EMAIL PROTECTED]> cc "Nant Users" Subject Re: [Nant-users] Fi

Re: [Nant-users] File order on a task

2005-04-21 Thread Gary Feldman
Nau, Michael wrote: It looks like when running the task over a set of files in a particular directory, the task is run on each file in alpha order. For example, running the following nant task: ... My question is can I depend on this every time? I don't see this documented anywhere? I can't sp

[Nant-users] File order on a task

2005-04-20 Thread Nau, Michael
It looks like when running the task over a set of files in a particular directory, the task is run on each file in alpha order. For example, running the following nant task: Where d:\foo contains the following files: 00_text.txt 01_text.txt 10_text.txt 100_te