summaryrefslogtreecommitdiff
path: root/WHATSNEW
diff options
context:
space:
mode:
authorStefan Bodewig <stefan.bodewig@innoq.com>2022-11-19 17:50:29 +0100
committerStefan Bodewig <stefan.bodewig@innoq.com>2022-11-19 17:50:29 +0100
commit3e6d6acc38a47aa66e629e519f482ee975dd0480 (patch)
tree4408ce95e636cc281cec38adb3b365cbf4e3f5c2 /WHATSNEW
parent0aca73974a1f03afc3f985a4beb94a5cd26e6bcf (diff)
downloadant-3e6d6acc38a47aa66e629e519f482ee975dd0480.tar.gz
paths with wildcards do not work in javac's arg-file
https://bz.apache.org/bugzilla/show_bug.cgi?id=65621
Diffstat (limited to 'WHATSNEW')
-rw-r--r--WHATSNEW4
1 files changed, 4 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW
index c5a83128b..c4ca47bd7 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -47,6 +47,10 @@ Fixed bugs:
* loadresource might log warnings even though quiet was set to true
Bugzilla Report 65647
+ * javac task would add paths constructs containing wildcards to the
+ internally created argument file where wildcards are not allowed
+ Bugzilla Report 65621
+
Other changes:
--------------