holtdl 02/03/28 15:11:08
Modified: . WHATSNEW
docs/manual/OptionalTasks perforce.html
Log:
Rats! -- forgot to doc it. (See: P4Base.java, rev 1.12)
Revision Changes Path
1.237 +2 -0 jakarta-ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- WHATSNEW 28 Mar 2002 22:56:48 -0000 1.236
+++ WHATSNEW 28 Mar 2002 23:11:08 -0000 1.237
@@ -249,6 +249,8 @@
* <patternset> now supports nested patternsets.
+* Perforce tasks now support a "failonerror" attribute (defaults to "true").
+
Changes from Ant 1.4 to Ant 1.4.1
===========================================
1.12 +20 -0 jakarta-ant/docs/manual/OptionalTasks/perforce.html
Index: perforce.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/perforce.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perforce.html 3 Feb 2002 22:09:09 -0000 1.11
+++ perforce.html 28 Mar 2002 23:11:08 -0000 1.12
@@ -125,6 +125,26 @@
<p>
Your local installation of Perforce may require other settings (e.g.
P4PASSWD, P4CONFIG). At the moment, these can only be set outside of Ant, as
environment variables.
</p>
+<p>
+Additionally, you may also specify the following attributes:
+</p>
+<p>
+<table border="1" cellpadding="2" cellspacing="0">
+<tr>
+ <td valign="top"><b>Attribute</b></td>
+ <td valign="top"><b>Description</b></td>
+ <td align="center" valign="top"><b>Required</b></td>
+</tr>
+<tr>
+ <td valign="top">failonerror</td>
+ <td valign="top">Specifies whether to stop the build
+ (<code>true</code>|<code>yes</code>|<code>on</code>)
+ or keep going (<code>false</code>|<code>no</code>|<code>off</code>)
+ if an error is returned from the p4 command.</td>
+ <td valign="top">No; defaults to true.</td>
+ </tr>
+</table>
+</p>
<h3>Examples</h3>
<p>Setting in the environment:-</p>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>