2001-07-27 09:14:58 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Language" content="en-us">
|
2002-02-03 22:11:39 +00:00
|
|
|
<title>Continuus Tasks</title>
|
2001-07-27 09:14:58 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<h1>Continuus Support</h1>
|
|
|
|
<ul>
|
2004-07-23 06:40:26 +00:00
|
|
|
<li><a href="#ccmcheckin">CCMCheckin</a></li>
|
2003-02-01 06:09:02 +00:00
|
|
|
<li><a href="#ccmcheckout">CCMCheckout</a></li>
|
2001-07-27 09:14:58 +00:00
|
|
|
<li><a href="#ccmcheckintask">CCMCheckinTask</a></li>
|
|
|
|
<li><a href="#ccmreconfigure">CCMReconfigure</a></li>
|
|
|
|
<li><a href="#ccmcreatetask">CCMCreateTask</a></li>
|
|
|
|
</ul>
|
|
|
|
|
2004-07-23 06:40:26 +00:00
|
|
|
<p>These ant tasks are wrappers around Continuus Source Manager. They have been tested
|
2004-11-12 10:36:29 +00:00
|
|
|
against versions 5.1/6.2 on Windows 2000, but should work on other platforms with ccm installed.</p>
|
2003-02-01 06:09:02 +00:00
|
|
|
<p>author: <a href="mailto:benoit.moussaud@criltelecom.com">Benoit Mousaud (benoit.moussaud@criltelecom.com) </a></p>
|
2001-07-27 09:14:58 +00:00
|
|
|
<hr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<h2><a name="ccmcheckin">CCMCheckin</a></h2>
|
2001-07-27 09:14:58 +00:00
|
|
|
<h3>Description</h3>
|
2001-08-30 13:23:14 +00:00
|
|
|
Task to checkin a file
|
2001-07-27 09:14:58 +00:00
|
|
|
<h3>Parameters</h3>
|
|
|
|
<table border="1" cellpadding="2" cellspacing="0" width="598">
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<th>Attribute</th>
|
|
|
|
<th>Values</th>
|
|
|
|
<th>Required</th>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>file</td>
|
|
|
|
<td>Path to the file that the command will operate on</td>
|
|
|
|
<td>Yes</td>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>comment</td>
|
2001-08-30 13:23:14 +00:00
|
|
|
<td>Specify a comment. Default is "Checkin" plus the date</td>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>No</td>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>task</td>
|
2001-08-30 13:23:14 +00:00
|
|
|
<td>Specify the task number used to check in the file (may use 'default')</td>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>No</td>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2002-06-22 23:38:38 +00:00
|
|
|
<td>ccmdir</td>
|
2001-08-30 13:23:14 +00:00
|
|
|
<td>path to the ccm executable file, required if it is not on the PATH</td>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>No</td>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
</table>
|
2001-07-27 09:14:58 +00:00
|
|
|
<h3>Examples</h3>
|
|
|
|
<blockquote>
|
|
|
|
<pre><ccmcheckin file="c:/wa/com/foo/MyFile.java"
|
2002-09-04 11:05:19 +00:00
|
|
|
comment="mycomment"/>
|
2001-07-27 09:14:58 +00:00
|
|
|
</pre>
|
|
|
|
</blockquote>
|
2004-07-23 06:40:26 +00:00
|
|
|
<p>Checks in the file <i>c:/wa/com/foo/MyFile.java</i>.
|
|
|
|
Comment attribute <i>mycomment</i> is added as a task comment. The task
|
2001-08-30 13:23:14 +00:00
|
|
|
used is the one set as the default.</p>
|
2001-07-27 09:14:58 +00:00
|
|
|
<hr>
|
2004-04-20 12:48:43 +00:00
|
|
|
<h2><a name="ccmcheckout">CCMCheckout</a></h2>
|
2001-07-27 09:14:58 +00:00
|
|
|
<h3>Description</h3>
|
2004-07-23 06:40:26 +00:00
|
|
|
Task to perform a Checkout command to Continuus
|
2001-07-27 09:14:58 +00:00
|
|
|
<h3>Parameters</h3>
|
|
|
|
<table border="1" cellpadding="2" cellspacing="0" width="614">
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-08-30 13:23:14 +00:00
|
|
|
<th>Attribute</th>
|
|
|
|
<th>Values</th>
|
|
|
|
<th>Required</th>
|
2001-07-27 09:14:58 +00:00
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-08-30 13:23:14 +00:00
|
|
|
<td>file</td>
|
|
|
|
<td>Path to the file that the command will operate on</td>
|
2003-02-01 06:09:02 +00:00
|
|
|
<td rowspan=2">Yes (file|fileset)</td>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2003-02-01 06:09:02 +00:00
|
|
|
<td>fileset</td>
|
2004-11-12 10:36:29 +00:00
|
|
|
<td>fileset containing the file to be checked out</td>
|
2001-07-27 09:14:58 +00:00
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-08-30 13:23:14 +00:00
|
|
|
<td>comment</td>
|
|
|
|
<td>Specify a comment.</td>
|
|
|
|
<td>No</td>
|
2001-07-27 09:14:58 +00:00
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-08-30 13:23:14 +00:00
|
|
|
<td>task</td>
|
2004-07-23 06:40:26 +00:00
|
|
|
<td>Specify the task number used to checkin the file (may use
|
2001-07-27 09:14:58 +00:00
|
|
|
'default')</td>
|
2001-08-30 13:23:14 +00:00
|
|
|
<td>No</td>
|
2001-07-27 09:14:58 +00:00
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2002-06-22 23:38:38 +00:00
|
|
|
<td>ccmdir</td>
|
2001-08-30 13:23:14 +00:00
|
|
|
<td>path to the ccm executable file, required if it is not on the PATH</td>
|
|
|
|
<td>No</td>
|
2001-07-27 09:14:58 +00:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<h3>Examples</h3>
|
2004-07-23 06:40:26 +00:00
|
|
|
<blockquote>
|
2001-08-30 13:23:14 +00:00
|
|
|
<pre><ccmcheckout file="c:/wa/com/foo/MyFile.java"
|
2001-07-27 09:14:58 +00:00
|
|
|
comment="mycomment"/>
|
|
|
|
</pre>
|
|
|
|
</blockquote>
|
2004-07-23 06:40:26 +00:00
|
|
|
<p>Check out the file <i>c:/wa/com/foo/MyFile.java</i>.
|
2001-07-27 09:14:58 +00:00
|
|
|
Comment attribute <i>mycomment</i> is added as a task comment
|
2001-08-30 13:23:14 +00:00
|
|
|
The used task is the one set as the default.</p>
|
2004-07-23 06:40:26 +00:00
|
|
|
<blockquote>
|
2003-02-01 06:09:02 +00:00
|
|
|
<pre><ccmcheckout comment="mycomment">
|
|
|
|
<fileset dir="lib" >
|
2004-11-19 09:07:12 +00:00
|
|
|
<include name="**/*.jar"/>
|
2003-02-01 06:09:02 +00:00
|
|
|
</fileset>
|
|
|
|
</ccmcheckout >
|
2004-07-23 06:40:26 +00:00
|
|
|
</pre>
|
2003-02-01 06:09:02 +00:00
|
|
|
</blockquote>
|
|
|
|
|
|
|
|
<p>Check out all the files in the <i>lib</i> directory having the <i>.jar</i> extension.
|
|
|
|
Comment attribute <i>mycomment</i> is added as a task comment
|
2004-07-23 06:40:26 +00:00
|
|
|
The used task is the one set as the default.</p>
|
2003-02-01 06:09:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2001-07-27 09:14:58 +00:00
|
|
|
<hr>
|
|
|
|
<h2><a name="ccmcheckintask">CCMCheckinTask</a></h2>
|
|
|
|
<h3>Description</h3>
|
2004-07-23 06:40:26 +00:00
|
|
|
Task to perform a check in default task command to Continuus
|
2001-07-27 09:14:58 +00:00
|
|
|
<h3>Parameters</h3>
|
|
|
|
<table border="1" cellpadding="2" cellspacing="0">
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<th>Attribute</th>
|
|
|
|
<th>Values</th>
|
|
|
|
<th>Required</th>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>comment</td>
|
|
|
|
<td>Specify a comment.</td>
|
|
|
|
<td>No</td>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>task</td>
|
2001-08-30 13:23:14 +00:00
|
|
|
<td>Specify the task number used to check in the file (may use 'default')</td>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>No</td>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2002-06-22 23:38:38 +00:00
|
|
|
<td>ccmdir</td>
|
2001-08-30 13:23:14 +00:00
|
|
|
<td >path to the ccm executable file, required if it is not on the PATH</td>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>No</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<h3>Examples </h3>
|
|
|
|
<blockquote>
|
|
|
|
<pre><ccmcheckintask comment="blahblah/>
|
|
|
|
</pre>
|
|
|
|
</blockquote>
|
2001-08-30 13:23:14 +00:00
|
|
|
<p>Does a Checkin default task on all the checked out files in the current task.</p>
|
2001-07-27 09:14:58 +00:00
|
|
|
<hr>
|
|
|
|
<h2><a name="ccmreconfigure">CCMReconfigure</a></h2>
|
|
|
|
<h3>Description</h3>
|
2004-07-23 06:40:26 +00:00
|
|
|
Task to perform an reconfigure command to Continuus.
|
2001-07-27 09:14:58 +00:00
|
|
|
<h3>Parameters</h3>
|
|
|
|
<table border="1" cellpadding="2" cellspacing="0">
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<th>Attribute</th>
|
|
|
|
<th>Values</th>
|
|
|
|
<th>Required</th>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>recurse</td>
|
|
|
|
<td>recurse on subproject (default false)</td>
|
|
|
|
<td>No</td>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>verbose</td>
|
|
|
|
<td>do a verbose reconfigure operation (default false)</td>
|
|
|
|
<td>No</td>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>ccmproject</td>
|
|
|
|
<td>Specifies the ccm project on which the operation is applied.</td>
|
|
|
|
<td>Yes</td>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2002-06-22 23:38:38 +00:00
|
|
|
<td>ccmdir</td>
|
2001-08-30 13:23:14 +00:00
|
|
|
<td >path to the ccm executable file, required if it is not on the PATH</td>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>No</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<h3>Examples</h3>
|
|
|
|
<blockquote>
|
2004-07-23 06:40:26 +00:00
|
|
|
<pre><ccmreconfigure ccmproject="ANTCCM_TEST#BMO_1"
|
2004-11-19 09:07:12 +00:00
|
|
|
verbose="true"/>
|
2001-07-27 09:14:58 +00:00
|
|
|
</pre>
|
|
|
|
</blockquote>
|
2004-07-23 06:40:26 +00:00
|
|
|
<p>Does a Continuus <i>reconfigure</i> on the project <i>ANTCCM_TEST#BMO_1</i>.
|
2001-07-27 09:14:58 +00:00
|
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
<h2><a name="ccmcreatetask">CCMCreateTask</a></h2>
|
|
|
|
<h3>Description</h3>
|
2004-07-23 06:40:26 +00:00
|
|
|
Create a Continuus task.
|
2001-07-27 09:14:58 +00:00
|
|
|
<h3>Parameters</h3>
|
|
|
|
<table border="1" cellpadding="2" cellspacing="0">
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<th>Attribute</th>
|
|
|
|
<th>Values</th>
|
|
|
|
<th>Required</th>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>comment</td>
|
|
|
|
<td>Specify a comment.</td>
|
|
|
|
<td>No</td>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>platform</td>
|
|
|
|
<td>Specify the target platform</td>
|
|
|
|
<td>No</td>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2002-06-22 23:38:38 +00:00
|
|
|
<td>ccmdir</td>
|
2001-08-30 13:23:14 +00:00
|
|
|
<td >path to the ccm executable file, required if it is not on the PATH</td>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>No</td>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>resolver</td>
|
|
|
|
<td>Specify the resolver</td>
|
|
|
|
<td>No</td>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>release</td>
|
|
|
|
<td>Specify the CCM release</td>
|
|
|
|
<td>No</td>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>subsystem</td>
|
|
|
|
<td>Specify the subsystem</td>
|
|
|
|
<td>No</td>
|
|
|
|
</tr>
|
2004-07-23 06:40:26 +00:00
|
|
|
<tr>
|
2001-07-27 09:14:58 +00:00
|
|
|
<td>task</td>
|
|
|
|
<td>Specify the task number used to checkin the file (may use 'default')</td>
|
|
|
|
<td>No</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<h3>Examples</h3>
|
2004-07-23 06:40:26 +00:00
|
|
|
<blockquote>
|
|
|
|
<pre><ccmcreatetask resolver="${user.name}"
|
2004-11-19 09:07:12 +00:00
|
|
|
release="ANTCCM_TEST" comment="blahblah"/>
|
2001-07-27 09:14:58 +00:00
|
|
|
</pre>
|
|
|
|
</blockquote>
|
2004-07-23 06:40:26 +00:00
|
|
|
<p>Creates a task for the release <i>ANTCCM_TEST</i> with the
|
2001-08-30 13:23:14 +00:00
|
|
|
current user as the resolver for this task.</p>
|
2001-07-27 09:14:58 +00:00
|
|
|
|
2002-01-10 08:48:33 +00:00
|
|
|
<hr>
|
2004-02-09 21:50:10 +00:00
|
|
|
<p align="center">Copyright © 2001-2004 The Apache Software Foundation. All rights
|
2002-01-10 08:48:33 +00:00
|
|
|
Reserved.</p>
|
2001-07-27 09:14:58 +00:00
|
|
|
</body>
|
|
|
|
|
2004-07-23 06:40:26 +00:00
|
|
|
</html>
|