You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Steve Wells <sw...@graviton.com> on 2001/08/16 23:10:16 UTC

forking multiple spawns

I have an Ant task that I'm forking using "java" directive - however,
when processing it will launch the taks twice (repeatedly).

Any ideas?

-- Steve

Re: forking multiple spawns

Posted by Stefan Bodewig <bo...@apache.org>.
On Thu, 16 Aug 2001, Steve Wells <sw...@graviton.com> wrote:

> I have an Ant task that I'm forking using "java" directive -
> however, when processing it will launch the taks twice (repeatedly).

Could you give us a snippet of your build file?

Stefan