EclEmma
From KevinWiki
(Difference between revisions)
(New page: Category:Eclipse Plugins [http://www.eclemma.org EclEmma] is a Java code coverage tool for Eclipse. == Installation == * There are two ways to install it. === Using Update Manager =...) |
|||
Line 12: | Line 12: | ||
=== Manual Installation === | === Manual Installation === | ||
- | # Go to the [http://sourceforge.net/project/platformdownload.php?group_id=177969 EclEmma | + | # Go to the [http://sourceforge.net/project/platformdownload.php?group_id=177969 EclEmma (SourceForge) download page]. |
# Download the plug-in. | # Download the plug-in. | ||
# Make sure Eclipse is not running. | # Make sure Eclipse is not running. | ||
# Extract the file under dropins directory in the Eclipse. <div>e.g.) extract the file to the following directory. <pre>eclipse/dropins/eclemma/eclipse</pre></div> | # Extract the file under dropins directory in the Eclipse. <div>e.g.) extract the file to the following directory. <pre>eclipse/dropins/eclemma/eclipse</pre></div> | ||
# Start Eclipse. | # Start Eclipse. |
Latest revision as of 02:30, 7 April 2009
EclEmma is a Java code coverage tool for Eclipse.
Installation
- There are two ways to install it.
Using Update Manager
- Add the following URL to the Update Manager
http://update.eclemma.org
- Select the components on the added site and Install these.
Manual Installation
- Go to the EclEmma (SourceForge) download page.
- Download the plug-in.
- Make sure Eclipse is not running.
- Extract the file under dropins directory in the Eclipse. e.g.) extract the file to the following directory.
eclipse/dropins/eclemma/eclipse
- Start Eclipse.