You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2022/11/19 12:21:17 UTC

[Bug 65621] Update from Ant 1.10.5 to 1.10.11 breaks build

https://bz.apache.org/bugzilla/show_bug.cgi?id=65621

--- Comment #1 from Stefan Bodewig <bo...@apache.org> ---
@Alexander have you tried using Ant 1.10.12 and does the issue still exist? It
probably does.

Between 1.10.5 and 1.10.11 the most important change is that we now put all
options into a command file (since 1.10.7 I believe). I just re-read
https://docs.oracle.com/javase/7/docs/technotes/tools/windows/javac.html#commandlineargfile
and it says 

> Wildcards (*) are not allowed in these lists (such as for specifying *.java). 

so we probably just hit another special case similar to bug 63874

-- 
You are receiving this mail because:
You are the assignee for the bug.