Summary
Default : false - force check in/out actions regardless of the status that StarTeam is maintaining for the file.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .StarTeam - Containing Type
- TreeBasedTask
Syntax
[TaskAttribute("forced")]
[BooleanValidator]
public virtual bool Forced { get; set; }
Remarks
If NAnt.Contrib.Tasks.StarTeam.TreeBasedTask.RootLocalFolder
is set then this property should be set true
.
Otherwise the checkout will be based on how the repository compares to local target folder.
Note that if forced is not on. Files with status Modified and Merge will not be processed.
Attributes
Type | Description |
---|---|
TaskAttribute | |
BooleanValidator |
Value
Type | Description |
---|---|
bool |