ant build - unzip 不支持嵌套的 "cutdirsmapper" 元素

ant build - unzip doesnt support the nested "cutdirsmapper" element

我对此完全陌生,真的需要你的帮助。我尝试使用 "ant" 构建 git 发行版,但出现错误

path~/build.xml: unzip doesn't support the nested "cutdirsmapper" element

我不知道如何解决这个问题。 我的系统 "Centos" 64 位

根据documentation,Ant 1.8.2中添加了<cutsdirmapper>元素,但您可能使用的是旧版本的Ant(尝试ant -version命令查看) .您可以 download/use 更新版本的 Ant,如果您不熟悉 Ant 脚本,这可能是最简单的解决方案,或者您可以更改构建脚本以使用不同的映射器。例如,<flatten><glob><regexpmapper> 可能会满足您的要求。