Browse Source

documentation for retryDelay attribute of retry task. PR 52076

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1239108 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 13 years ago
parent
commit
0e71da85e6
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      manual/Tasks/retry.html

+ 6
- 0
manual/Tasks/retry.html View File

@@ -40,6 +40,12 @@ its <em>retrycount</em> has been exceeded. If this happens a BuildException is t
<td valign="top">number of times to attempt to execute the nested task</td>
<td valign="top" align="center">Yes</td>
</tr>
<tr>
<td valign="top">retrydelay</td>
<td valign="top">number of milliseconds to wait between retry attempts
task. <em>Since Apache Ant 1.8.3</em></td>
<td valign="top" align="center">No, defaults to no delay</td>
</tr>
</table>
<p>Any valid Ant task may be embedded within the retry task.</p>



Loading…
Cancel
Save