https://bz.apache.org/bugzilla/show_bug.cgi?id=65756
Stefan Bodewig <bode...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.10.16 Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Stefan Bodewig <bode...@apache.org> --- the reason for this is pretty ancient: https://github.com/apache/ant/commit/eb409a2265b661fea9fbf24269b5dc494dc4ef12 will be fixed in Ant 1.10.16 via https://github.com/apache/ant/commit/dc3d7ed34cd506a5b853af5f6dee25ec9ff8a094 In the meantime you could work around the issue by specifying the input as a file resource rather than via the in attribute. This way you end up in a different branch that uses greater instead of greater-or-equals https://github.com/apache/ant/blob/rel/1.10.12/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java#L830 Yes, I realize it took us very long to respond and you have likely found a different solution yourself by now. Sorry about that. -- You are receiving this mail because: You are the assignee for the bug.