NAnt
![]() ![]() ![]() |
v0.85-rc1 |
[This is preliminary documentation and subject to change.]
A base class for creating tasks for executing CVS client commands on a CVS repository.
Attribute | Type | Description | Required |
---|---|---|---|
commandline | string | Command-line arguments for the program. The command line arguments are used to specify any cvs command options that are not available as attributes. These are appended after the command itself and are additive to whatever attributes are currently specified. | False |
destination | directory | Destination directory for the local sandbox. If destination is not specified then the current directory is used. | False |
passfile | file | The full path to the cached password file. If not specified then the environment variables are used to try and locate the file. | False |
password | string | Deprecated. The password for logging in to the repository. | False |
ssh | file | The executable to use for ssh communication. | False |
failonerror | bool | Determines if task failure stops the build, or is just reported. The default is true. | False |
if | bool | If true then the task will be executed; otherwise, skipped. The default is true. | False |
timeout | int | The maximum amount of time the application is allowed to execute, expressed in milliseconds. Defaults to no time-out. | False |
unless | bool | Opposite of if . If false then the task will be executed; otherwise, skipped. The default is false. |
False |
verbose | bool | Determines whether the task should report detailed build log messages. The default is false. | False |
Attribute | Type | Description | Required |
---|---|---|---|
useruntimeengine | bool | Specifies whether the external program should be executed using a runtime engine, if configured. The default is false. | False |
Contains a collection of Argument elements.