在 IntelliJ IDEA 9 中,如何在应用程序运行后运行 ant 任务?

发布于 2024-12-01 10:20:30 字数 149 浏览 0 评论 0 原文

IntelliJ 的运行/调试配置中的“启动前”下有一个“运行 Ant 目标”选项。我编写了一个脚本,在启动之前复制一个文件,另一方面,我需要在运行后删除该文件。我在 IntelliJ IDEA 中找不到任何类似“运行后运行 Ant 目标”的选项。有可能吗?或者有什么插件可以实现吗?

There is a "Run Ant target" option under "Before launch" in IntelliJ's Run/Debug Configurations. I wrote a script, to copy a file before the launch and on the other side, I need to delete this file after run. I can't find any option like "Run Ant target after run" in IntelliJ IDEA. Is it possible or is there any plugin for that?

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

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

发布评论

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

评论(1

花期渐远 2024-12-08 10:20:30

IDEA 中还没有这样的功能,Ant 目标可以在以下事件中运行:

  • 编译前
  • 编译后
  • 运行/调试前

您可以在 问题跟踪器

There is no such feature in IDEA yet, Ant targets can be run on the following events:

  • Before Compilation
  • After Compilation
  • Before Run/Debug

You can request new features in the issue tracker.

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