Re: [Nant-users] Building Nant using Nant task

2005-02-25 Thread Scott Carr
Title: RE: [Nant-users] Building Nant using Nant task Byrd, Payton wrote: I'm sure it's because the Fileset is using a non-sorted collection to hold the files.  Even if it was a sorted collection you would then have to manipulate your filenames to sort correctly. I under

Re: [Nant-users] Building Nant using Nant task

2005-02-25 Thread Scott Carr
Scott Carr said: > I have a nant task like the following: > > [code] > > target="${target::get-current-target()}"> > > > > > > > [/code] > > The problem is that it is not building in any specific order. Seems >

[Nant-users] Building Nant using Nant task

2005-02-24 Thread Scott Carr
I have a nant task like the following: [code] [/code] The problem is that it is not building in any specific order. Seems like first come, first served. I have the following structure: root 03_proj 01_proj