I am currently writing very little NAnt script, and I would like to know how I can speed up the process?
I am currently editing a script in Visual Studio and then go to the command line to check the output. I like how Visual Studio can be configured to autocomplete your NAnt commands (via xsd), but I'm still testing my scripts on the command line.
Are there any tools that bring it all together? I use Notepad ++ quite a bit, but switch allegiance to another editor that has built-in editing and command line functions.
I suppose I'm looking for something like NAnt Builder ( http://www.nantbuilder.com ), but I really don't want to spend that kind of money when I have a free alternative.
source share