Re: [Nant-users] Code to invoke nant in new thread, but same process
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
No, I have never done this, But I need this functionality. We use PVCS and if I could perform more than 1 get at a time, it would really speed up my build times.