Hi Stefan,
fork="yes" worked like a charm. THANKS!
>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
Thanks,
John Gerken
Web Services Toolkit Development
IBM Emerging Technologies Software Group
[EMAIL PROTECTED]
Stefan Bodewig <[EMAIL PROTECTED]> on 04/11/2001 03:11:38 AM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: Re: Target not executing and Updating jar files