>From: <[EMAIL PROTECTED]>
>Sent: Wednesday, March 09, 2005 9:29 AM
...
>
>
>
>
>
>
>
>
>
>
I'm surprised this even works without producing an error. I don't see
anything in the documentation that says you can put a build
The in the task are not executed in the specified
order. Consider you have the task below. The Orange.build must be executed
before Banana.build because this depends on that. However, nant seems to
execute them in alphabetical order, and a compilation error occurs because
the Orange dependency st