aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2014-02-22 10:26:53 +0100
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2014-02-22 10:28:03 +0100
commit39d48afe724b0ee0f7d5dcfb5ceb43bb353915c0 (patch)
treef80cfeb39712fdcf0898af1ae041892c4f3b3baf /org.jacoco.doc/docroot
parent9cd6a08f4754e3030643b3ccf4382b1d59c90c2a (diff)
downloadjacoco-39d48afe724b0ee0f7d5dcfb5ceb43bb353915c0.tar.gz
GitHub #186: Remove signatures from JAR files.
Diffstat (limited to 'org.jacoco.doc/docroot')
-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>