bodewig 2002/07/22 05:55:25
Modified: docs Tag: ANT_15_BRANCH external.html
xdocs Tag: ANT_15_BRANCH external.xml
Log:
Add pointer to jMetra.
Submitted by: Todd Newton <[EMAIL PROTECTED]>
Revision Changes Path
No revision
No revision
1.48.2.7 +82 -0 jakarta-ant/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/external.html,v
retrieving revision 1.48.2.6
retrieving revision 1.48.2.7
diff -u -r1.48.2.6 -r1.48.2.7
--- external.html 28 Jun 2002 06:50:20 -0000 1.48.2.6
+++ external.html 22 Jul 2002 12:55:25 -0000 1.48.2.7
@@ -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>
No revision
No revision
1.35.2.8 +38 -0 jakarta-ant/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/external.xml,v
retrieving revision 1.35.2.7
retrieving revision 1.35.2.8
diff -u -r1.35.2.7 -r1.35.2.8
--- external.xml 28 Jun 2002 06:50:21 -0000 1.35.2.7
+++ external.xml 22 Jul 2002 12:55:25 -0000 1.35.2.8
@@ -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]>