From 2db614f7f8008cda0944c95dbbdb4f6aa48d9b63 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 22 Jul 2002 12:56:08 +0000 Subject: [PATCH] Add pointer to jMetra. Submitted by: Todd Newton git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273148 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 82 ++++++++++++++++++++++++++++++++++++++++++++++ xdocs/external.xml | 38 +++++++++++++++++++++ 2 files changed, 120 insertions(+) diff --git a/docs/external.html b/docs/external.html index 627ce7027..ccbcffd58 100644 --- a/docs/external.html +++ b/docs/external.html @@ -1268,6 +1268,88 @@ + + + +
+ + jMetra + +
+
+

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.

+

It works from the command line or using several provided + Ant tasks.

+ + + + + + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant 1.4 and higher + +
+ + URL: + + + + + http://www.jmetra.com/ + + +
+ + Contact: + + + + + R Todd Newton + + + +
+ + License: + + + + Commercial, free licenses for open source projects and + evaluations. + +
+
+
diff --git a/xdocs/external.xml b/xdocs/external.xml index b5f5a216f..14f0af2e7 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -443,6 +443,44 @@
+ + +

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.

+ +

It works from the command line or using several provided + Ant tasks.

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.4 and higher
URL: + http://www.jmetra.com/ +
Contact: + R Todd Newton + +
License:Commercial, free licenses for open source projects and + evaluations.
+
+

PMD checks Java source code for unused variables,