diff --git a/docs/manual/Types/dirset.html b/docs/manual/Types/dirset.html index f5fe3130b..1a046a6d7 100644 --- a/docs/manual/Types/dirset.html +++ b/docs/manual/Types/dirset.html @@ -89,6 +89,18 @@ equivalent to an <and> selector container.

true. See fileset's documentation. No + + erroronmissingdir + + Specify what happens if the base directory does not exist. + If true a build error will happen, if false, the dirset + will be ignored/empty. + Defaults to true. + Since Apache Ant 1.7.1 (default is true for backward compatibility + reasons.) + + No +

Examples