Re: Ant Jstack overflow Question

2008-02-12 Thread Z W
David In each target I have sshexec that runs a shell script to check the presence of a process on a unix box. On Feb 12, 2008 6:52 PM, David Weintraub <[EMAIL PROTECTED]> wrote: > You have Target B call Target A which calls Target B again? > > What are you trying to do? > > On Feb 12, 2008 2:10

Re: Ant Jstack overflow Question

2008-02-12 Thread David Weintraub
You have Target B call Target A which calls Target B again? What are you trying to do? On Feb 12, 2008 2:10 AM, Z W <[EMAIL PROTECTED]> wrote: > Hi > > I have 2 targets namely A, B. > Target A calls target B. Inside target A has an if-then-else condition that > would stop calling target B if cond

Ant Jstack overflow Question

2008-02-11 Thread Z W
Hi I have 2 targets namely A, B. Target A calls target B. Inside target A has an if-then-else condition that would stop calling target B if condition is met. Target B calls target A every 2 seconds after performing a check. When running this, after less than a few mins, I got jstack overflow erro