|
Home
|
Who's OnlineWe have 21 guests online |
||||
NAntBuilder Key Features
NAntBuilder is designed to be a powerful NAnt development platform with following features:
|
|
Home
|
Who's OnlineWe have 21 guests online |
||||
What is NAnt?
NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles. In practice it's a lot like Ant.
Instead of a model where it is extended with shell-based commands, NAnt is extended using task classes. Instead of writing shell commands, the configuration files are XML-based, calling out a target tree where various tasks get executed. Each task is run by an object that implements a particular Task interface. |
System Requirement
|