Summary
Gets or sets the location of the PVCS binary command-line tools.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- PVCSTask
Syntax
[TaskAttribute("pvcsbin", Required = false)]
[StringValidator(AllowEmpty = false)]
public string PVCSBin { get; set; }
Remarks
Generally, the PVCS command-line tools will be available on the current path. However, if this is not the case then this property allows an exact location to be specified. If this property is not set, the task will assume that the PVCS binaries are available on the current path.
Attributes
Type | Description |
---|---|
TaskAttribute | |
StringValidator |
Value
Type | Description |
---|---|
string |