NAnt SDK Documentation - v0.92

Project.Execute Method ()

Executes the default target.

[Visual Basic]
Overridable Overloads Public Sub Execute()
[C#]
public virtual void Execute();

Remarks

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

See Also

Project Class | NAnt.Core Namespace | Project.Execute Overload List