|
|
@@ -900,6 +900,12 @@ preferred over the <i>checkout</i> command, because of speed.</p> |
|
|
|
<td valign="top">report only, don't change any files.</td> |
|
|
|
<td align="center" valign="top">No, default "false"</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">failonerror</td> |
|
|
|
<td valign="top">Stop the buildprocess if the command exits with a |
|
|
|
returncode other than 0.</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<h3>Examples</h3> |
|
|
|
<pre> <cvs cvsRoot=":pserver:anoncvs@jakarta.apache.org:/home/cvspublic" |
|
|
@@ -1067,6 +1073,12 @@ systems.</p> |
|
|
|
redirected.</td> |
|
|
|
<td align="center" valign="top">Yes</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">failonerror</td> |
|
|
|
<td valign="top">Stop the buildprocess if the command exits with a |
|
|
|
returncode other than 0.</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<h3>Examples</h3> |
|
|
|
<blockquote> |
|
|
@@ -1569,6 +1581,12 @@ the one that is currently running Ant.</p> |
|
|
|
disabled)</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">failonerror</td> |
|
|
|
<td valign="top">Stop the buildprocess if the command exits with a |
|
|
|
returncode other than 0. Only available if fork is true.</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<h3>Examples</h3> |
|
|
|
<pre> <java classname="test.Main" /></pre> |
|
|
@@ -2077,6 +2095,12 @@ instead.</p> |
|
|
|
<td align="center" valign="top">1.2</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">failonerror</td> |
|
|
|
<td valign="top">Stop the buildprocess if the command exits with a |
|
|
|
returncode other than 0.</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
|
|
|
|
<h3>Parameters specified as nested elements</h3> |
|
|
@@ -2284,6 +2308,12 @@ necessary.</p> |
|
|
|
slashes from filenames.</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td valign="top">failonerror</td> |
|
|
|
<td valign="top">Stop the buildprocess if the command exits with a |
|
|
|
returncode other than 0.</td> |
|
|
|
<td align="center" valign="top">No</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<h3>Examples</h3> |
|
|
|
<pre> <patch patchfile="module.1.0-1.1.patch" /></pre> |
|
|
|