Github user bodewig commented on a diff in the pull request: https://github.com/apache/ant/pull/49#discussion_r155928363 --- Diff: src/main/org/apache/tools/ant/util/SymbolicLinkUtils.java --- @@ -30,6 +30,8 @@ * a symbolic link based on the absent support for them in Java. * * @since Ant 1.8.0 + * @deprecated Starting Ant 1.10.2, this utility is deprecated in favour of the symlink + * support introduced in Java {@link java.nio.file.Files} APIs --- End diff -- the class is used all over the code base (well, at least in a few different places :-). Do you intend to change those other occurrences as well?
--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org