https://bz.apache.org/bugzilla/show_bug.cgi?id=66048
--- Comment #2 from Adam Retter <adam.ret...@googlemail.com> --- Hi Jaikiran, thanks for responding. I analyzed the initial issue that Len reported here: https://github.com/eXist-db/exist/issues/4367 We are using Apache Ant 1.10.12 The underlying Apache Ant Java code that is actually getting invoked looks like this: Path baseDir = Paths.get("/slowdir"); String pattern = "*.*; DirectoryScanner directoryScanner = new DirectoryScanner(); directoryScanner.setIncludes(new String[] { pattern }); directoryScanner.setBasedir(baseDir.toFile()); directoryScanner.setCaseSensitive(true); directoryScanner.scan(); Kind regards. Adam. -- You are receiving this mail because: You are the assignee for the bug.