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

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


The following commit(s) were added to refs/heads/master by this push:
     new 125b2b9e2 record the changes and contributor of pull request 230
125b2b9e2 is described below

commit 125b2b9e2260ec1268dd73d75519fd146e8a5e6e
Author: Jaikiran Pai <[email protected]>
AuthorDate: Mon Apr 13 22:35:11 2026 +0530

    record the changes and contributor of pull request 230
---
 CONTRIBUTORS     |  1 +
 WHATSNEW         | 13 +++++++++++++
 contributors.xml |  4 ++++
 3 files changed, 18 insertions(+)

diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index bb631fcc8..607c223b8 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -232,6 +232,7 @@ Jonathan K. Schneider
 Jose Alberto Fernandez
 Joseph Walton
 Josh Lucas
+Josh Martín-Jaffe
 Juerg Wanner
 Julian Simpson
 Julien Lepiller
diff --git a/WHATSNEW b/WHATSNEW
index c6748d23f..eda3f69d0 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -12,6 +12,19 @@ Other changes:
    Based on a patch used by the Debian Ant package maintainers.
    Part of Bugzilla Report 61269
 
+Fixed bugs:
+-----------
+
+ * When running with "microsoft" Java, Ant used to hardcode the
+  "$JAVA_HOME/Packages" directory in the runtime Paths for
+  certain tasks. The JDK shipped by Microsoft no longer contains
+  that directory (for several decadeds now). As a result, when
+  running with "microsoft" Java, an exception would be raised due
+  to the missing directory. This has now been fixed and Ant no
+  longer adds that directory to the Java runtime Paths.
+  Github Pull Request #230
+
+
 Changes from Ant 1.10.16 TO Ant 1.10.17
 =======================================
 
diff --git a/contributors.xml b/contributors.xml
index 8b9c3974b..8b0622a46 100644
--- a/contributors.xml
+++ b/contributors.xml
@@ -967,6 +967,10 @@
     <first>Josh</first>
     <last>Lucas</last>
   </name>
+  <name>
+    <first>Josh</first>
+    <last>Martín-Jaffe</last>
+  </name>
   <name>
     <first>Juerg</first>
     <last>Wanner</last>

Reply via email to