blob: cfc8eb65f666a1e5ccd5f9b6308b7260f82f7a9e [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
Marc R. Hoffmann0c25a7e2009-10-13 17:56:00 +000034<h3>JRE/JDK</h3>
35
36<p>
37 The minimum JRE version to execute JaCoCo is Java 1.5. However to guarantee
38 compatibility the JaCoCo build scripts enforce the use of a 1.5 JDK (no
39 higher version).
40</p>
41
Marc R. Hoffmann45ff60e2009-10-09 09:28:30 +000042<h3>Third Party Dependencies</h3>
43
44<p>
45 JaCoCo has dependencies to the following third party bundles. These bundles
46 are not part of the JaCoCo source tree and need to be part of your target
47 platform.
48</p>
49
50<ul>
51 <li>Apache Ant 1.7.x - part of the Eclipse distribution</li>
52 <li>JUnit 4 - part of the Eclipse distribution</li>
53 <li>Objectweb ASM 3.1.x - install from update site <code>http://download.forge.objectweb.org/eclipse-update/</code></li>
54</ul>
55
56<h3>Source Control</h3>
57
58<p>
59 The JaCoCo source code is maintained in a subversion repository at
Marc R. Hoffmann5daa8262009-10-13 19:35:45 +000060</p>
Marc R. Hoffmann45ff60e2009-10-09 09:28:30 +000061
62<pre>
63 https://eclemma.svn.sourceforge.net/svnroot/eclemma/jacoco
64</pre>
65
66<p>
67 You will find the latest version as several Eclipse projects in the
68 <code>trunk</code> folder. You might also browse the source code online via our
69 <a href="http://eclemma.svn.sourceforge.net/viewvc/eclemma/jacoco/">ViewVC</a>
70 or <a href="https://sourceforge.net/apps/trac/eclemma/browser/jacoco">Trac</a>
71 web interface.
72</p>
73
74<h3>Planning</h3>
75
76<p>
77 A <a href="https://sourceforge.net/apps/trac/eclemma">Trac Instance</a> is
78 used for milestone planning and task tracking.
79</p>
80
81<h3>Communication</h3>
82
83<p>
84 The development team communicates through a mailing list. The list is closed
85 for non-developers but the archive is
86 <a href="https://sourceforge.net/mailarchive/forum.php?forum_name=eclemma-jacoco-dev">public</a>.
87 Please use the <a href="support.html">support channels</a> to get in touch
88 with the development team.
89</p>
90
91<div class="footer">
92 <div class="versioninfo"><a href="@HOMEURL@">JaCoCo</a> @VERSION@</div>
93 <a href="license.html">Copyright</a> &copy; 2009 Mountainminds GmbH &amp; Co. KG and Contributors
94</div>
95
96</body>
97</html>