diff --git a/WHATSNEW b/WHATSNEW index 1b67ca0ea..f0bb9aad3 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -28,7 +28,7 @@ beahvior has been dropped. Other changes: -------------- -* New tasks: sql, genkey, cab, ftp, junit. +* New tasks: antstructure, cab, ftp, genkey, junit, sql. * New tasks mparse, execon. All pending documentation, most of them pending review. diff --git a/docs/index.html b/docs/index.html index 97b178917..57498957b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -743,6 +743,7 @@ same patterns as the example before.
Generates a DTD for Ant build files which contains informations +about all tasks currently known to Ant.
+Note that the DTD generated by this task is incomplete, you can
+always add XML entities using <taskdef>
. See here for
+a way to get around this problem.
This task doesn't know about required attributes, all will be
+listed as #IMPLIED
.
Attribute | +Description | +Required | +
output | +file to write the DTD to. | +Yes | +
++<antstructure output="project.dtd" /> +
Sets a property if a resource is available at runtime. This resource can be a