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 bcff8d904 record bz-67417 fix
bcff8d904 is described below
commit bcff8d904fd2639ae4ee5c526da93343d1895378
Author: Jaikiran Pai <[email protected]>
AuthorDate: Sat Sep 16 13:13:02 2023 +0530
record bz-67417 fix
---
WHATSNEW | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/WHATSNEW b/WHATSNEW
index 97f7ff858..cabeada74 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -12,6 +12,10 @@ Fixed bugs:
if it encountered constant pool entry type 17.
Bugzilla Report 66552
+ * Launching ant.bat from within a Java program using java.lang.Runtime.exec()
+ could result in an unexpected failure. This has now been fixed.
+ Bugzilla Report 67417
+
Changes from Ant 1.10.13 TO Ant 1.10.14
=======================================