ANT如何fork任务执行?
我需要为特定的蚂蚁任务创建一个新进程。我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 Ant 手册中的通过 Java 运行 Ant。
See Running Ant via Java in the Ant manual.