Re: [NAnt-users] Running from Visual Studio 2003

2006-07-14 Thread Bradley Ward
Behalf Of Ramya Niranjan Sent: Friday, July 14, 2006 12:39 AM To: Dave Paul Cc: NAnt-users@lists.sourceforge.net Subject: Re: [NAnt-users] Running from Visual Studio 2003   You have NAntRunner. This runs the NAnt scripts from within VS .NET ide. You can find this plugin at: http

Re: [NAnt-users] Running from Visual Studio 2003

2006-07-13 Thread Ramya Niranjan
You have NAntRunner. This runs the NAnt scripts from within VS .NET ide. You can find this plugin at: http://nantrunner.sourceforge.net/   Rgds, Niranjan  On 7/13/06, Dave Paul <[EMAIL PROTECTED]> wrote: You can set up "External Tools" to do the job. I've got ones that callnant with arguments like

Re: [NAnt-users] Running from Visual Studio 2003

2006-07-13 Thread Dave Paul
You can set up "External Tools" to do the job. I've got ones that call nant with arguments like "-e $(TargetName)-build". Make sure to check the "Use Output window" option, with the -e argument to nant you'll be able to click on errors in the output window and it will take you to the code locat

[NAnt-users] Running from Visual Studio 2003

2006-07-13 Thread Eric Lemes
Anyone knows a plugin for running nant scripts directly from VS 2003? Thanks, Eric - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make yo