-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
120 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
|