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 @@ </table> </subsection> + <subsection name="EMMA"> + <p>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.</p> + + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>Ant 1.6</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://emma.sourceforge.net/">http://emma.sourceforge.net/</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="mailto:[EMAIL PROTECTED]">Mailinglist</a></td> + </tr> + <tr> + <th>License:</th> + <td>Common Public License 1.0</td> + </tr> + </table> + </subsection> + <subsection name="FMPP"> <p>FMPP is a general-purpose text file preprocessor tool that uses FreeMarker templates. It is particularly designed for @@ -1822,6 +1849,33 @@ <tr> <th>License:</th> <td>LGPL</td> + </tr> + </table> + </subsection> + + <subsection name="RefactorIT"> + + <p>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.</p> + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>Ant 1.5 and later</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://www.refactorit.com/">http://www.refactorit.com/</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a></td> + </tr> + <tr> + <th>License:</th> + <td>Commercial. (Free for accredited open source products, see + <a href="http://www.refactorit.com/osc">http://www.refactorit.com/osc</a>.)</td> </tr> </table> </subsection> 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 @@ </table> </subsection> + <subsection name="JAM - JavaGen Ant Modules"> + + <p>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.</p> + + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>Ant 1.6</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://www.javagen.com/jam.jsp">http://www.javagen.com/jam.jsp</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="http://www.javagen.com/feedback.do">Feedback</a> <br/> + <a href="http://www.javagen.com/bugs.do">Bug Reports</a> + </td> + </tr> + <tr> + <th>License:</th> + <td>GPL</td> + </tr> + </table> + </subsection> + <subsection name="Krysalis Centipede"> <p>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 @@ </tr> </table> <h4 class="subsection"> + <a name="EMMA"></a> + EMMA + </h4> + <p>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.</p> + <table class="externals" cellspacing="1" cellpadding="4"> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Compatibility: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Ant 1.6 + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + URL: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="http://emma.sourceforge.net/">http://emma.sourceforge.net/</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Contact: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="mailto:[EMAIL PROTECTED]">Mailinglist</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Common Public License 1.0 + </td> + </tr> + </table> + <h4 class="subsection"> <a name="FMPP"></a> FMPP </h4> @@ -3383,6 +3434,57 @@ <td colspan="1" rowspan="1" valign="top" align="left"> LGPL + </td> + </tr> + </table> + <h4 class="subsection"> + <a name="RefactorIT"></a> + RefactorIT + </h4> + <p>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.</p> + <table class="externals" cellspacing="1" cellpadding="4"> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Compatibility: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Ant 1.5 and later + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + URL: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="http://www.refactorit.com/">http://www.refactorit.com/</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Contact: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Commercial. (Free for accredited open source products, see + <a href="http://www.refactorit.com/osc">http://www.refactorit.com/osc</a>.) </td> </tr> </table> 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 @@ </tr> </table> <h4 class="subsection"> + <a name="JAM - JavaGen Ant Modules"></a> + JAM - JavaGen Ant Modules + </h4> + <p>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.</p> + <table class="externals" cellspacing="1" cellpadding="4"> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Compatibility: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Ant 1.6 + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + URL: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="http://www.javagen.com/jam.jsp">http://www.javagen.com/jam.jsp</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Contact: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="http://www.javagen.com/feedback.do">Feedback</a> <br /> + <a href="http://www.javagen.com/bugs.do">Bug Reports</a> + + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + GPL + </td> + </tr> + </table> + <h4 class="subsection"> <a name="Krysalis Centipede"></a> Krysalis Centipede </h4>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]