Yes.  I suspect the class you are executing with <java> makes a call to 
System.exit() which exits the Ant process as well.  It might be avoidable 
if you fork="true" the <java> task.

K.C.


At 02:13 PM 1/29/02, you wrote:
>Hi,
>I am facing a strange problem with the java task.
>My build exits whenever it comes across a java task
>even if there are more tasks to be executed afterwards.
>Doesn't anyone have a clue as to what is wrong here?
>
>I am using ant 1.3.
>
>Thanks,
>Gurdev
>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to