diff --git a/docs/external.html b/docs/external.html index 89e1ae1f8..67471af4d 100644 --- a/docs/external.html +++ b/docs/external.html @@ -167,7 +167,7 @@ External Tools and Tasks -

This page lists external resources for Apache Ant: tasks, Compiler Implementations, +

This page lists external resources for Apache Ant: Tasks, Compiler Implementations, IDE integration tools, loggers, you name it. If you've written something that should be included, please post all relevant @@ -779,6 +779,51 @@ valign="top" align="left"> Apache Software Foundation License + + +

+ + FMPP +

+

FMPP is a general-purpose text file preprocessor tool that + uses FreeMarker templates. It is particularly designed for + HTML preprocessor, for the generation of complete (static) + homepages: directory structure that contains HTML-s, image + files, etc. But of course it can be used to generate source + code or whatever text files. FMPP is extendable with Java + classes to pull data from any data sources (XML file, + database, etc.) and embed the data into the generated + files.

+ + + + + + + + + + + +
+ Compatibility: + + Ant 1.5.1 +
+ URL: + + http://fmpp.sourceforge.net/ +
+ License: + + BSD License +

@@ -879,6 +924,58 @@ valign="top" align="left"> Apache Software License + + +

+ + GroboUtils CodeCoverage +

+

The CodeCoverage sub-project of GroboUtils provides a 100% + pure Java code coverage tool. It uses pre-execution class file + recompilation, and generates XML files containing the coverage + statistics. It does not require any advanced VM setup to generate + coverage numbers. +

+ + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.5.1 +
+ URL: + + http://groboutils.sourceforge.net/codecoverage/ +
+ Contact: + + project mailing lists +
+ License: + + MIT License +

diff --git a/xdocs/external.xml b/xdocs/external.xml index be1aebc9a..deed97a98 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -11,7 +11,7 @@

This page lists external resources for Apache Ant: tasks, Tasks, Compiler Implementations, IDE integration tools, loggers, you name it. If you've written @@ -351,6 +351,33 @@ + +

FMPP is a general-purpose text file preprocessor tool that + uses FreeMarker templates. It is particularly designed for + HTML preprocessor, for the generation of complete (static) + homepages: directory structure that contains HTML-s, image + files, etc. But of course it can be used to generate source + code or whatever text files. FMPP is extendable with Java + classes to pull data from any data sources (XML file, + database, etc.) and embed the data into the generated + files.

+ + + + + + + + + + + + + + +
Compatibility:Ant 1.5.1
URL:http://fmpp.sourceforge.net/
License:BSD License
+ +

Builds a JAR file based on class dependencies rather than simply the contents of a directory

@@ -404,6 +431,35 @@
+ + +

The CodeCoverage sub-project of GroboUtils provides a 100% + pure Java code coverage tool. It uses pre-execution class file + recompilation, and generates XML files containing the coverage + statistics. It does not require any advanced VM setup to generate + coverage numbers. +

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.5.1
URL:http://groboutils.sourceforge.net/codecoverage/
Contact:project mailing lists
License:MIT License
+
+

idldepend is a task that (re)generates Java sources to be created from CORBA/IDL files.