Support for configurable connection retry count to make tests more
relyable
diff --git a/org.jacoco.doc/docroot/doc/ant.html b/org.jacoco.doc/docroot/doc/ant.html
index 224ca13..553c53e 100644
--- a/org.jacoco.doc/docroot/doc/ant.html
+++ b/org.jacoco.doc/docroot/doc/ant.html
@@ -370,6 +370,13 @@
<td><code>6300</code></td>
</tr>
<tr>
+ <td><code>retryCount</code></td>
+ <td>Number of retries which the goal will attempt to establish a
+ connection. This can be used to wait until the target JVM is
+ successfully launched.</td>
+ <td><code>10</code></td>
+ </tr>
+ <tr>
<td><code>dump</code></td>
<td>Flag whether execution data should be dumped.</td>
<td><code>true</code></td>