Is there anything available that automates the NANT-izing of a project or solution?
-----Original Message----- From: Stephen Crabb [mailto:crabcom@;POST.PL] Sent: Thursday, October 31, 2002 8:50 AM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Tearing my hair out - I am thoroughly disgu sted with VS.NET Yes, you can add it as an External Tool to the Tools menu. You can then reassign whatever hotkey you like to run the build. The output from the NAnt build can be directed the Output window so you get to click on the offending errors and warnings and it takes straight to the line of code, just like in the IDE build. -----Original Message----- From: Moderated discussion of advanced .NET topics. [mailto:ADVANCED-DOTNET@;DISCUSS.DEVELOP.COM]On Behalf Of Banwart, Scott Sent: 31 October 2002 14:51 To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Tearing my hair out - I am thoroughly disgu sted with VS.NET This brings an interesting question to mind. How easy is it to integrate an alternative build system into VS.NET? Is it possible to have something like NMake or NAnt run when F7 is pressed? To date I haven't encountered this particular problem, but as I get more and more accustomed to using .NET it won't be long before I outgrow the VS.NET integrated build system. Anybody have any thoughts or opinions? -- --------------------- Scott Banwart RPM International Inc. Systems Developer [EMAIL PROTECTED] --------------------- -----Original Message----- From: Ben Kloosterman [mailto:ben.kloost@;ITCONSULT.COM.CN] Sent: Thursday, October 31, 2002 6:57 AM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Tearing my hair out - I am thoroughly disgusted with VS.NET This lesson has been learned a hundred times. GUI generates are ok for small - medium projects but for large progets Install C++ makefiles and build from a batch file. Ben PS: I always found that if you use the default locations ( eg bin under each project) you have a lot less trouble otherwise I would use makefiles. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
