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
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
>
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