This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git

commit d734cf0bdd8f806ec56aa292414d2f043cc7b65b
Author: Stefan Bodewig <[email protected]>
AuthorDate: Fri Feb 6 20:43:23 2026 +0100

    document new behavior of removeNotFollowedSymlinks in <delete>
---
 manual/Tasks/delete.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/manual/Tasks/delete.html b/manual/Tasks/delete.html
index 475414284..1af45ce9a 100644
--- a/manual/Tasks/delete.html
+++ b/manual/Tasks/delete.html
@@ -147,7 +147,9 @@ <h3>Parameters</h3>
     <td>removeNotFollowedSymlinks</td>
     <td>Whether symbolic links (not the files/directories they link to) should 
be removed if they
       haven't been followed because <var>followSymlinks</var> was <q>false</q> 
or the maximum number
-      of symbolic links was too big.  <em>Since Ant 1.8.0</em></td>
+      of symbolic links was too big.  <em>Since Ant 1.8.0</em><br/>
+    Since since Ant 1.10.16 this also applies to not followed windows
+      directory junctions.</td>
     <td>No; default <q>false</q></td>
   </tr>
   <tr>

Reply via email to