diff --git a/docs/external.html b/docs/external.html index db4053880..329dc7c9a 100644 --- a/docs/external.html +++ b/docs/external.html @@ -680,6 +680,67 @@ + + + +
+ + XDoclet + +
+
+

XDoclet is an extended Javadoc Doclet engine for use in Ant. + It lets you create custom Javadoc @tags and based on those tags + generates source code or other files (such as xml-ish deployment + descriptors). Templates and matching tasks are provided to generate + EJB and web application deployment descriptors. +

+ + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant 1.4 + +
+ + URL: + + + + http://sourceforge.net/projects/xdoclet/ + +
+ + License: + + + + BSD license + +
+
+
diff --git a/docs/faq.html b/docs/faq.html index 8afce682f..26602900e 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -378,6 +378,20 @@ 3 September 2001 + + + + + + 1.4.1 + + + + + 11 October 2001 + diff --git a/docs/index.html b/docs/index.html index 965f007b2..6ec8bb07a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -178,11 +178,11 @@ Comprehensive documentation is included in the source and binary distribtions. You can download the latest release:

diff --git a/docs/manual/install.html b/docs/manual/install.html index 651d50777..513788c6d 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -10,16 +10,16 @@

Getting Ant

Binary Edition

The latest stable version of Ant can be downloaded from -http://jakarta.apache.org/builds/ant/release/v1.4/bin/. +href="http://jakarta.apache.org/builds/ant/release/v1.4.1/bin/"> +http://jakarta.apache.org/builds/ant/release/v1.4.1/bin/. If you like living on the edge, you can download the latest version from http://jakarta.apache.org/builds/ant/nightly/.

Source Edition

If you prefer the source edition, you can download the source for the latest Ant release from -http://jakarta.apache.org/builds/ant/release/v1.4/src/. +href="http://jakarta.apache.org/builds/ant/release/v1.4.1/src/"> +http://jakarta.apache.org/builds/ant/release/v1.4.1/src/. Again, if you prefer the edge, you can access the code as it is being developed via CVS. The Jakarta website has details on @@ -111,7 +111,7 @@ restrictions on the classes which may be loaded by an extension.

typically requires an external library to function. The optional tasks are packaged separately from the core Ant tasks. This package is available in the same download directory as the core ant distribution. The current -jar containing optional tasks is named jakarta-ant-1.4-optional.jar. +jar containing optional tasks is named jakarta-ant-1.4.1-optional.jar. This jar should be downloaded and placed in the lib directory of your Ant installation.

diff --git a/xdocs/faq.xml b/xdocs/faq.xml index e734c4159..f9f0aab72 100644 --- a/xdocs/faq.xml +++ b/xdocs/faq.xml @@ -86,6 +86,11 @@ 1.4 3 September 2001 + + + 1.4.1 + 11 October 2001 + diff --git a/xdocs/index.xml b/xdocs/index.xml index 964b09258..4ec30493d 100644 --- a/xdocs/index.xml +++ b/xdocs/index.xml @@ -80,11 +80,11 @@ Comprehensive documentation is included in the source and binary distribtions. You can download the latest release: