The methods of the TagTask class are listed below. For a complete list of TagTask class members, see the TagTask Members topic.
![]() | |
![]() | Executes the task unless it is skipped. |
![]() | |
![]() | |
![]() | Performs default initialization. |
![]() | Initializes the configuration of the task using configuration settings retrieved from the NAnt configuration file. |
![]() | Determines whether build output is enabled for the given Level. |
![]() | Overloaded. Logs a message with the given priority. |
![]() |
![]() | Add the given argument to the command line options. Note that are not explicitly quoted are split into seperate arguments. This is to resolve a recent issue with quoting command line arguments. |
![]() | Append the files specified in the fileset to the command line argument. Files are changed to use a relative path from the working directory that the task is spawned in. |
![]() | Append the tag information to the commandline. |
![]() | Copies all instance data of the Element to a given Element. |
![]() | Derive the location of the version control system from the environment variable PATH. |
![]() | Starts the external process and captures its output. |
![]() | |
![]() | Locates the XML node for the specified attribute in the project configuration node. |
![]() | Obsolete. Note Deprecated (to be deleted). |
![]() | Initializes the task. |
![]() | Initializes all build attributes and child elements. |
![]() | |
![]() | Build up the command line arguments, determine which executable is being used and find the path to that executable and set the working directory. |
![]() | Adds a new command option if none exists. If one does exist then the use switch is toggled on or of. |
![]() | Set up the environment variables for a process. |
![]() | Adds a new global option if none exists. If one does exist then the use switch is toggled on or of. |
![]() | Starts the process and handles errors. |
TagTask Class | NAnt.SourceControl.Tasks Namespace