From dev-return-57991-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Tue May 25 10:23:19 2004 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 89159 invoked from network); 25 May 2004 10:23:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 May 2004 10:23:19 -0000 Received: (qmail 59671 invoked by uid 500); 25 May 2004 10:23:58 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 59474 invoked by uid 500); 25 May 2004 10:23:55 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 59334 invoked by uid 500); 25 May 2004 10:23:53 -0000 Received: (qmail 59238 invoked by uid 98); 25 May 2004 10:23:52 -0000 Received: from jhm@apache.org by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(209.237.227.194):. Processed in 0.089269 secs); 25 May 2004 10:23:52 -0000 X-Qmail-Scanner-Mail-From: jhm@apache.org via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(209.237.227.194):. Processed in 0.089269 secs) Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by hermes.apache.org with SMTP; 25 May 2004 10:23:52 -0000 Received: (qmail 89034 invoked by uid 1694); 25 May 2004 10:23:04 -0000 Date: 25 May 2004 10:23:04 -0000 Message-ID: <20040525102304.89033.qmail@minotaur.apache.org> From: jhm@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs external.html projects.html X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jhm 2004/05/25 03:23:04 Modified: xdocs external.xml projects.xml docs external.html projects.html Log: new tasks and project: emma, refactorit + jam Revision Changes Path 1.127 +54 -0 ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/ant/xdocs/external.xml,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- external.xml 25 May 2004 06:30:19 -0000 1.126 +++ external.xml 25 May 2004 10:23:01 -0000 1.127 @@ -572,6 +572,33 @@ + +

EMMA is an open-source toolkit for measuring and reporting + Java code coverage. EMMA distinguishes itself from other tools + by going after a unique feature combination: support large-scale + enterprise software development while keeping individual developers + work fast and iterative at the same time.

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.6
URL:http://emma.sourceforge.net/
Contact:Mailinglist
License:Common Public License 1.0
+
+

FMPP is a general-purpose text file preprocessor tool that uses FreeMarker templates. It is particularly designed for @@ -1822,6 +1849,33 @@ License: LGPL + + + + + + +

RefactorIT includes an Ant task for metrics and audits. + RefactorIT is a Java refactoring, audit and metrics tool. + It plugs into major Java IDEs, also runs stand-alone with + a GUI and a command line interface.

+ + + + + + + + + + + + + + + +
Compatibility:Ant 1.5 and later
URL:http://www.refactorit.com/
Contact:support@refactorit.com
License:Commercial. (Free for accredited open source products, see + http://www.refactorit.com/osc.)
1.16 +29 -0 ant/xdocs/projects.xml Index: projects.xml =================================================================== RCS file: /home/cvs/ant/xdocs/projects.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- projects.xml 7 May 2004 12:36:35 -0000 1.15 +++ projects.xml 25 May 2004 10:23:01 -0000 1.16 @@ -267,6 +267,35 @@ + + +

JAM is a modular Ant toolkit for developing and testing Java/J2EE + applications. JAM supports EJB and Servlet/JSP development using XDoclet, + JUnit, Cactus, Maven, Castor and MDA/UML code generation on various J2EE + servers including JBoss.

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.6
URL:http://www.javagen.com/jam.jsp
Contact:Feedback
+ Bug Reports +
License:GPL
+
+

The Centipede admin told us, that that project "is no more" and that "Antworks has taken it place." 1.166 +102 -0 ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/ant/docs/external.html,v retrieving revision 1.165 retrieving revision 1.166 diff -u -r1.165 -r1.166 --- external.html 25 May 2004 06:30:19 -0000 1.165 +++ external.html 25 May 2004 10:23:02 -0000 1.166 @@ -1162,6 +1162,57 @@

+ + EMMA +

+

EMMA is an open-source toolkit for measuring and reporting + Java code coverage. EMMA distinguishes itself from other tools + by going after a unique feature combination: support large-scale + enterprise software development while keeping individual developers + work fast and iterative at the same time.

+ + + + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.6 +
+ URL: + + http://emma.sourceforge.net/ +
+ Contact: + + Mailinglist +
+ License: + + Common Public License 1.0 +
+

FMPP

@@ -3383,6 +3434,57 @@ LGPL + + + +

+ + RefactorIT +

+

RefactorIT includes an Ant task for metrics and audits. + RefactorIT is a Java refactoring, audit and metrics tool. + It plugs into major Java IDEs, also runs stand-alone with + a GUI and a command line interface.

+ + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.5 and later +
+ URL: + + http://www.refactorit.com/ +
+ Contact: + + support@refactorit.com +
+ License: + + Commercial. (Free for accredited open source products, see + http://www.refactorit.com/osc.)
1.56 +52 -0 ant/docs/projects.html Index: projects.html =================================================================== RCS file: /home/cvs/ant/docs/projects.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- projects.html 7 May 2004 12:36:35 -0000 1.55 +++ projects.html 25 May 2004 10:23:03 -0000 1.56 @@ -598,6 +598,58 @@

+ + JAM - JavaGen Ant Modules +

+

JAM is a modular Ant toolkit for developing and testing Java/J2EE + applications. JAM supports EJB and Servlet/JSP development using XDoclet, + JUnit, Cactus, Maven, Castor and MDA/UML code generation on various J2EE + servers including JBoss.

+ + + + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.6 +
+ URL: + + http://www.javagen.com/jam.jsp +
+ Contact: + + Feedback
+ Bug Reports + +
+ License: + + GPL +
+

Krysalis Centipede

--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org