diff --git a/docs/manual/CoreTasks/conditions.html b/docs/manual/CoreTasks/conditions.html index 111f79e97..438e6bbc6 100644 --- a/docs/manual/CoreTasks/conditions.html +++ b/docs/manual/CoreTasks/conditions.html @@ -951,5 +951,43 @@ must match. Since Ant 1.7 <antversion exactly="1.7.0"/> </condition> +

hasfreespace

+ +

+ Tests a partition to see if there is enough space. + Since Ant 1.7.0

+

Needed attribute can be specified using standard computing terms:
+

+

+ + + + + + + + + + + + + + + + + +
AttributeDescriptionRequired
partitionThe partition or filesystem to check for freespaceYes
neededThe amount of freespace needed.Yes
+

+ An example: +

+
+<hasfreespace partition="c:" needed="100M"/>
+