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 error. Could calling between targets cause this error ? Is there a max of "stack frames" allowed in Ant. Thanks