Antcontrib <用于>和 在蚂蚁?
Antcontrib 支持哪些版本还有 在 Antcontrib 中?
(或者我可以去哪里找到这些信息?)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
在蚂蚁?" />
Antcontrib 支持哪些版本还有 在 Antcontrib 中?
(或者我可以去哪里找到这些信息?)
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
任务文档位于此处,但他们没有说明哪些版本库支持哪些功能。然而,多年来没有任何新版本,所以我怀疑您已经拥有最新版本。
请注意,没有
,而是
。也许这就是你的问题。The task docs are here, but they don't say which versions of the library support which functions. However, there haven't been any new releases for years, so I suspect you already have the latest.
Note that there is no
<var unset="true"/>
, it's<Variable unset="true"/>
. Maybe that's your problem.1.0b2 版本有 for 任务,但是您必须进入 jar 中的 antcontrib.properties 文件并取消注释。 1.0b3 版本删除了该任务(据我所知)。不确定是否未设置,但 1.0b2 有 var 任务。
希望这能回答你的问题。
Version 1.0b2 has the for task, but you have to go in and uncomment it from the antcontrib.properties file in the jar. version 1.0b3 removes that task (from what I can tell). Not sure about unset, but 1.0b2 has the var task.
Hope that answers your question.