<tdc>

Compiles a collection of taskdef/funcdef files into an assembly.

Compiles a collection of build files containing <taskdef> task and <funcdef> task definitions. Each build file should contain a <project> top-level node, with taskdef/funcdef nodes as child elements. The compiled assembly's tasks are loaded.

Parameters

Attribute Type Description Required
output string The output for the compiled library. True
failonerror bool False
if bool False
unless bool False
verbose bool False

Nested Elements:

<sources>

The FileSet of source files for compilation.

</sources>

Examples

Requirements

Assembly: broloco.NAntTasks (1.2.0.0)