aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc
diff options
context:
space:
mode:
Diffstat (limited to 'org.jacoco.doc')
-rw-r--r--org.jacoco.doc/docroot/doc/ant.html7
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html2
2 files changed, 9 insertions, 0 deletions
diff --git a/org.jacoco.doc/docroot/doc/ant.html b/org.jacoco.doc/docroot/doc/ant.html
index 553c53e7..7400b7d5 100644
--- a/org.jacoco.doc/docroot/doc/ant.html
+++ b/org.jacoco.doc/docroot/doc/ant.html
@@ -892,6 +892,13 @@
<td>Directory location to write the instrumented files to.</td>
<td><i>none (required)</i></td>
</tr>
+ <tr>
+ <td><code>removesignatures</code></td>
+ <td>If set to <code>true</code> all signature related information is
+ stripped from JARs. This is typically necessary as instrumentation
+ breaks the signatures of the original class files.</td>
+ <td><code>true</code></td>
+ </tr>
</tbody>
</table>
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 8873cd97..715057a2 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -24,6 +24,8 @@
<ul>
<li>Warnings are logged during report generation if different versions of
classes are used than at runtime (GitHub <a href="https://github.com/jacoco/jacoco/issues/185">#185</a>).</li>
+ <li>Signatures are removed from instrumented JAR files
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/186">#186</a>).</li>
</ul>
<h3>Fixed Bugs</h3>