blob: 7e25f513c97f1027f627dc9e849fac406ed60684 [file] [log] [blame]
Marc R. Hoffmann45ff60e2009-10-09 09:28:30 +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 <title>JaCoCo - Development Environment</title>
8</head>
9<body>
10
11<div class="breadcrumb">
12 <a href="../index.html" class="el_session">JaCoCo</a> &gt;
13 <a href="index.html" class="el_group">Documentation</a> &gt;
14 <span class="el_source">Development Environment</span>
15</div>
16
17<h1>Development Environment</h1>
18
19<p>
20 With this version JaCoCo is hosted at
21 <a href="http://www.sourceforge.net/">SourceForge</a> as part of the
22 <a href="http://www.sourceforge.net/projects/eclemma">EclEmma project</a>.
23 This document provides an overview of the local and shared tools used for
24 JaCoCo development.
25</p>
26
27<h3>IDE</h3>
28
29<p>
30 JaCoCo development is done with the latest Eclipse version 3.5.x. JaCoCo
31 projects are OSGi bundles, therefore the PDE feature is required.
32</p>
33
34<h3>Third Party Dependencies</h3>
35
36<p>
37 JaCoCo has dependencies to the following third party bundles. These bundles
38 are not part of the JaCoCo source tree and need to be part of your target
39 platform.
40</p>
41
42<ul>
43 <li>Apache Ant 1.7.x - part of the Eclipse distribution</li>
44 <li>JUnit 4 - part of the Eclipse distribution</li>
45 <li>Objectweb ASM 3.1.x - install from update site <code>http://download.forge.objectweb.org/eclipse-update/</code></li>
46</ul>
47
48<h3>Source Control</h3>
49
50<p>
51 The JaCoCo source code is maintained in a subversion repository at
52<p>
53
54<pre>
55 https://eclemma.svn.sourceforge.net/svnroot/eclemma/jacoco
56</pre>
57
58<p>
59 You will find the latest version as several Eclipse projects in the
60 <code>trunk</code> folder. You might also browse the source code online via our
61 <a href="http://eclemma.svn.sourceforge.net/viewvc/eclemma/jacoco/">ViewVC</a>
62 or <a href="https://sourceforge.net/apps/trac/eclemma/browser/jacoco">Trac</a>
63 web interface.
64</p>
65
66<h3>Planning</h3>
67
68<p>
69 A <a href="https://sourceforge.net/apps/trac/eclemma">Trac Instance</a> is
70 used for milestone planning and task tracking.
71</p>
72
73<h3>Communication</h3>
74
75<p>
76 The development team communicates through a mailing list. The list is closed
77 for non-developers but the archive is
78 <a href="https://sourceforge.net/mailarchive/forum.php?forum_name=eclemma-jacoco-dev">public</a>.
79 Please use the <a href="support.html">support channels</a> to get in touch
80 with the development team.
81</p>
82
83<div class="footer">
84 <div class="versioninfo"><a href="@HOMEURL@">JaCoCo</a> @VERSION@</div>
85 <a href="license.html">Copyright</a> &copy; 2009 Mountainminds GmbH &amp; Co. KG and Contributors
86</div>
87
88</body>
89</html>