Re: [Nant-users] Solution Dependencies

2005-10-17 Thread Martin Gainty
Mr Anderson (I always wanted to say that!) Specifically how are your targets built that is differently ordered from the IDE ??? Martin- - Original Message - From: "Anderson, Kelly" <[EMAIL PROTECTED]> To: Sent: Monday, October 17, 2005 9:46 PM Subject: [Nant

[Nant-users] Solution Dependencies

2005-10-17 Thread Anderson, Kelly
Has anyone else noticed that the dependency ordering of the task in NAnt can come up with a different build order than that which occurs in the IDE? It's not a terrible bug, because you can always add artificial dependencies to make sure it's always done in the right order, but I was wondering if