summaryrefslogtreecommitdiff
path: root/WHATSNEW
diff options
context:
space:
mode:
authorJaikiran Pai <jaikiran@apache.org>2023-03-02 11:37:30 +0530
committerJaikiran Pai <jaikiran@apache.org>2023-03-02 11:53:13 +0530
commit1200a76e74ccce33da28f322f6574400786780a8 (patch)
tree93f405ed7b9db02705789ecafbf1fb6288ee6ccb /WHATSNEW
parentfe9bf0f1a2d9ba507c9d2b150f6fbc5f74855fd9 (diff)
downloadant-1200a76e74ccce33da28f322f6574400786780a8.tar.gz
66504: junitlauncher task should resolve the outputDir against the basedir of the project
Diffstat (limited to 'WHATSNEW')
-rw-r--r--WHATSNEW9
1 files changed, 9 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW
index 7e1627530..288d1581a 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -1,9 +1,18 @@
Changes from Ant 1.10.13 TO Ant 1.10.14
=======================================
+Fixed bugs:
+-----------
+
* log only the stylesheet name in the xslt task.
Github Pull Request #199
+ * junitlauncher task's "test" and "listener" elements which take
+ a "outputDir" property were incorrectly resolving the outputDir
+ against the current working directory instead of the project's
+ basedir. This has now been fixed.
+ Bugzilla Report 66504
+
Changes from Ant 1.10.12 TO Ant 1.10.13
=======================================