[nant-dev] Solution determination of build order

2003-10-06 Thread Eric Fetzer
How does determine the build order? My build all of a sudden stopped working and I can't figure it out. I was pointing to a .sln file with 26 projects and thought it might be the .sln. So I converted to: sort of thing with the projects listed in the corr

Re: [nant-dev] Solution determination of build order

2003-10-06 Thread Matthew Mastracci
The solution task determines dependencies by analyzing project references. For example, if project A reference B.dll, B will build before A. This is irregardless of whether the reference to B.dll was done through a reference to the "B" project or by referencing "B.dll" in the bin\Debug or bin\Rel