在 Ant 中,如何使用异常/错误处理?

发布于 2024-12-08 20:54:41 字数 99 浏览 0 评论 0原文

在 Apache Ant 中,我如何处理故障?

例如,如果我执行构建并且失败,我想在它退出之前调用一些进程。

基本上是 try/catch 类型的功能。

In Apache Ant, how can i handle a failure?

For example, if i perform a build and it fails, i want to invoke some process before it bails out.

Basically try/catch type functionality.

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

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

发布评论

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

评论(2

我早已燃尽 2024-12-15 20:54:41

如果你不介意使用第三方库,Ant-Contrib 提供了 任务 -> http://ant-contrib.sourceforge.net/tasks/tasks/trycatch.html

If you don't mind using 3rd-party library, Ant-Contrib provides <trycatch> task -> http://ant-contrib.sourceforge.net/tasks/tasks/trycatch.html

无语# 2024-12-15 20:54:41

阅读有关侦听器的文档,然后构建您自己的侦听器来侦听 buildFinished 事件。

Read the documentation about listeners, and then build your own listener which listens to the buildFinished event.

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