Browse Source

Rats! -- forgot to doc it. (See: P4Base.java, rev 1.12)

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272078 13f79535-47bb-0310-9956-ffa450edef68
master
Diane Holt 23 years ago
parent
commit
56573abb5d
2 changed files with 22 additions and 0 deletions
  1. +2
    -0
      WHATSNEW
  2. +20
    -0
      docs/manual/OptionalTasks/perforce.html

+ 2
- 0
WHATSNEW View File

@@ -249,6 +249,8 @@ Other changes:

* <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
===========================================



+ 20
- 0
docs/manual/OptionalTasks/perforce.html View File

@@ -125,6 +125,26 @@ or environment variables. These are
<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>


Loading…
Cancel
Save