标签: ant
如何通过ANT脚本和多个文件提取.rar文件?
.rar
答案 0 :(得分:3)
我认为在ant或Java中没有任何本机可以处理RAR文件。也许你可以<exec> unrar命令from here?
<exec>