From 1675d90f16eea7c29b46e6e8dc78dd6d6b4fdf1a Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Mon, 29 Nov 2010 15:13:05 +0000
Subject: [PATCH] document erroronmissingdir attribute for dirset. PR 50365
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1040142 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/Types/dirset.html | 12 ++++++++++++
1 file changed, 12 insertions(+)
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