diff --git a/manual/Types/dirset.html b/manual/Types/dirset.html index 3277847a3..d391a1f63 100644 --- a/manual/Types/dirset.html +++ b/manual/Types/dirset.html @@ -88,6 +88,14 @@ makes a DirSet equivalent to an <and> selector container.

1.7.1 No; defaults to true (for backward compatibility reasons) + + refid + Makes this dirset + a reference to + a dirset defined elsewhere. If specified no other + attributes or nested elements are allowed. + No +

Examples

diff --git a/manual/Types/extension.html b/manual/Types/extension.html index c7e6e1439..3b7932b49 100644 --- a/manual/Types/extension.html +++ b/manual/Types/extension.html @@ -79,6 +79,14 @@ target="_top">Package Versioning documentation.

The url from which to retrieve extension. no + + refid + Makes this extension + a reference to + an extension defined elsewhere. If specified no other + attributes or nested elements are allowed. + No +

Examples

diff --git a/manual/Types/extensionset.html b/manual/Types/extensionset.html index 0cb538503..aeb0854ac 100644 --- a/manual/Types/extensionset.html +++ b/manual/Types/extensionset.html @@ -31,6 +31,12 @@ file guide/extensions/versioning.html or online at Package Versioning documentation.

+

The only supported attribute is refid which makes this + extensionset + a reference to + an extensionset defined elsewhere. If specified no + other attributes or nested elements are allowed.

+

Nested elements

extension

diff --git a/manual/Types/filelist.html b/manual/Types/filelist.html index ff0b625ba..b92ac280b 100644 --- a/manual/Types/filelist.html +++ b/manual/Types/filelist.html @@ -49,6 +49,14 @@ support this feature or as stand-alone types.

commas. Yes, unless there is a nested file element + + refid + Makes this filelist + a reference to + a filelist defined elsewhere. If specified no other + attributes or nested elements are allowed. + No +

Nested element: file

Since Apache Ant 1.6.2

diff --git a/manual/Types/fileset.html b/manual/Types/fileset.html index 6dda2c456..62c2d1350 100644 --- a/manual/Types/fileset.html +++ b/manual/Types/fileset.html @@ -99,6 +99,14 @@ makes a FileSet equivalent to an <and> selector container.

No; defaults to true (for backward compatibility reasons) + + refid + Makes this fileset + a reference to + a fileset defined elsewhere. If specified no other + attributes or nested elements are allowed. + No + </filterchain> </loadfile> +

The only supported attribute is refid which makes this + filterchain + a reference to + a filterchain defined elsewhere. If specified no other + attributes or nested elements are allowed.

+

The following built-in tasks support nested <filterchain> elements.
Concat,
Copy,
diff --git a/manual/Types/filterset.html b/manual/Types/filterset.html index a6a0eb14a..ffc37e39f 100644 --- a/manual/Types/filterset.html +++ b/manual/Types/filterset.html @@ -91,6 +91,14 @@ being filtered are all text files.

fail No + + refid + Makes this filterset + a reference to + a filterset defined elsewhere. If specified no + other attributes or nested elements are allowed. + No +

Filter

diff --git a/manual/Types/mapper.html b/manual/Types/mapper.html index 7a9762b8c..67f33adf7 100644 --- a/manual/Types/mapper.html +++ b/manual/Types/mapper.html @@ -75,6 +75,14 @@ attributes:

the to attribute for the given implementation. Depends on implementation + + refid + Makes this mapper + a reference to + a mapper defined elsewhere. If specified no other + attributes or nested elements are allowed. + No +

Note that Ant will not automatically convert / or \ characters in the to and from attributes to the correct directory separator of your current platform. If you diff --git a/manual/Types/patternset.html b/manual/Types/patternset.html index 9ff29dc69..33030d636 100644 --- a/manual/Types/patternset.html +++ b/manual/Types/patternset.html @@ -65,6 +65,14 @@ or <exclude> elements or the following attributes.

elements. See excludes + + refid + Makes this patternset + a reference to + a patternset defined elsewhere. If specified no + other attributes or nested elements are allowed. + No +

Parameters specified as nested elements

include and exclude

diff --git a/manual/Types/propertyset.html b/manual/Types/propertyset.html index 8963ff972..b01024262 100644 --- a/manual/Types/propertyset.html +++ b/manual/Types/propertyset.html @@ -47,6 +47,14 @@ No; default is false + + refid + Makes this propertyset + a reference to + a propertyset defined elsewhere. If specified no + other attributes or nested elements are allowed. + No +

Parameters specified as nested elements

diff --git a/manual/Types/regexp.html b/manual/Types/regexp.html index dea86e8cb..3e06574b0 100644 --- a/manual/Types/regexp.html +++ b/manual/Types/regexp.html @@ -39,6 +39,14 @@ Regexp represents a regular expression. regular expression pattern Yes + + refid + Makes this regexp + a reference to + a regexp defined elsewhere. If specified no other + attributes or nested elements are allowed. + No +

Examples

diff --git a/manual/Types/resources.html b/manual/Types/resources.html index a6b56f7bf..184ec0233 100644 --- a/manual/Types/resources.html +++ b/manual/Types/resources.html @@ -92,6 +92,14 @@ collections. The size of this resource No + + refid + Makes this resource + a reference to + a resource defined elsewhere. If specified no other + attributes or nested elements are allowed. + No +

file

@@ -115,6 +123,14 @@ collections. name of the resource will yield a path relative to this location. No + + refid + Makes this file + a reference to + a file defined elsewhere. If specified no other + attributes or nested elements are allowed. + No +

javaresource

@@ -157,6 +173,14 @@ collections. Since Ant 1.8.0 No; defaults to true + + refid + Makes this javaresource + a reference to + a javaresource defined elsewhere. If specified no + other attributes or nested elements are allowed. + No +

The classpath can also be specified as nested classpath element, @@ -181,6 +205,14 @@ loaded.

field name. Yes + + refid + Makes this javaconstant + a reference to + a javaconstant defined elsewhere. If specified no + other attributes or nested elements are allowed. + No +
Examples

This loads the value of the constant VERSION of the org.acme.Main @@ -234,6 +266,14 @@ file system resources as nested elements.

The encoding of the zipfile No; defaults to default JVM character encoding + + refid + Makes this propertyresource + a reference to + a propertyresource defined elsewhere. If specified + no other attributes or nested elements are allowed. + No +

tarentry

@@ -313,6 +353,14 @@ more information.

baseUrl If using baseUrl + + refid + Makes this url + a reference to + an url defined elsewhere. If specified no other + attributes or nested elements are allowed. + No +

string

@@ -331,6 +379,14 @@ error to write to again.

The value of this resource No + + refid + Makes this string + a reference to + a string defined elsewhere. If specified no other + attributes or nested elements are allowed. + No +

The resource also supports nested text, which can only be supplied if the value @@ -442,6 +498,15 @@ duplicate resources (contrast with union). Whether to cache results. since Ant 1.8.0 No; default false + + refid + Makes this resourcecollection + a reference to + a resourcecollection defined elsewhere. If + specified no other attributes or nested elements are + allowed. + No +

files

@@ -508,6 +573,14 @@ selection. Whether to follow symbolic links (see note below) No; default true + + refid + Makes this files + a reference to + a files defined elsewhere. If specified no other + attributes or nested elements are allowed. + No + may seriously impact performance No; default true + + refid + Makes this restrict + a reference to + a restrict defined elsewhere. If specified no other + attributes or nested elements are allowed. + No +
Parameters specified as nested elements

A single resource collection is required.

@@ -831,6 +912,14 @@ more nested resource comparators:

Whether to cache results; disabling may seriously impact performance No; default true + + refid + Makes this sort + a reference to + a sort defined elsewhere. If specified no other + attributes or nested elements are allowed. + No +
Parameters specified as nested elements

A single resource collection is required.

@@ -933,6 +1022,14 @@ first few oldest, largest, etc. resources from a larger collection.

Whether to cache results; disabling may seriously impact performance No; default true + + refid + Makes this first + a reference to + a first defined elsewhere. If specified no other + attributes or nested elements are allowed. + No +
Parameters specified as nested elements

A single resource collection is required.

@@ -958,6 +1055,14 @@ last few oldest, largest, etc. resources from a larger collection.

Whether to cache results; disabling may seriously impact performance No; default true + + refid + Makes this last + a reference to + a last defined elsewhere. If specified no other + attributes or nested elements are allowed. + No +
Parameters specified as nested elements

A single resource collection is required.

@@ -984,6 +1089,14 @@ collection.

Whether to cache results; disabling may seriously impact performance No; default true + + refid + Makes this allbutfirst + a reference to + an allbutfirst defined elsewhere. If specified no + other attributes or nested elements are allowed. + No +
Parameters specified as nested elements

A single resource collection is required.

@@ -1010,6 +1123,14 @@ collection.

Whether to cache results; disabling may seriously impact performance No; default true + + refid + Makes this allbutlast + a reference to + an allbutlast defined elsewhere. If specified no + other attributes or nested elements are allowed. + No +
Parameters specified as nested elements

A single resource collection is required.

@@ -1036,6 +1157,14 @@ collection can implement equivalents for such Unix functions as sort, Whether to cache results; disabling may seriously impact performance No; default true + + refid + Makes this tokens + a reference to + a tokens defined elsewhere. If specified no other + attributes or nested elements are allowed. + No +
Parameters specified as nested elements