vote up 1 vote down star

I'm doing quite a bit of NAnt script writing at the moment and would love to know how I can speed the process up?

I'm currently editing the script in Visual Studio, then going to the command line to test 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 all of that together? I use Notepad++ quite a bit but would switch allegiance to another editor that has editing and command line functionality built in.

I guess what I'm looking for is something like NAnt Builder (http://www.nantbuilder.com) but I don't really want to spend that sort of money when I have my free current alternative.

flag

2 Answers

vote up 1 vote down check

If you use ReSharper, it will handle this for you. And when you look at the overall value that the tool provides (almost any "favorite VS add-in" question on here lists ReSharper at the top), it is a pretty easy decision to go for it. This link provides a list of features.

A free alternative that requires some customization is Notepad++.

link|flag
Out of interest, can resharper run the targets of my build file? Thanks for the answer, I'll take a look and see what it can do! – NickGPS Nov 12 at 19:55
Nope, I haven't seen that ability (but it would be nice). I edited my answer to include a link to the features that are supported. – prokiner Nov 12 at 20:20
vote up 0 vote down

Try PilotEdit, http://www.pilotedit.com

You can define a file type for NAnt and add NAnt commands in string table. You can run windows command from the string table by right clicking on it. You can find some window command examples in the string table.

link|flag
It's an interesting editor, much cheaper than NAnt Builder. Do you know if it's possible to specify a new file type with an XSD? It would save having to write out all the commands in the string table. – NickGPS Oct 30 at 13:58
No, it doesn't support XSD. – Dracoder Oct 30 at 14:17

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.