gpt4 book ai didi

java - ant-contrib 发布任务不起作用

转载 作者:行者123 更新时间:2023-12-01 18:43:38 25 4
gpt4 key购买 nike

我的构建脚本中有以下任务。

<target name="upload" depends="init">
<taskdef resource="net/sf/antcontrib/antlib.xml"/>
<post to="http://testapp.com/api/builds.format" verbose="true" wantresponse="true" maxwait="0">
<prop name="file" value="./release/temp.ipa"/>
<prop name="notes" value="release notes"/>
</post>
</target>

我从我的 Mac 机器运行这个构建脚本。它给出了以下错误。

Problem: failed to create task or type post
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.

我已经下载了 ant-contrib-0.3.jar 并将其复制到 ANT_HOME/lib 目录,其中 ANT_HOME 是/usr/share/ant。

当我搜索网络时here他们要求我们自己使用源代码构建 jar 来使用 ant-contrib-version.jar。但我无法在该源中运行 ant 脚本,因为它抛出了一些错误。

有人可以指导我解决这个问题吗?

最佳答案

ant-contrib-0.3.jar 是 Ant-Contrib 的一个非常古老的版本。 <post>其中不存在任务。

相反,您会发现 <post>在最新版本的 Ant-Contrib 中:ant-contrib-1.0b3

关于java - ant-contrib 发布任务不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18866348/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com