blob: 4dfc7be160fbada867c5c80806c8a44bfacc6c40 [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" href="doc/.resources/doc.css" charset="ISO-8859-1" type="text/css" />
<title>JaCoCo - Java Code Coverage Library</title>
</head>
<body>
<div class="breadcrumb">
<span class="el_session">JaCoCo</span>
</div>
<div id="content">
<h1>JaCoCo - Java Code Coverage Library</h1>
<p>
JaCoCo is a free Java code coverage library distributed under the
<a href="doc/license.html">Eclipse Public License</a>. Check
<a href="@jacoco.home.url@">@jacoco.home.url@</a> for updates and feedback.
</p>
<p>
This is the distribution of version @qualified.bundle.version@ created on @build.date@.
</p>
<h2>Implementation Status</h2>
<p>
This first official release of JaCoCo is a fully functional prototype to
verify the basic concepts and implementation strategies. It already produces
<a href="coverage/index.html">neat coverage reports</a> and has been
successfully tested with huge Eclipse RCP applications and web projects.
</p>
<p class="hint">
Due to the prototype status future versions will come with additional or
modified features and may show different behavior in various situations. The
Java API is certainly not frozen yet.
</p>
<h2>Contents</h2>
<ul>
<li><a href="doc/index.html">Documentation</a></li>
<li><a href="test/index.html">JUnit Test Results</a></li>
<li><a href="test/performance.txt">Performance Test Results</a></li>
<li><a href="coverage/index.html">Code Coverage Report</a>
(<a href="coverage/coverage.csv">CSV</a>,
<a href="coverage/coverage.xml">XML</a>)</li>
<li><a href="doc/changes.html">Change History</a></li>
<li><a href="doc/license.html">License</a></li>
</ul>
<p>
The JaCoCo distribution contains the following libraries in the
<code>./lib</code> folder:
</p>
<table class="coverage">
<thead>
<tr>
<td>File</td>
<td>OSGi Bundle</td>
<td>Description</td>
<td>Dependencies</td>
</tr>
</thead>
<tbody>
<tr>
<td>jacocoagent.jar</td>
<td>no</td>
<td>Java agent for execution data recording</td>
<td>None, all dependencies included</td>
</tr>
<tr>
<td>jacocoant.jar</td>
<td>no</td>
<td>JaCoCo Ant tasks</td>
<td>Ant 1.7.x, all other dependencies included</td>
</tr>
<tr>
<td>org.jacoco.agent_@qualified.bundle.version@.jar</td>
<td>yes</td>
<td>JaCoCo agent</td>
<td>None</td>
</tr>
<tr>
<td>org.jacoco.core_@qualified.bundle.version@.jar</td>
<td>yes</td>
<td>JaCoCo core</td>
<td>ASM 3.x</td>
</tr>
<tr>
<td>org.jacoco.report_@qualified.bundle.version@.jar</td>
<td>yes</td>
<td>JaCoCo reporting</td>
<td>org.jacoco.core, ASM 3.x</td>
</tr>
<tr>
<td>org.jacoco.ant_@qualified.bundle.version@.jar</td>
<td>yes</td>
<td>JaCoCo Ant integration</td>
<td>org.jacoco.core, org.jacoco.agent, org.jacoco.report, ASM 3.x, Ant 1.7.x</td>
</tr>
</tbody>
</table>
</div>
<div class="footer">
<div class="versioninfo"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</div>
<a href="doc/license.html">Copyright</a> &copy; @copyright.years@ Mountainminds GmbH &amp; Co. KG and Contributors
</div>
</body>
</html>