Ant的可选任务在CentOS上不可用

发布于 2024-12-28 06:00:54 字数 206 浏览 1 评论 0原文

当我在 CentOS 上运行 ant 来构建 java 项目时,收到错误:

Could not create task or type of type: replaceregexp

ant -diagnostics 显示可选任务不可用。如何为 ant 安装可选任务?

Ant 是从 CentOS 软件包安装的。

When I run ant on CentOS to build java project I receive an error:

Could not create task or type of type: replaceregexp

ant -diagnostics shows that optional tasks are not available. How I can install optional tasks for ant?

Ant is installed from CentOS package.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

俏︾媚 2025-01-04 06:00:54

对我有用:

yum install ant-nodeps

Works for me:

yum install ant-nodeps
绝不放开 2025-01-04 06:00:54

运行以下命令,下载与 ANT 可选任务相关的 jar:

ant -f $ANT_HOME/fetch.xml -Ddest=user -Dm2.url=http://repo1.maven.org/maven2 

有关完整说明,
请参阅 ANT 手册文档

Run the following command, to download the jars associated with ANT's optional tasks:

ant -f $ANT_HOME/fetch.xml -Ddest=user -Dm2.url=http://repo1.maven.org/maven2 

For a full explanation,
see the ANT Manual documentation.

心安伴我暖 2025-01-04 06:00:54
yum install ant-apache-regexp

它将安装所需的可选任务(jar)。

yum search ant

人们可以快速搜索以获得其他 ant 相关软件包的列表。

yum install ant-apache-regexp

It will install the required optional task (jar).

yum search ant

One can do a quick search to get a list of other ant related packages.

眼藏柔 2025-01-04 06:00:54

尝试
百胜列表“蚂蚁*”
查看可用的 ant 软件包。

就我而言
yum install ant-antlr.x86_64 有效。

try
yum list 'ant*'
to see available ant packages.

In my case
yum install ant-antlr.x86_64 worked.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文