使用 Apache ant 解压受密码保护的 zip 文件?
有没有办法直接用ant解压受密码保护的zip文件?
目前我正在调用外部压缩工具。但我更喜欢仅蚂蚁的解决方案,因为它不需要任何额外的工具。
(是的,我确实有密码。)
Is there a way to unzip a password protected zip file directly with ant?
Currently I'm calling an external zip tool. But I would prefer an ant-only solution as it does not require any extra tools.
(And yes, I do have the password.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎还没有人抽出时间来解决这个问题 - 有一张 Ant bugzilla 票为它。正如票据所说,实施通用解决方案存在许多潜在的陷阱。
No one seems to have got around to it yet - there is an Ant bugzilla ticket for it. As the ticket says, there are a number of potential pitfalls to implementing a general solution.