[Nant-users] dotGNU and nant

2005-02-05 Thread zhengjinyuan
Can nant run on dotGNU ??? --- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. D

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?