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

CallTask.ForceExecute Property

[This is preliminary documentation and subject to change.]

NOTE: This property is now obsolete.

Use the "cascase" attribute to control whether dependencies should be re-executed.


Force an execute even if the target has already been executed. The default is false.

[Visual Basic]
<TaskAttribute(Name:="force", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  Obsolete(Message:="Use the "cascase" attribute to control whether dependencies should be re-executed.", IsError:=False)>
Public Property ForceExecute As Boolean
[C#]
[TaskAttribute(Name="force", Required=False, ExpandProperties=True, ProcessXml=True)]
[Obsolete(Message="Use the "cascase" attribute to control whether dependencies should be re-executed.", IsError=False)]
public bool ForceExecute {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.CallTask.ForceExecute

See Also

CallTask Class | NAnt.Core.Tasks Namespace