bodewig 2002/07/22 05:56:08
Modified: docs external.html
xdocs external.xml
Log:
Add pointer to jMetra.
Submitted by: Todd Newton <[EMAIL PROTECTED]>
Revision Changes Path
1.55 +82 -0 jakarta-ant/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/external.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- external.html 28 Jun 2002 06:47:31 -0000 1.54
+++ external.html 22 Jul 2002 12:56:08 -0000 1.55
@@ -1272,6 +1272,88 @@
<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">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
<a name="PMD"><strong>PMD</strong></a>
</font>
</td></tr>
1.42 +38 -0 jakarta-ant/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/external.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- external.xml 28 Jun 2002 06:47:31 -0000 1.41
+++ external.xml 22 Jul 2002 12:56:08 -0000 1.42
@@ -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,
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>