diff --git a/docs/ant2/actionlist.html b/docs/ant2/actionlist.html index ec0446759..ee99cbb3d 100644 --- a/docs/ant2/actionlist.html +++ b/docs/ant2/actionlist.html @@ -4,7 +4,7 @@

Ant1.9 Action List

Precursor to Ant2

- Peter Donald [peter@apache.org] + Peter Donald [peter at apache.org]
diff --git a/docs/external.html b/docs/external.html index ccbcffd58..6c514fac8 100644 --- a/docs/external.html +++ b/docs/external.html @@ -263,6 +263,83 @@ + + + +
+ + Anteater + +
+
+

Anteater is a set of Ant tasks for the functional testing of websites + and web services (functional testing being; hit a URL and ensure the + response meets certain criteria). Can test HTTP params, response + codes, XPath, regexp and Relax NG expressions. Includes HTML reporting + (based on junitreport) and a hierarchical grouping system for quickly + configuring large test scripts. +

+ + + + + + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant 1.5 and later + +
+ + URL: + + + + http://aft.sourceforge.net + +
+ + Contact: + + + + developer + mailing list + +
+ + License: + + + + Apache Software License + +
+
+
@@ -1268,6 +1345,66 @@
+ + + +
+ + Jing Task + +
+
+

Validates XML files against the RELAX NG alternative to XML Schema. + The Jing task for Ant allows you to efficiently validate + multiple files against multiple RELAX NG patterns and integrate + RELAX NG validation with other XML processing.

+ + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant 1.4 and later + +
+ + URL: + + + + + http://www.thaiopensource.com/relaxng/jing-ant.html + +
+ + License: + + + + BSD-like + +
+
+
@@ -1350,6 +1487,92 @@
+ + + +
+ + JNI + +
+
+

+ + JNI is a free toolkit that makes easy work of + integrating Java and C through the Java Native + Interface (JNI). It includes a code generator that + generates both Java "proxy" classes to access C + "peer" classes, and C "proxy" classes to access + Java "peer" classes or interfaces. It also + includes a core library with a simplified JVM + interface as well as "helper" classes to ease + working with the JNI data types. The code + generation is driven by an XML project file that + can be created with the assistance of the GUI + Project Manager. The code generation can be + invoked either from Ant or from the + GUI. Includes a comprehensive printable PDF User + Guide and plenty of examples.

+ + + + + + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant 1.4 + +
+ + URL: + + + + http://jnipp.sf.net/ + +
+ + Contact: + + + + Phillip E. Trewhella + +
+ + License: + + + + GNU LGPL + +
+
+
@@ -1935,66 +2158,6 @@
- - - -
- - Jing Task - -
-
-

Validates XML files against the RELAX NG alternative to XML Schema. - The Jing task for Ant allows you to efficiently validate - multiple files against multiple RELAX NG patterns and integrate - RELAX NG validation with other XML processing.

- - - - - - - - - - - - - -
- - Compatibility: - - - - Ant 1.4 and later - -
- - URL: - - - - - http://www.thaiopensource.com/relaxng/jing-ant.html - -
- - License: - - - - BSD-like - -
-
-
diff --git a/xdocs/external.xml b/xdocs/external.xml index 943cf886a..fedbef16c 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -73,6 +73,36 @@ + + +

Anteater is a set of Ant tasks for the functional testing of websites + and web services (functional testing being; hit a URL and ensure the + response meets certain criteria). Can test HTTP params, response + codes, XPath, regexp and Relax NG expressions. Includes HTML reporting + (based on junitreport) and a hierarchical grouping system for quickly + configuring large test scripts. +

+ + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.5 and later
URL:http://aft.sourceforge.net
Contact:developer + mailing list
License:Apache Software License
+
+

Checkstyle is a development tool to help programmers write