I work on project where is huge Nant build script. Could you advise free Nant build script IDE?
Asked
Active
Viewed 468 times
3 Answers
2
If you're using NAnt, I'm going to assume you're working in Visual Studio. Since the build file is just XML, you can tell Visual Studio to use the NAnt schema and you'll get what you're looking for looking for.
As per @TheChairman's comment, you'll even get Intellisense.

Babak Naffas
- 12,395
- 3
- 34
- 49
-
My recommendation too. With the 'nant.xsd' in your 'schemas' directory you'll even get Intellisense – The Chairman Nov 10 '11 at 06:08
-
Unfortunately nothing better for now, I can not find :-( – Anton Nov 15 '11 at 10:16
1
After wikipedia:
NAntGUI an open source tool for editing and running NAnt scripts.

Robert.K
- 506
- 5
- 18