NAnt

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

NAnt
Stable release 0.92 / June 9, 2012 (2012-06-09)
Preview release n/a
Written in C#
Operating system Cross-platform
Type Build automation
License GPL
Website nant.sourceforge.net

NAnt is a free and open source software tool for automating software build processes. It is similar to Apache Ant, but targeted at the .NET environment rather than Java. The name NAnt comes from the fact that the tool is Not Ant [1]

NAnt requires one of the .NET frameworks (1.0, 1.1, 2.0, 3.5 or 4.0) or the third party Mono platform.

Front-ends

There are several front-end GUI tools available:

  • NAntBuilder [2], a full-featured Integrated Development Environment (IDE) for NAnt. It is designed to be a NAnt script creator, editor, and debugger.
  • NAntGUI [3], an open source tool for editing and running NAnt scripts.
  • Nantpad, a commercial tool by Profusion Software Studios that allows authoring, browsing and executing NAnt scripts.
  • ColorNAnt [4], The Perl script ColorNAnt is a wrapper for 'NAnt' and produces the same output but with pretty 'syntax' highlighting. Color schemes can be customized.
  • NantMenu [5], a Windows Shell Extension allowing you to run NAnt build scripts directly from within Windows Explorer.

See also

References

  • Lua error in package.lua at line 80: module 'strict' not found.

External links