|
@@ -39,7 +39,7 @@ |
|
|
<h2><a name="intro">Introduction</a></h2> |
|
|
<h2><a name="intro">Introduction</a></h2> |
|
|
<p>These tasks provide an interface to the <a href="http://www.perforce.com" target="_top">Perforce</a> SCM. |
|
|
<p>These tasks provide an interface to the <a href="http://www.perforce.com" target="_top">Perforce</a> SCM. |
|
|
The <code>org.apache.tools.ant.taskdefs.optional.perforce</code> package consists of a simple framework to support |
|
|
The <code>org.apache.tools.ant.taskdefs.optional.perforce</code> package consists of a simple framework to support |
|
|
p4 functionality as well as some Ant tasks encapsulating frequently used (by me :-) p4 commands. |
|
|
|
|
|
|
|
|
p4 functionality as well as some Apache Ant tasks encapsulating frequently used (by me :-) p4 commands. |
|
|
However, the addition of new p4 commands is a pretty simple task (see the source). |
|
|
However, the addition of new p4 commands is a pretty simple task (see the source). |
|
|
Although it is possible to use these commands on the desktop, |
|
|
Although it is possible to use these commands on the desktop, |
|
|
they were primarily intended to be used by automated build systems.</p> |
|
|
they were primarily intended to be used by automated build systems.</p> |
|
@@ -355,14 +355,14 @@ is not the latest any more. |
|
|
<td valign="top">changeproperty</td> |
|
|
<td valign="top">changeproperty</td> |
|
|
<td valign="top">Name of a property to which the new change number |
|
|
<td valign="top">Name of a property to which the new change number |
|
|
will be assigned if the Perforce server renumbers the change<br> |
|
|
will be assigned if the Perforce server renumbers the change<br> |
|
|
Since ant 1.6.1</td> |
|
|
|
|
|
|
|
|
Since Ant 1.6.1</td> |
|
|
<td valign="top" align="center">No</td> |
|
|
<td valign="top" align="center">No</td> |
|
|
</tr> |
|
|
</tr> |
|
|
<tr> |
|
|
<tr> |
|
|
<td valign="top">needsresolveproperty</td> |
|
|
<td valign="top">needsresolveproperty</td> |
|
|
<td valign="top">Name of property which will be set to <code>true</code> |
|
|
<td valign="top">Name of property which will be set to <code>true</code> |
|
|
if the submit requires a resolve<br> |
|
|
if the submit requires a resolve<br> |
|
|
Since ant 1.6.1</td> |
|
|
|
|
|
|
|
|
Since Ant 1.6.1</td> |
|
|
<td valign="top" align="center">No</td> |
|
|
<td valign="top" align="center">No</td> |
|
|
</tr> |
|
|
</tr> |
|
|
</table> |
|
|
</table> |
|
@@ -996,7 +996,7 @@ P4Resolve does not use a change list number (it takes it from the files it is wo |
|
|
</tr> |
|
|
</tr> |
|
|
<tr> |
|
|
<tr> |
|
|
<td valign="top">Jan 2004</td> |
|
|
<td valign="top">Jan 2004</td> |
|
|
<td valign="top">ant 1.6.1</td> |
|
|
|
|
|
|
|
|
<td valign="top">Ant 1.6.1</td> |
|
|
<td valign="top"> |
|
|
<td valign="top"> |
|
|
Changed p4submit, needsresolveproperty and changeproperty added</td> |
|
|
Changed p4submit, needsresolveproperty and changeproperty added</td> |
|
|
</tr> |
|
|
</tr> |
|
|