如何使用 ANT 压缩两个文件夹?
我想在基本目录中压缩两个名称不同的文件夹。最后,该 zip 文件必须存在于基本目录中。在本例中,我的目标目录是基本目录。
我怎样才能在 ANT 脚本中做到这一点?
I want to zip two folders which are distinct in names in a base directory. Finally that zip file has to be present in the base directory. In this case, my destination directory is the base directory.
How could I do this in an ANT script?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样的事情应该这样做:
Something like this should do it: