Re: [Nant-users] Code to invoke nant in new thread, but same process

2005-02-05 Thread Troy Laurin
Byrd, Payton wrote: I'm current invoking nant by creating a new Process and starting it. I would like finer-grained control, plus the ability to initiate a debug, by starting the build directly in my code in a new thread. Has anyone already done this? If so, would you mind sharing the code?

Re: [Nant-users] Code to invoke nant in new thread, but same process

2005-02-04 Thread Christopher_P_Vanik
t; Sent by:cc: [EMAIL PROTECTED] Subject: [Nant-users] Code to invoke nant in new thread, but same process

[Nant-users] Code to invoke nant in new thread, but same process

2005-02-04 Thread Byrd, Payton
Title: Code to invoke nant in new thread, but same process I'm current invoking nant by creating a new Process and starting it.  I would like finer-grained control, plus the ability to initiate a debug, by starting the build directly in my code in a new thread.  Has anyone already done this?