Browse Source

new tasks and project: emma, refactorit + jam

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276479 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
7e3706411c
4 changed files with 237 additions and 0 deletions
  1. +102
    -0
      docs/external.html
  2. +52
    -0
      docs/projects.html
  3. +54
    -0
      xdocs/external.xml
  4. +29
    -0
      xdocs/projects.xml

+ 102
- 0
docs/external.html View File

@@ -1159,6 +1159,57 @@
valign="top" align="left"> valign="top" align="left">
Apache Software Foundation License Apache Software Foundation License
</td> </td>
</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:emma-users@lists.sourceforge.net">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> </tr>
</table> </table>
<h4 class="subsection"> <h4 class="subsection">
@@ -3384,6 +3435,57 @@
valign="top" align="left"> valign="top" align="left">
LGPL LGPL
</td> </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:support@refactorit.com">support@refactorit.com</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> </tr>
</table> </table>
<h4 class="subsection"> <h4 class="subsection">


+ 52
- 0
docs/projects.html View File

@@ -595,6 +595,58 @@
valign="top" align="left"> valign="top" align="left">
LGPL. LGPL.
</td> </td>
</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> </tr>
</table> </table>
<h4 class="subsection"> <h4 class="subsection">


+ 54
- 0
xdocs/external.xml View File

@@ -572,6 +572,33 @@
</table> </table>
</subsection> </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:emma-users@lists.sourceforge.net">Mailinglist</a></td>
</tr>
<tr>
<th>License:</th>
<td>Common Public License 1.0</td>
</tr>
</table>
</subsection>

<subsection name="FMPP"> <subsection name="FMPP">
<p>FMPP is a general-purpose text file preprocessor tool that <p>FMPP is a general-purpose text file preprocessor tool that
uses FreeMarker templates. It is particularly designed for uses FreeMarker templates. It is particularly designed for
@@ -1826,6 +1853,33 @@
</table> </table>
</subsection> </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:support@refactorit.com">support@refactorit.com</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>

<subsection name="Reflectant Task"> <subsection name="Reflectant Task">


<p>This is a task for reflection invocation from within ant build file.</p> <p>This is a task for reflection invocation from within ant build file.</p>


+ 29
- 0
xdocs/projects.xml View File

@@ -267,6 +267,35 @@
</table> </table>
</subsection> </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"> <subsection name="Krysalis Centipede">
<p>The Centipede admin told us, that that project <p>The Centipede admin told us, that that project
"is no more" and that "Antworks has taken it place." "is no more" and that "Antworks has taken it place."


Loading…
Cancel
Save