These ant tasks are wrapper around Continnus Source Manager. It have been tested under version 5.1 on Windows 2000.
| 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 |
| ccmcommand | path to the ccm excutable file. default serach into the PATH | No |
<ccmcheckin file="c:/wa/com/foo/MyFile.java"
comment="mycomment" />
Does a Continnuus checkin on the file c:/wa/com/foo/MyFile.java. Comment attribute mycomment is added as a task comment. The task used is the one set as the fault.
| 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 |
| ccmcommand | path to the ccm excutable file. default serach into the PATH | No |
<ccmcheckin file="c:/wa/com/foo/MyFile.java"
comment="mycomment"/>
Does a Continnuus checkout on 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 fault.
| Attribute | Values | Required |
|---|---|---|
| comment | Specify a comment. | No |
| task | Specify the task number used to checkin the file (may use 'default') | No |
| ccmcommand | path to the ccm excutable file. default serach into the PATH | No |
<ccmcheckintask comment="blahblah/>
Does a Checkin default task on all the checkou-ed filed in the current task.
| Attribute | Values | Required |
|---|---|---|
| recurse | recurse on subproject (default false) | No |
| verbose | do a verbose reconfigure operation (default false) | No |
| ccmproject | Specifies the ccm project on which the operation is applied. | Yes |
| ccmcommand | path to the ccm excutable file. default serach into the PATH | No |
<ccmreconfigure ccmproject="ANTCCM_TEST#BMO_1" verbose="true" />
Does a Continuus reconfiguree on the project ANTCCM_TEST#BMO_1.
| Attribute | Values | Required |
|---|---|---|
| comment | Specify a comment. | No |
| platform | Specify the target platform | No |
| ccmcommand | path to the ccm excutable file. default serach into the PATH | No |
| resolver | Specify the resolver | No |
| release | Specify the CCM release | No |
| subsystem | Specify the subsystem | No |
| task | Specify the task number used to checkin the file (may use 'default') | No |
<ccmcreatetask resolver="{user.name}" release="ANTCCM_TEST" comment="blahblah" />
Does a Continuus create task for the release ANTCCM_TEST to the current logged person as the resolver for this task.