|
@@ -88,7 +88,7 @@ JVM. |
|
|
<tr> |
|
|
<tr> |
|
|
<td valign="top">failonerror</td> |
|
|
<td valign="top">failonerror</td> |
|
|
<td valign="top">Stop the buildprocess if the command exits with a |
|
|
<td valign="top">Stop the buildprocess if the command exits with a |
|
|
returncode other than 0. Default is "false"(see <a href="#failonerror">note</a>)</td> |
|
|
|
|
|
|
|
|
returncode other than 0. Default is "false"<!--(see <a href="#failonerror">note)--></a></td> |
|
|
<td align="center" valign="top">No</td> |
|
|
<td align="center" valign="top">No</td> |
|
|
</tr> |
|
|
</tr> |
|
|
<tr> |
|
|
<tr> |
|
@@ -220,12 +220,13 @@ see <a href="../CoreTypes/permissions.html">permissions</a></p> |
|
|
<p>When the permission RuntimePermission exitVM has not been granted (or has |
|
|
<p>When the permission RuntimePermission exitVM has not been granted (or has |
|
|
been revoked) the System.exit() call will be intercepted |
|
|
been revoked) the System.exit() call will be intercepted |
|
|
and treated like indicated in <i>failonerror</i>.</p> |
|
|
and treated like indicated in <i>failonerror</i>.</p> |
|
|
|
|
|
<!-- |
|
|
<p><a name="failonerror"/> |
|
|
<p><a name="failonerror"/> |
|
|
If you specify <code>failonerror="true"</code> and you do not specify permissions, |
|
|
If you specify <code>failonerror="true"</code> and you do not specify permissions, |
|
|
a set of default permissions will be added to your java invocation making sure that |
|
|
a set of default permissions will be added to your java invocation making sure that |
|
|
a non zero return code will lead to a <code>BuildException</code>. |
|
|
a non zero return code will lead to a <code>BuildException</code>. |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
|
|
|
|
--> |
|
|
<p>Settings will be ignored if fork is enabled.</p> |
|
|
<p>Settings will be ignored if fork is enabled.</p> |
|
|
|
|
|
|
|
|
<p><em>since Ant 1.6</em>.</p> |
|
|
<p><em>since Ant 1.6</em>.</p> |
|
|