Re: [PR] Add checksum check to `TarEntry` [ant]

2024-08-31 Thread via GitHub
basil commented on PR #210: URL: https://github.com/apache/ant/pull/210#issuecomment-2322905284 > And we do not want to have our fork to be the general purpose single source that others would depend on. Depending on Ant as a whole would be strange for people who only want to create tars.

Re: [PR] Add checksum check to `TarEntry` [ant]

2024-08-31 Thread via GitHub
bodewig commented on PR #210: URL: https://github.com/apache/ant/pull/210#issuecomment-2322833027 > but allow me to offer another perspective. Ideally there would be only one Apache implementation of tar/untar functionality in Java. Commons as a whole was born because of this idea. Th