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

Project.Run Method 

[This is preliminary documentation and subject to change.]

Executes the default target and wraps in error handling and time stamping.

[Visual Basic]
Public Function Run() As Boolean
[C#]
public bool Run();

Return Value

true if the build was successful; otherwise, false.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Project.Run

See Also

Project Class | NAnt.Core Namespace