![]()
|
Continuus SupportThese ant tasks are wrappers around Continuus Source Manager. They have been tested with version 5.1 on Windows 2000, but should work on other platforms with ccm installed. CCMCheckinDescriptionTask to checkin a fileParameters
Examples<ccmcheckin file="c:/wa/com/foo/MyFile.java" comment="mycomment"/> Checks in 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 default. CCMCheckoutDescriptionTask to perform a Checkout command to ContinuusParameters
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. CCMCheckinTaskDescriptionTask to perform a check in default task command to ContinuusParameters
Examples<ccmcheckintask comment="blahblah/> Does a Checkin default task on all the checked out files in the current task. CCMReconfigureDescriptionTask to perform an reconfigure command to Continuus.Parameters
Examples<ccmreconfigure ccmproject="ANTCCM_TEST#BMO_1" verbose="true" /> Does a Continuus reconfigure on the project ANTCCM_TEST#BMO_1. CCMCreateTaskDescriptionCreate a Continuus task.Parameters
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. Copyright © 2001-2002 Apache Software Foundation. All rights Reserved. |