NAnt SDK Documentation - v0.85-nightly-2005-11-09

Project.Execute Method ()

[This is preliminary documentation and subject to change.]

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