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> +
+ Tests a partition to see if there is enough space. + Since Ant 1.7.0
+Needed attribute can be specified using standard computing terms:
+
Attribute | +Description | +Required | +
partition | +The partition or filesystem to check for freespace | +Yes | +
needed | +The amount of freespace needed. | +Yes | +
+ An example: +
++<hasfreespace partition="c:" needed="100M"/> +