如何在 Eclipse 中获取 Ant 构建错误“问题”看法

发布于 2024-10-15 06:44:44 字数 153 浏览 3 评论 0原文

当我设置 Ant 脚本作为 Eclipse 项目中的 Ant 构建器运行时,处理输出的唯一选项是:

  • 在控制台视图中显示
  • 它 在文件中捕获它

有没有办法告诉 Eclipse 如何解析输出并相应地将条目添加到问题视图中?

When I set up an Ant script to run as an Ant builder in an Eclipse project, the only options I have for handling the output are to:

  • show it in Console view
  • capture it in a file

Is there any way to tell Eclipse how to parse the output and add entries to the Problems view accordingly?

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

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

发布评论

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

评论(1

昨迟人 2024-10-22 06:44:44

我认为您不会找到解决方案,但如果您找到解决方案,则必须是实现替代 Ant Builder 的第三方插件。正如您所发现的,Eclipse Ant 构建集成不支持此功能。

您可能还需要考虑在 https://bugs.eclipse 上提出增强请求。 org/bugs/enter_bug.cgi?product=Platform 站点。虽然不能保证有人会站出来实现此功能,但你永远无法确定。

I don't think you are going to find a solution, but if you do it would have to be a third-party plugin implementing a replacement Ant Builder. As you've discovered, Eclipse Ant build integration doesn't support this.

You may also want to consider opening an enhancement request at https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform site. While there is no guarantee that someone will step up to implement this feature, you never can tell.

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