aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot/doc/mission.html
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2009-07-30 11:46:53 +0000
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2009-07-30 11:46:53 +0000
commit15888492bec263e91f974f270d00e1752194e090 (patch)
treea8bfba04c2f3dc16669c5301148738714f3820c1 /org.jacoco.doc/docroot/doc/mission.html
parentf4b7bb22737fce1ffb800492db308670bb5ae978 (diff)
downloadjacoco-15888492bec263e91f974f270d00e1752194e090.tar.gz
Report style for documentation.
Diffstat (limited to 'org.jacoco.doc/docroot/doc/mission.html')
-rw-r--r--org.jacoco.doc/docroot/doc/mission.html52
1 files changed, 52 insertions, 0 deletions
diff --git a/org.jacoco.doc/docroot/doc/mission.html b/org.jacoco.doc/docroot/doc/mission.html
new file mode 100644
index 00000000..a490c235
--- /dev/null
+++ b/org.jacoco.doc/docroot/doc/mission.html
@@ -0,0 +1,52 @@
+<?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=".resources/doc.css" charset="ISO-8859-1" type="text/css" />
+ <title>JaCoCo - Mission</title>
+</head>
+<body>
+
+<div class="breadcrumb">
+ <a href="../index.html" class="el_session">JaCoCo</a> &gt;
+ <span class="el_source">Mission</span>
+</div>
+
+<h1>Mission</h1>
+
+<p class="intro">
+ JaCoCo should become the standard tool for instrumentation based code coverage
+ in Java VM based environments. The focus is providing a lightweight, flexible
+ and well documented library for integration with various build and development
+ tools.
+</p>
+
+<p>
+ There are several open source coverage technologies for Java. While
+ implementing the Eclipse plug-in <a href="http://www.eclemma.org/">EclEmma</a>
+ the observation was that none of them are really designed for integration.
+ Most of them are build for a particular tool (Ant tasks, command line, IDE
+ plug-in) and do not offer a documented API that allows embedding in different
+ contexts. One of the best and widely used available open source tools is
+ <a href="http://emma.sourceforge.net/">EMMA</a>. While EclEmma is based on it
+ the EMMA library is not actively maintained any more by the original author.
+ Due to the lack of regression tests maintenance and feature additions will
+ become very difficult.
+</p>
+
+<p>
+ JaCoCo should become the standard tool for instrumentation based code coverage
+ in Java VM based environments. The focus is providing a lightweight, flexible
+ and well documented library for integration with various build and development
+ tools. Ant tasks are provided as reference usage scenarios. Other tools like a
+ ready to use Eclipse plug-in (future version of EclEmma) might follow.
+</p>
+
+<div class="footer">
+ <div style="float:right">@VERSION@</div>
+ <a href="license.html">Copyright</a> &copy; 2009 Mountainminds GmbH &amp; Co. KG and Contributors
+</div>
+
+</body>
+</html> \ No newline at end of file