Marc R. Hoffmann | 45ff60e | 2009-10-09 09:28:30 +0000 | [diff] [blame] | 1 | <?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" />
|
Marc R. Hoffmann | d7d2f75 | 2010-05-06 21:12:31 +0000 | [diff] [blame] | 7 | <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />
|
Marc R. Hoffmann | 45ff60e | 2009-10-09 09:28:30 +0000 | [diff] [blame] | 8 | <title>JaCoCo - Development Environment</title>
|
| 9 | </head>
|
| 10 | <body>
|
| 11 |
|
| 12 | <div class="breadcrumb">
|
Marc R. Hoffmann | d7d2f75 | 2010-05-06 21:12:31 +0000 | [diff] [blame] | 13 | <a href="../index.html" class="el_report">JaCoCo</a> >
|
Marc R. Hoffmann | 45ff60e | 2009-10-09 09:28:30 +0000 | [diff] [blame] | 14 | <a href="index.html" class="el_group">Documentation</a> >
|
| 15 | <span class="el_source">Development Environment</span>
|
| 16 | </div>
|
Marc R. Hoffmann | 17be269 | 2010-02-02 05:44:47 +0000 | [diff] [blame] | 17 | <div id="content">
|
Marc R. Hoffmann | 45ff60e | 2009-10-09 09:28:30 +0000 | [diff] [blame] | 18 |
|
| 19 | <h1>Development Environment</h1>
|
| 20 |
|
| 21 | <p>
|
| 22 | With this version JaCoCo is hosted at
|
| 23 | <a href="http://www.sourceforge.net/">SourceForge</a> as part of the
|
| 24 | <a href="http://www.sourceforge.net/projects/eclemma">EclEmma project</a>.
|
| 25 | This document provides an overview of the local and shared tools used for
|
| 26 | JaCoCo development.
|
| 27 | </p>
|
| 28 |
|
| 29 | <h3>IDE</h3>
|
| 30 |
|
| 31 | <p>
|
Marc R. Hoffmann | adcf143 | 2010-06-23 06:40:16 +0000 | [diff] [blame] | 32 | JaCoCo development is done with the latest Eclipse version 3.6.x. JaCoCo
|
Marc R. Hoffmann | 776ffee | 2011-03-10 18:40:10 +0000 | [diff] [blame^] | 33 | projects are OSGi bundles, therefore the PDE feature is required. Project
|
| 34 | specific Eclipse settings exist for the projects
|
| 35 | </p>
|
| 36 |
|
| 37 | <ul>
|
| 38 | <li><code>org.jacoco.core</code></li>
|
| 39 | <li><code>org.jacoco.core.test</code></li>
|
| 40 | </ul>
|
| 41 |
|
| 42 | <p>
|
| 43 | All other projects and test projects link to these settings.
|
Marc R. Hoffmann | 45ff60e | 2009-10-09 09:28:30 +0000 | [diff] [blame] | 44 | </p>
|
| 45 |
|
Marc R. Hoffmann | 0c25a7e | 2009-10-13 17:56:00 +0000 | [diff] [blame] | 46 | <h3>JRE/JDK</h3>
|
| 47 |
|
| 48 | <p>
|
| 49 | The minimum JRE version to execute JaCoCo is Java 1.5. However to guarantee
|
Marc R. Hoffmann | adcf143 | 2010-06-23 06:40:16 +0000 | [diff] [blame] | 50 | compatibility the JaCoCo build scripts enforce the use of a 1.5 JDK for the
|
| 51 | <code>deliver</code> target.
|
Marc R. Hoffmann | 0c25a7e | 2009-10-13 17:56:00 +0000 | [diff] [blame] | 52 | </p>
|
| 53 |
|
Marc R. Hoffmann | 45ff60e | 2009-10-09 09:28:30 +0000 | [diff] [blame] | 54 | <h3>Third Party Dependencies</h3>
|
| 55 |
|
| 56 | <p>
|
Marc R. Hoffmann | adcf143 | 2010-06-23 06:40:16 +0000 | [diff] [blame] | 57 | JaCoCo has dependencies to the following third party bundles:
|
Marc R. Hoffmann | 45ff60e | 2009-10-09 09:28:30 +0000 | [diff] [blame] | 58 | </p>
|
| 59 |
|
| 60 | <ul>
|
Marc R. Hoffmann | adcf143 | 2010-06-23 06:40:16 +0000 | [diff] [blame] | 61 | <li>Apache Ant 1.7.x</li>
|
| 62 | <li>JUnit 4</li>
|
| 63 | <li>Objectweb ASM 3.2.x</li>
|
Marc R. Hoffmann | 45ff60e | 2009-10-09 09:28:30 +0000 | [diff] [blame] | 64 | </ul>
|
| 65 |
|
Marc R. Hoffmann | adcf143 | 2010-06-23 06:40:16 +0000 | [diff] [blame] | 66 | <p>
|
| 67 |
|
| 68 | These bundles are included with Eclipse 3.6.x and are not part of the JaCoCo
|
| 69 | source tree.
|
| 70 | </p>
|
| 71 |
|
Marc R. Hoffmann | 45ff60e | 2009-10-09 09:28:30 +0000 | [diff] [blame] | 72 | <h3>Source Control</h3>
|
| 73 |
|
| 74 | <p>
|
| 75 | The JaCoCo source code is maintained in a subversion repository at
|
Marc R. Hoffmann | 5daa826 | 2009-10-13 19:35:45 +0000 | [diff] [blame] | 76 | </p>
|
Marc R. Hoffmann | 45ff60e | 2009-10-09 09:28:30 +0000 | [diff] [blame] | 77 |
|
| 78 | <pre>
|
| 79 | https://eclemma.svn.sourceforge.net/svnroot/eclemma/jacoco
|
| 80 | </pre>
|
| 81 |
|
| 82 | <p>
|
| 83 | You will find the latest version as several Eclipse projects in the
|
| 84 | <code>trunk</code> folder. You might also browse the source code online via our
|
| 85 | <a href="http://eclemma.svn.sourceforge.net/viewvc/eclemma/jacoco/">ViewVC</a>
|
| 86 | or <a href="https://sourceforge.net/apps/trac/eclemma/browser/jacoco">Trac</a>
|
| 87 | web interface.
|
| 88 | </p>
|
| 89 |
|
| 90 | <h3>Planning</h3>
|
| 91 |
|
| 92 | <p>
|
| 93 | A <a href="https://sourceforge.net/apps/trac/eclemma">Trac Instance</a> is
|
| 94 | used for milestone planning and task tracking.
|
| 95 | </p>
|
| 96 |
|
| 97 | <h3>Communication</h3>
|
| 98 |
|
| 99 | <p>
|
| 100 | The development team communicates through a mailing list. The list is closed
|
| 101 | for non-developers but the archive is
|
| 102 | <a href="https://sourceforge.net/mailarchive/forum.php?forum_name=eclemma-jacoco-dev">public</a>.
|
| 103 | Please use the <a href="support.html">support channels</a> to get in touch
|
| 104 | with the development team.
|
| 105 | </p>
|
| 106 |
|
Marc R. Hoffmann | 17be269 | 2010-02-02 05:44:47 +0000 | [diff] [blame] | 107 | </div>
|
Marc R. Hoffmann | 45ff60e | 2009-10-09 09:28:30 +0000 | [diff] [blame] | 108 | <div class="footer">
|
Marc R. Hoffmann | b623ffb | 2010-05-06 19:48:08 +0000 | [diff] [blame] | 109 | <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>
|
Marc R. Hoffmann | df6ff96 | 2010-04-09 15:31:22 +0000 | [diff] [blame] | 110 | <a href="license.html">Copyright</a> © @copyright.years@ Mountainminds GmbH & Co. KG and Contributors
|
Marc R. Hoffmann | 45ff60e | 2009-10-09 09:28:30 +0000 | [diff] [blame] | 111 | </div>
|
| 112 |
|
| 113 | </body>
|
| 114 | </html> |