summaryrefslogtreecommitdiff
path: root/WHATSNEW
diff options
context:
space:
mode:
authorJaikiran Pai <jaikiran@apache.org>2023-03-02 13:05:24 +0530
committerJaikiran Pai <jaikiran@apache.org>2023-03-02 13:05:24 +0530
commit59e456372f96b85a7f1a012f607edfc6b8f459bc (patch)
treec63ecf300286b646125e7d34d922fd644e77f530 /WHATSNEW
parent4dbe7a2a600fde2cf4cc525f4985a81f9616fab8 (diff)
downloadant-59e456372f96b85a7f1a012f607edfc6b8f459bc.tar.gz
66464: junitlauncher task's fork element now has a new optional "java" attribute to allow specifying a different Java installation to run the forked tests
Diffstat (limited to 'WHATSNEW')
-rw-r--r--WHATSNEW8
1 files changed, 8 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW
index 216d69c41..cd2d2bcfc 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -18,6 +18,14 @@ Fixed bugs:
This is now fixed.
Bugzilla Report 66468
+Other changes:
+--------------
+
+ * <fork> element of the junitlauncher task now has a new optional "java"
+ attribute which can be used to point to a different Java installation
+ for runnning the forked tests.
+ Bugzilla Report 66464
+
Changes from Ant 1.10.12 TO Ant 1.10.13
=======================================