Scroll to navigation

nant(1) General Commands Manual nant(1)

NAME

NAnt - .NET build tool similar to Ant

SYNOPOSIS

nant [OPTIONS] <target> ...

DESCRIPTION

NAnt is a .Net build tool similar to Ant. The build environment is configured using an XML file and extended using .Net classes rather than executing separate shell-based commands. Each task is run by an object that implements a particular Task interface.

COMMON OPTIONS

The following are the most common options

Specifies the framework to target
Specifies the framework to target (Short format: /k)
Use given buildfile (Short format: /f)
Use value for given property
A file ending in .build will be used if no buildfile is specified.
@<file>
Insert command-line settings from a text file.

OTHER OPTIONS

Displays debug information during build process
Produce logging information without adornments
Load NAnt extensions from the specified assembly
Search parent directories for build file
Prints a help message summarising the options.
Indentation level of build output
Use value as name of log output file
Add an instance of class as a project listener
Use given type as logger
Suppresses display of the logo banner
Prints project help information
Displays only error or warning messages during build process
Displays more information during build process

SEE ALSO

NAnt Project web site http://nant.sourceforge.net/

Man page by Dave Beckett, made available under the same terms as NAnt

2005-05-16