RE: [Nant-users] Integrating NAnt with Visual Studio .NET

2004-11-02 Thread Curtis Zarger
t: Re: [Nant-users] Integrating NAnt with Visual Studio .NET > What are the various strategies for integrating nant with Visual Studio > .NET? I'd like to be able to launch nant within visual studio with the > build output redirected to the visual studio output pane. > > I&

RE: [Nant-users] Integrating NAnt with Visual Studio .NET

2004-11-02 Thread Shari Fletcher
Title: Integrating NAnt with Visual Studio .NET I create a Build project for a class library and run the nant command as a post build event.  I also attach an nant schema so I can get intellisense with my build files as described here:    http://www.hanselman.com/blog/PermaLink.aspx?guid=10a

Re: [Nant-users] Integrating NAnt with Visual Studio .NET

2004-11-02 Thread James Geurts
There is a solution (a vs.net addin) that we use at work, right now. I have the approval to donate it to NAntContrib, if there is a desire. It would be unsupported, but the code is easy to modify. Anyway, this is sort of an overview of what it does. Our build file (located at the solution level