生成菜单中缺少生成 Ant 生成选项

Generate Ant build option missing in Build menu

我的intellij没有官方文档说的generate ant build tool选项 https://www.jetbrains.com/help/idea/generating-ant-build-file.htmlenter link description here

如何让选项出现?

此功能 deprecated and moved into a separate plug-in for those who still need it. So you need to install the Ant Build Generation plug-in 可用。

我们将更新文档以提及它,感谢您的反馈。

弃用原因:

The functionality is not maintained, doesn't support all types of projects supported by the IDE and requires manual work to keep the project in a state buildable on CI. It will be removed from the product into a separate plugin, not bundled by default.

The recommended replacement is to use Maven or Gradle for building the project.