rem koolhaas couldn't build better than us!
building a large piece of software can take a very long time. combine the times to compile and link with syncing sources, running test suites and unit tests, mailing a build report, copying the bins over the network, etc. and you have a process that can easily take hours. what happens when some step in this process fails?
i'm curious what those of you out there do.
how do you track the problem down? how do you correct it? how do you carry on with the build? do you rely solely on the build's logs? do they normally contain the information you're interested in? what information are you interested in? do you try to repro the problem? does dependency analysis save you the trouble of again running those parts of the build which were successful?
let me know :)
jeff.
Anonymous comments are disabled