Description
Create a Continuus task.
Parameters
Attribute | Values | Required
|
---|---|---|
comment | Specify a comment. | No |
platform | Specify the target platform | No |
ccmdir | path to the ccm executable file, required if it is not on 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" />Creates a task for the release ANTCCM_TEST with the current user as the resolver for this task.