NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
Project.Execute Method (String, Boolean)
[This is preliminary documentation and subject to change.]
Executes a specific target.
[Visual Basic]
Overloads Public Sub Execute( _
ByVal
targetName As
String, _
ByVal
forceDependencies As
Boolean _
)
Parameters
-
targetName
- The name of the target to execute.
-
forceDependencies
- Whether dependencies should be forced to execute
Remarks
Global tasks are not executed.
See Also
Project Class | NAnt.Core Namespace | Project.Execute Overload List