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?
Thanks,
-- Sasha
Build results follow -----------------------------
Buildfile: build.xml
init:
init-build:
setup-dependencies:
copy-dependencies:
compile:
compress-web-content:
[echo] Creating jsonrpc-min.js from jsonrpc.js using the YUI
compressor.
[java] [INFO] Using charset Cp1252
[gzip] Nothing to do:
C:\cache\continuum\6\webapps\jsonrpc\jsonrpc.js.gz is up to date.
[gzip] Building:
C:\cache\continuum\6\webapps\jsonrpc\jsonrpc-min.js.gz
dist:
init:
Overriding previous definition of reference to default-classpath
Overriding previous definition of reference to jarClasspath
init-build:
setup-dependencies:
Overriding previous definition of reference to maven-ant-tasks.classpath
copy-dependencies:
Overriding previous definition of reference to dependencies.path
Overriding previous definition of reference to dependencies.fileset
compile:
BUILD FAILED
java.lang.StackOverflowError
Total time: 2 seconds