Merge branch '1.9.x'
Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/26fd1bfe Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/26fd1bfe Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/26fd1bfe Branch: refs/heads/master Commit: 26fd1bfee7afef9b6b0435d2d8c130d3f7091b1e Parents: cec9978 4ef2554 Author: Stefan Bodewig <bode...@apache.org> Authored: Sun Jul 24 12:53:06 2016 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Sun Jul 24 12:53:06 2016 +0200 ---------------------------------------------------------------------- WHATSNEW | 5 + manual/Tasks/native2ascii.html | 13 ++- .../native2ascii/BuiltinNative2Ascii.java | 104 +++++++++++++++++++ .../Native2AsciiAdapterFactory.java | 29 ++++-- .../tools/ant/util/Native2AsciiUtils.java | 89 ++++++++++++++++ .../taskdefs/optional/native2ascii-test.xml | 67 ++++++++++++ .../tools/ant/util/Native2AsciiUtilsTest.java | 76 ++++++++++++++ 7 files changed, 372 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/26fd1bfe/WHATSNEW ---------------------------------------------------------------------- diff --cc WHATSNEW index ab25572,0253e7e..3400159 --- a/WHATSNEW +++ b/WHATSNEW @@@ -50,9 -39,11 +50,14 @@@ Other changes * <scp> now supports compression via the optional compressed attribute. Bugzilla Report 47552 + * <junit> now supports JDK9 modules + Github Pull Request #18 + + * a new implementation "builtin" has been added to <native2ascii> and + is the default when running on JDK9+ since the tool itself has been + removed from the JDK. + Bugzilla Report 59855 + Changes from Ant 1.9.6 TO Ant 1.9.7 ===================================