You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by GitBox <gi...@apache.org> on 2021/03/13 11:54:36 UTC

[GitHub] [ant] bodewig commented on pull request #145: Override ZipOutputStream.write(int)

bodewig commented on pull request #145:
URL: https://github.com/apache/ant/pull/145#issuecomment-798236533


   Many thanks - interesting this has been there for more then a decade. Most likely this is because Ant is supposed to be the only consumer of the class and doesn't use the single byte write method itself. For general use I'd recommend to use `ZipArchiveOutputStream` of Apache Commons Compress which is a grandchild of Ant's zip package.
   
   @helfper please add yourself to the contributors.xml and CONTRIBUTORS files in Ant's top level.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org