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

AbstractCvsTask.SharpCvsExe Field

[This is preliminary documentation and subject to change.]

The temporary name of the sharpcvslib binary file, to avoid conflicts in the path variable.

[Visual Basic]
Protected Const SharpCvsExe As String = "scvs.exe"
[C#]
protected const string SharpCvsExe = "scvs.exe";

Remarks

Missing <remarks> documentation for F:NAnt.SourceControl.Tasks.AbstractCvsTask.SharpCvsExe

See Also

AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace