diff --git a/docs/external.html b/docs/external.html index b12662492..bae98e0d4 100644 --- a/docs/external.html +++ b/docs/external.html @@ -855,15 +855,15 @@ Dependency Finder

Dependency Finder extracts dependencies and OO metrics from - Java class files produced by most Java compilers. It can compute - API differences between versions; no sources needed. It includes - Ant tasks, web, Swing, and command-line interfaces, with XSL - stylesheets for formatting output.

+ Java class files produced by most Java compilers. It can compute + API differences between versions; no sources needed. It includes + Ant tasks, web, Swing, and command-line interfaces, with XSL + stylesheets for formatting output.

You can use it to extract dependencies between packages, classes, - or even methods, or any combination thereof. You can use Perl - regular expressions to filter the information and pinpoint only - what you need. There is even a Web Application version (WAR file) - so a whole group of developers can share a common view.

+ or even methods, or any combination thereof. You can use Perl + regular expressions to filter the information and pinpoint only + what you need. There is even a Web Application version (WAR file) + so a whole group of developers can share a common view.

@@ -2670,7 +2670,7 @@ @@ -2737,6 +2737,56 @@ valign="top" align="left"> GNU GPL 2.0 + +
- http://www.kanaputs.org/ - http://www.kanaputs.org/ant.html + http://www.kanaputs.org/ + http://www.kanaputs.org/ant.html
- kfra@kanaputs.org + kfra@kanaputs.org
+

+ + mtxslt +

+

The mtxslt (Multi-XSLT) extends the standard Ant "xslt/style" task + to make it easy to use multiple XSLT engines during the same build. + This is useful for regression testing of XSLT scripts against several + engines.

+ + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.5 +
+ URL: + + http://mtxslt.sourceforge.net/ +
+ Contact: + + Anthony B. Coates +
+ License: + + Apache Software Foundation License +

@@ -2785,6 +2835,54 @@ valign="top" align="left"> GNU Lesser General Public License + + +

+ + PCT +

+

PCT is a task to compile Progress code, and in a more general + way, to deal with Progress procedures and databases.

+ + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.5 +
+ URL: + + http://pct.sourceforge.net +
+ Contact: + + Gilles QUERRET +
+ Licence: + + Apache Software Foundation License +

@@ -3703,6 +3801,61 @@ valign="top" align="left"> Apache license + + +

+ + WSDLValidate +

+

WSDLValidate is, as it sounds, a tool to validate WSDL files. + WSDLValidate + is similar in configuration to the optional Ant task XMLValidate. + WSDLValidate can optionally validate a WSDL document against the WS-I Basic Profile. +

+

WSDLValidate is available as an Ant task, an Eclipse plug-in and a + command line utility.

+ + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.5 or later +
+ URL: + + http://www.eclipse.org/wsvt +
+ Contact: + + Project newsgroup and + mailing list +
+ License: + + Common Public + License (CPL) +

diff --git a/xdocs/external.xml b/xdocs/external.xml index aff7b9cf6..84d8127bd 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -1463,6 +1463,33 @@ + + +

The mtxslt (Multi-XSLT) extends the standard Ant "xslt/style" task + to make it easy to use multiple XSLT engines during the same build. + This is useful for regression testing of XSLT scripts against several + engines.

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.5
URL:http://mtxslt.sourceforge.net/
Contact:Anthony B. Coates
License:Apache Software Foundation License
+
+

pack is a task to build the smallest possible JAR to link