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

ExternalProgramBase.ExecuteTask Method 

[This is preliminary documentation and subject to change.]

Starts the external process and captures its output.

[Visual Basic]
Overrides Protected Sub ExecuteTask()
[C#]
protected override void ExecuteTask();

Remarks

Missing <remarks> documentation for M:NAnt.Core.Tasks.ExternalProgramBase.ExecuteTask

Exceptions

Exception Type Condition
BuildException

The external process did not finish within the configured timeout.

-or-

The exit code of the external process indicates a failure.

See Also

ExternalProgramBase Class | NAnt.Core.Tasks Namespace