ANT如何fork任务执行?

发布于 2024-12-12 02:37:28 字数 210 浏览 0 评论 0原文

我需要为特定的蚂蚁任务创建一个新进程。我在 taskdef 中没有看到 fork 属性,我该怎么做?

我应该更清楚,我不是在谈论在分叉进程中执行 ANT:

我有一个 ant 任务 X,我需要在分叉进程中运行它。它是我与 taskdef X 一起使用的一些第三方任务,然后以这种方式使用

无论如何,有没有办法告诉任何人,每当我使用该任务时,请分叉进程并运行?

I need to fork a new process for a specific ant task. I dont see a fork attribute in the taskdef how do I do it ?

I should be clearer, I am not talking about executing ANT in a forked process:

I have an ant task X, which I need to run in a forked process. Its some third party task which i use with taskdef X and then use this way

Is there anyway to tell any that anytime i use that task please fork the process and run ?

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

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

发布评论

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

评论(1

巡山小妖精 2024-12-19 02:37:29

请参阅 Ant 手册中的通过 Java 运行 Ant

See Running Ant via Java in the Ant manual.

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