RE: [nant-dev] Patch for ExternalProgramBase.cs

2005-02-09 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Swoogan > Sent: woensdag 9 februari 2005 21:13 > To: [email protected] > Subject: [nant-dev] Patch for ExternalProgramBase.cs > > I&#x

[nant-dev] Patch for ExternalProgramBase.cs

2005-02-09 Thread Swoogan
I've added the following to the PrepareProcess method of ExternalProgramBase.cs: //don't need to create a new window as nant should already //be executing in a window and output is being redirected anyway process.StartInfo.CreateNoWindow = true; on or around line