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
-
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.
You can use any number of nested <fileset>
elements to define the files for
this task and refer to <fileset>
s defined elsewhere.
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.
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.
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.
+
Command line arguments should be specified as nested <arg>
elements. See Command line arguments.
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.
false). If you need to place it somewhere +different, use a nested
<srcfile>
element between your <arg>
+elements to mark the insertion point.
Attribute | 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
---|