John Gerken <[EMAIL PROTECTED]> wrote:
> A couple additional pieces of information here which may be useful
> regarding my target dependency issue. First, this target (called
> guard) is calling an external java program called retroguard via the
> <java> task and I'm beginning to think that this task is somehow
> causing ant to quit prematurely.
Do you have any control over RetroGuard? It probably call System.exit
somewhere (and Ant doesn't catch that). Does it work if you specify
fork="yes"?
Stefan