Browse Source

Add pointer to jMetra.

Submitted by:	Todd Newton <Todd_Newton@notes.ntrs.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273148 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
2db614f7f8
2 changed files with 120 additions and 0 deletions
  1. +82
    -0
      docs/external.html
  2. +38
    -0
      xdocs/external.xml

+ 82
- 0
docs/external.html View File

@@ -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:tnewton@hypercisioninc.com">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">


+ 38
- 0
xdocs/external.xml View File

@@ -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:tnewton@hypercisioninc.com">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,


Loading…
Cancel
Save