Re: [nant-dev] Executing multple targets in parallel

2009-06-16 Thread Leszek Ciesielski
As I side effect, I have created a git clone of NAnt cvs repository at http://github.com/skolima/NAnt/tree/master . I have also set up cron job to pull changes from cvs into git once a day. My own multithreaded-related changes aren't yet available through github, but I should push them there shortl

[nant-dev] Executing multple targets in parallel

2009-06-16 Thread Leszek Ciesielski
Hi, enclosed is a (preliminary version of) patch changing NAnt to run multiple targets in parallel (up to Environment.ProcessorCount * 2 + 1) while taking their dependencies into account. I will be grateful for any improvement suggestions. What I know to be broken: - code formatting is messed up,