Re: [Nant-users] Build files are not being compiled in specified order

2005-03-09 Thread Gary Feldman
>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

[Nant-users] Build files are not being compiled in specified order

2005-03-09 Thread ccidral
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