Skip to content

Commit

Permalink
Add pointer to jMetra.
Browse files Browse the repository at this point in the history
Submitted by:	Todd Newton <[email protected]>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273148 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bodewig committed Jul 22, 2002
1 parent f7a7da4 commit 2708529
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 0 deletions.
82 changes: 82 additions & 0 deletions docs/external.html
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,88 @@
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="jMetra"><strong>jMetra</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>jMetra is a tool for collecting code metrics across a
project lifecycle and compiling the results into
JavaDoc-styled documentation to analyze project metrics over
time. jMetra is best utilized by integrating it with your
project's scheduled build process.</p>
<p>It works from the command line or using several provided
Ant tasks.</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Compatibility:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Ant 1.4 and higher
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
URL:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">

<a href="http://www.jmetra.com/">http://www.jmetra.com/</a>

</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Contact:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">

<a href="mailto:[email protected]">R Todd Newton
</a>

</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
License:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Commercial, free licenses for open source projects and
evaluations.
</font>
</td>
</tr>
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
Expand Down
38 changes: 38 additions & 0 deletions xdocs/external.xml
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,44 @@
</table>
</subsection>

<subsection name="jMetra">

<p>jMetra is a tool for collecting code metrics across a
project lifecycle and compiling the results into
JavaDoc-styled documentation to analyze project metrics over
time. jMetra is best utilized by integrating it with your
project's scheduled build process.</p>

<p>It works from the command line or using several provided
Ant tasks.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.4 and higher</td>
</tr>
<tr>
<th>URL:</th>
<td>
<a href="http://www.jmetra.com/">http://www.jmetra.com/</a
>
</td>
</tr>
<tr>
<th>Contact:</th>
<td>
<a href="mailto:[email protected]">R Todd Newton
</a>
</td>
</tr>
<tr>
<th>License:</th>
<td>Commercial, free licenses for open source projects and
evaluations.</td>
</tr>
</table>
</subsection>

<subsection name="PMD">

<p>PMD checks Java source code for unused variables,
Expand Down

0 comments on commit 2708529

Please sign in to comment.