Task Reference

Task Summary Assembly
adsigetprop Used to get the value of a property from an ADSI object. NAnt.Contrib.Tasks ()
adsisetprop Sets a property on an ADSI object. NAnt.Contrib.Tasks ()
aximp Generates a Windows Forms Control that wraps ActiveX Controls defined in an OCX. NAnt.Contrib.Tasks ()
checksum A task that calculates checksums for a set of files. Loosely based on Ant's Checksum task. NAnt.Contrib.Tasks ()
codestats Generates Statistics from Source Code NAnt.Contrib.Tasks ()
comregister Register COM servers or typelibraries. NAnt.Contrib.Tasks ()
concat A task that concatenates a set of files. Loosely based on Ant's Concat task. NAnt.Contrib.Tasks ()
deliisdir A task to delete a specified IIS Virtual Directory in the Default Web Site. NAnt.Contrib.Tasks ()
disco Discovers the URLs of XML web services on a web server and saves documents related to them to the local disk. The resulting .discomap, .wsdl, and .xsd files can be used with the <wsdl> task to produce web service clients and and abstract web service servers using ASP.NET. NAnt.Contrib.Tasks ()
gac Manipulates the contents of the global assembly cache. NAnt.Contrib.Tasks ()
hxcomp Compiles a Microsoft HTML Help 2.0 Project. NAnt.Contrib.Tasks ()
hxreg Registers a Microsoft HTML Help 2.0 Collection. NAnt.Contrib.Tasks ()
iisdirinfo A task to List the configuration settings of a specified IIS Virtual Directory in the Default Web Site. NAnt.Contrib.Tasks ()
mgmtclassgen A task that generates strongly typed WMI classes using mgmtclassgen.exe. NAnt.Contrib.Tasks ()
mkiisdir A task to Create or Modify a IIS Virtual Directory for the Default Web Site. NAnt.Contrib.Tasks ()
msi Builds a Windows Installer (MSI) File. NAnt.Contrib.Tasks ()
msm Builds a Windows Installer Merge Module (MSM) File. NAnt.Contrib.Tasks ()
ngen Pre-translates native code for an assembly containing IL (Intermediary Language bytecode) on the Windows platform. NAnt.Contrib.Tasks ()
nunitreport A task that generates a summary HTML from a set of NUnit xml report files. Loosely based on Erik Hatcher JUnitReport for Ant. NAnt.Contrib.Tasks ()
record A task that records the build's output to a file. Loosely based on Ant's Record task. NAnt.Contrib.Tasks ()
regasm Registers an assembly for use from COM clients. NAnt.Contrib.Tasks ()
scp Copies a file using scp to a remote server. NAnt.Contrib.Tasks ()
slingshot Converts a Visual Studio.NET Solution to a NAnt build file or nmake file. NAnt.Contrib.Tasks ()
sql A task to execute arbitrary SQL statements against a OLEDB data source. NAnt.Contrib.Tasks ()
stautolabel Task for supporting labeling of repositories with incremented version numbers. The version number calculated will be concatenated to the label. NAnt.Contrib.Tasks ()
stcheckin Task to check in files to StarTeam repositories. NAnt.Contrib.Tasks ()
stcheckout Task to check out files from StarTeam repositories. NAnt.Contrib.Tasks ()
stlabel Allows creation of view labels in StarTeam repositories. NAnt.Contrib.Tasks ()
stlist List items in StarTeam repositories. NAnt.Contrib.Tasks ()
typedcollection Generates collection classes based on a given XML specification file. Code generation is in the specified language. NAnt.Contrib.Tasks ()
validatexml Validates a set of XML files based on a set of XML Schemas (XSD). NAnt.Contrib.Tasks ()
vb6 Compiles Microsoft Visual Basic 6 programs. NAnt.Contrib.Tasks ()
version Increments a version number counter from a text file. The resulting version string is written back to the file and entered in a NAnt property defined by prefix + "version". NAnt.Contrib.Tasks ()
vssadd Used to add files to a Visual SourceSafe database. If the file is currently in the SourceSafe database a message will be logged but files will continue to be added. NAnt.Contrib.Tasks ()
vsscheckin Used to checkin files into Visual Source Safe. NAnt.Contrib.Tasks ()
vsscheckout Task used to checkout files from Visual Source Safe. NAnt.Contrib.Tasks ()
vssdiff Used to generate differences in a vss database. It will show all changes to a project after the specified label. NAnt.Contrib.Tasks ()
vssget Used to retreive an item or project from a Visual Source Safe database. NAnt.Contrib.Tasks ()
vsslabel Used to apply a label to a Visual Source Safe item. NAnt.Contrib.Tasks ()
vssundocheckout Task is used to undo a checkout from SourceSafe NAnt.Contrib.Tasks ()
wsdl Generates code for web service clients and xml web services using ASP.NET from WSDL contract files, XSD Schemas and .discomap discovery documents. Can be used in conjunction with .disco files. NAnt.Contrib.Tasks ()
xsd Compiles an XML Schema into a Microsoft.NET Assembly containing types that can marshal back and forth from XML elements and the objects that represent them. Also can create a W3C XML schema from an existing Microsoft.NET Assembly, XML document, or an old XDR format schema. NAnt.Contrib.Tasks ()