diff --git a/manual/Tasks/antlr.html b/manual/Tasks/antlr.html index d162bbbb5..b7783e5db 100644 --- a/manual/Tasks/antlr.html +++ b/manual/Tasks/antlr.html @@ -113,9 +113,9 @@ the antlr-all.jar target of the Makefile provided with the download -

Nested Elements

+

Parameters specified as nested elements

-

ANTLR supports a nested <classpath> element, that represents +

The task supports a nested <classpath> element, that represents a path-like structure. It is given as a convenience if you have to specify the original ANTLR directory. In most cases, dropping the appropriate ANTLR jar in the normal Ant lib repository will be enough.

diff --git a/manual/Tasks/apply.html b/manual/Tasks/apply.html index 2266dd7cd..24d03aa83 100644 --- a/manual/Tasks/apply.html +++ b/manual/Tasks/apply.html @@ -263,16 +263,18 @@ standard input.

fileset

You can use any number of nested <fileset> elements to define the files for this task and refer to <fileset>s defined elsewhere.

+

filelist

Since Ant 1.6

You can use any number of nested <filelist> elements to define the files for this task and refer to <filelist>s defined elsewhere.

+

dirset

Since Ant 1.6

You can use any number of nested <dirset> elements to define the directories for this task and refer to <dirset>s defined elsewhere.

-

Any other Resource Collection

+

Any other resource collection

Since Ant 1.7

You can use any number of nested resource collections.

@@ -281,14 +283,16 @@ for this task and refer to <dirset>s defined elsewhere.

attribute for dependency checking. If the dest attribute is specified it will be used as a base directory for resolving relative pathnames returned by the mapper. At least one <fileset> or <filelist> is required.

+

arg

Command line arguments should be specified as nested <arg> elements. See Command line arguments.

+

srcfile

By default the file names of the source files will be added to the end of the command line -(unless you set addsourcefile to false). If you need to place it somewhere different, use a -nested <srcfile> element between your <arg> elements to mark -the insertion point.

+(unless you set addsourcefile to false). If you need to place it somewhere +different, use a nested <srcfile> element between your <arg> +elements to mark the insertion point.

diff --git a/manual/Tasks/attrib.html b/manual/Tasks/attrib.html index 79ea43178..1051644fe 100644 --- a/manual/Tasks/attrib.html +++ b/manual/Tasks/attrib.html @@ -38,7 +38,7 @@ nested <fileset>, <dirset> and <f elements.

Since Ant 1.7, this task supports -arbitrary Resource Collections as nested +arbitrary resource collections as nested elements.

Attribute