aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot/doc/environment.html
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2009-10-09 09:28:30 +0000
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2009-10-09 09:28:30 +0000
commit45ff60e6ccf974337b81a11ddcca07aa0b989455 (patch)
tree6b6b51e95572239420da56eac4da25dc4795b1e2 /org.jacoco.doc/docroot/doc/environment.html
parent58d7621bc8447bfb714a40dc3463ab744d8c3c64 (diff)
downloadjacoco-45ff60e6ccf974337b81a11ddcca07aa0b989455.tar.gz
Documentation.
Diffstat (limited to 'org.jacoco.doc/docroot/doc/environment.html')
-rw-r--r--org.jacoco.doc/docroot/doc/environment.html89
1 files changed, 89 insertions, 0 deletions
diff --git a/org.jacoco.doc/docroot/doc/environment.html b/org.jacoco.doc/docroot/doc/environment.html
new file mode 100644
index 00000000..7e25f513
--- /dev/null
+++ b/org.jacoco.doc/docroot/doc/environment.html
@@ -0,0 +1,89 @@
+<?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 - Development Environment</title>
+</head>
+<body>
+
+<div class="breadcrumb">
+ <a href="../index.html" class="el_session">JaCoCo</a> &gt;
+ <a href="index.html" class="el_group">Documentation</a> &gt;
+ <span class="el_source">Development Environment</span>
+</div>
+
+<h1>Development Environment</h1>
+
+<p>
+ With this version JaCoCo is hosted at
+ <a href="http://www.sourceforge.net/">SourceForge</a> as part of the
+ <a href="http://www.sourceforge.net/projects/eclemma">EclEmma project</a>.
+ This document provides an overview of the local and shared tools used for
+ JaCoCo development.
+</p>
+
+<h3>IDE</h3>
+
+<p>
+ JaCoCo development is done with the latest Eclipse version 3.5.x. JaCoCo
+ projects are OSGi bundles, therefore the PDE feature is required.
+</p>
+
+<h3>Third Party Dependencies</h3>
+
+<p>
+ JaCoCo has dependencies to the following third party bundles. These bundles
+ are not part of the JaCoCo source tree and need to be part of your target
+ platform.
+</p>
+
+<ul>
+ <li>Apache Ant 1.7.x - part of the Eclipse distribution</li>
+ <li>JUnit 4 - part of the Eclipse distribution</li>
+ <li>Objectweb ASM 3.1.x - install from update site <code>http://download.forge.objectweb.org/eclipse-update/</code></li>
+</ul>
+
+<h3>Source Control</h3>
+
+<p>
+ The JaCoCo source code is maintained in a subversion repository at
+<p>
+
+<pre>
+ https://eclemma.svn.sourceforge.net/svnroot/eclemma/jacoco
+</pre>
+
+<p>
+ You will find the latest version as several Eclipse projects in the
+ <code>trunk</code> folder. You might also browse the source code online via our
+ <a href="http://eclemma.svn.sourceforge.net/viewvc/eclemma/jacoco/">ViewVC</a>
+ or <a href="https://sourceforge.net/apps/trac/eclemma/browser/jacoco">Trac</a>
+ web interface.
+</p>
+
+<h3>Planning</h3>
+
+<p>
+ A <a href="https://sourceforge.net/apps/trac/eclemma">Trac Instance</a> is
+ used for milestone planning and task tracking.
+</p>
+
+<h3>Communication</h3>
+
+<p>
+ The development team communicates through a mailing list. The list is closed
+ for non-developers but the archive is
+ <a href="https://sourceforge.net/mailarchive/forum.php?forum_name=eclemma-jacoco-dev">public</a>.
+ Please use the <a href="support.html">support channels</a> to get in touch
+ with the development team.
+</p>
+
+<div class="footer">
+ <div class="versioninfo"><a href="@HOMEURL@">JaCoCo</a> @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