Improvement ideas for Ant 1.10.13

2023-02-22 Thread KUNES Michael
Hi Dear maintainers of the Apache Ant library. We were using this lib in an older version and found 2 improvements that would be nice to consider also for the next versions of the library since the code did not change in these parts as I've reviewed this week in 1.10.13 1) org.apache.tools.tar

RE: Improvement ideas for Ant 1.10.13

2023-02-26 Thread KUNES Michael
es that are nor present in Ant's original code as they have not been backported. On 2023-02-23, KUNES Michael wrote: > 1) org.apache.tools.tar.TarEntry > The method public TarEntry[] getDirectoryEntries() could be improved to make > a null check for > final String[] list = this

RE: Improvement ideas for Ant 1.10.13

2023-03-02 Thread KUNES Michael
cases: "never change a running SW" really has a meaning... Br Michael -Original Message- From: Stefan Bodewig Sent: Donnerstag, 2. März 2023 11:07 To: dev@ant.apache.org Subject: Re: Improvement ideas for Ant 1.10.13 *EXTERNAL source* On 2023-02-27, KUNES Michael wrote: