Project.

Execute() Method

Summary

Executes the default target.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Project

Syntax

public virtual void Execute()

Remarks

No top level error handling is done. Any NAnt.Core.BuildException will be passed onto the caller.

Return Value

Type Description
void