Continuus Support

These ant tasks are wrapper around Continnus Source Manager. It have been tested under version 5.1 on Windows 2000.


CCMCheckin

Description

Task to perform a Checkin command to Continnus

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
ccmcommand path to the ccm excutable file. default serach into the PATH No

Examples

<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.


CCMCheckout

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
ccmcommand path to the ccm excutable file. default serach into the PATH No

Examples

<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.


CCMCheckinTask

Description

Task to perform a check in default task command to Continnuus

Parameters

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

Examples

<ccmcheckintask comment="blahblah/>

Does a Checkin default task on all the checkou-ed filed in the current task.


CCMReconfigure

Description

Task to perform an reconfigure command to Continuus.

Parameters

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

Examples

<ccmreconfigure ccmproject="ANTCCM_TEST#BMO_1" verbose="true" />

Does a Continuus reconfiguree on the project ANTCCM_TEST#BMO_1.


CCMCreateTask

Description

Task to perform an create task command to Continuus.

Parameters

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

Examples

<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.