Description
Task to perform a Checkout command to Continuus
Parameters
Attribute | Values | Required
|
---|---|---|
file | Path to the file that the command will operate on | Yes |
comment | Specify a comment. | No |
task | Specify the task number used to checkin the file (may use 'default') | No |
ccmdir | path to the ccm executable file, required if it is not on the PATH | No |
Examples
<ccmcheckout file="c:/wa/com/foo/MyFile.java" comment="mycomment"/>Check out the file c:/wa/com/foo/MyFile.java. Comment attribute mycomment is added as a task comment The used task is the one set as the default.