Thanks Wendy. I have set -Xss4m, but still have the same problem. Guess
I need to troubleshoot more, first to see if the setting indeed gets to
the build process.
Interesting is that the build runs perfect form the command line.
Wendy Smoak wrote:
On Dec 24, 2007 10:57 AM, Sasha Ovsankin <[EMAIL PROTECTED]> wrote:
Hi--
I am having trouble with Ant build -- it terminates with
java.lang.StackOverflowError.
Is there a way to increase stack size available to Ant builds?
I think it's -Xss to set the stack size. (See the output of "java -X"
for more.)
With Maven, I would set MAVEN_OPTS in the environment for the user
running Continuum. Does Ant have something similar that it will pass
to each Java process?