blob: 6da96e9daa16920451dec0c2eca91c2158a9533e [file] [log] [blame]
Marc R. Hoffmann62bc6fe2010-10-28 11:20:43 +00001<?xml version="1.0" encoding="ISO-8859-1" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
4<head>
5 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
6 <link rel="stylesheet" href=".resources/doc.css" charset="ISO-8859-1" type="text/css" />
7 <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />
8 <title>JaCoCo - Integration Matrix</title>
9</head>
10<body>
11
12<div class="breadcrumb">
13 <a href="../index.html" class="el_report">JaCoCo</a> &gt;
14 <a href="index.html" class="el_group">Documentation</a> &gt;
15 <span class="el_source">Integration Matrix</span>
16</div>
17<div id="content">
18
19<h1>Integration Matrix</h1>
20
21<p>
22 Currently JaCoCo is integrated with the following tools and technologies:
23</p>
24
25<table class="coverage">
26 <thead>
27 <tr>
28 <td>Integration</td>
29 <td>Status</td>
30 <td>Provider</td>
31 <td>Remarks</td>
32 </tr>
33 </thead>
34 <tbody>
35 <tr>
36 <td>Java API</td>
37 <td>done</td>
38 <td>JaCoCo</td>
39 <td><a href="api/index.html">JavaDoc</a> available, not yet stable.</td>
40 </tr>
41 <tr>
42 <td>Command Line</td>
43 <td>partially</td>
44 <td>JaCoCo</td>
45 <td>Execution data recording via <a href="agent.html">Agent parameter</a>
46 possible.</td>
47 </tr>
48 <tr>
49 <td>Apache Ant</td>
50 <td>done</td>
51 <td>JaCoCo</td>
52 <td>Fully supported, see <a href="ant.html">documentation</a>.</td>
53 </tr>
54 <tr>
55 <td>Eclipse</td>
56 <td>planned</td>
57 <td>EclEmma</td>
58 <td>Future versions of <a href="http://www.eclemma.org/">EclEmma</a> will
59 be based on JaCoCo.</td>
60 </tr>
61 <tr>
62 <td>Apache Maven</td>
63 <td>planned</td>
64 <td>JaCoCo/Others</td>
65 <td>JaCoCo itself should be published to a Maven repository.</td>
66 </tr>
67 <tr>
68 <td>Sonar</td>
69 <td>done</td>
Marc R. Hoffmann1d2e1232011-05-07 09:26:01 +000070 <td>SonarSource SA</td>
71 <td>See <a href="http://docs.codehaus.org/display/SONAR/JaCoCo+Plugin">JaCoCo plug-in</a>.</td>
72 </tr>
73 <tr>
74 <td>GUIDancer</td>
75 <td>done</td>
76 <td>BREDEX GmbH</td>
77 <td>See <a href="http://www.bredex.de/en/guidancer/first.html">GUIDancer product page</a>.</td>
Marc R. Hoffmann62bc6fe2010-10-28 11:20:43 +000078 </tr>
79 </tbody>
80</table>
81
82</div>
83<div class="footer">
84 <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>
85 <a href="license.html">Copyright</a> &copy; @copyright.years@ Mountainminds GmbH &amp; Co. KG and Contributors
86</div>
87
88</body>
89</html>