Farid Zaripov wrote: >>-----Original Message----- >>From: Martin Sebor [mailto:sebor@roguewave.com] >>Sent: Friday, December 15, 2006 8:34 PM >>To: RW_STDCXX >>Subject: project priorities >> >>As always, if there are questions or comments on the technical >>aspects of any of these projects let's discuss them on the list. >> >>1. Disable parallelism in VisualStudio 8 solution. (Important for >> the readability of the build logs.) > > Parallel builds in VS8 can be disabled manually > (http://tinyurl.com/ydycfq). That would be fine for manual builds but we also (mainly?) want to disable it for our nightly builds. Otherwise the logs are unreadable. If there's an easy way to do it w/o changing the infrastructure (e.g., setting some environment variable or using a VisualStudio option) plese let Andrew know. Otherwise, I think we should disable it by default. I see no benefit in having it enabled, do you? > > Another way is using VS automation objects when implementing the > script for p.4: > > >>4. Assuming it's a small (less than 100 lines of script code) and >> an easy to implement enhancement, change the infrastructure to >> avoid attempting to build dependent project(s) such as examples >> or tests when a required dependency fails to build. That would work too. Martin