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?

-- 
Wendy

Reply via email to