如何杀死 Ant 分叉进程?

发布于 2024-12-11 13:35:23 字数 131 浏览 0 评论 0 原文

我有一个 Ant 构建文件,里面有一个任务。问题是每次我杀死外部Ant进程时,分叉进程仍然在那里运行,所以Windows任务管理器中会有很多java进程,我想知道当我杀死外部Ant进程时是否有办法杀死所有子进程同时进行处理。

谢谢。

I have an Ant build file and there is a task in it. The problem is every time i kill the outer Ant process the forked process is still running out there, so there will be many java process in Windows Task manager, I wonder if there is way when i kill the outer Ant process it will kill all child process at the same time.

Thanks.

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

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

发布评论

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

评论(1

花辞树 2024-12-18 13:35:23

是的,使用“杀死进程树将”杀死所有子进程。

Yes using "kill process tree will" kill all sub-processes.

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