[nant-dev] Errors in p4 info call from nant...

2009-06-16 Thread Ankan Saha
Hi, While using the p4info command from nant I get the following error in a particular machine: INTERNAL ERROR System.NullReferenceException: Object reference not set to an instance of an ect. at NAnt.Contrib.Tasks.Perforce.P4Info.ExecuteTask() at NAnt.Core.Task.Execute() at

[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

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