On Mon, Jun 17, 2013 at 12:03 PM, Guenter Knauf <[email protected]> wrote:
> Hi,
> ATM I cant get the Java docu stuff working on my new dev box:
>
> BUILD FAILED
> java.lang.StackOverflowError
>
> and also I'm short of time to look further into fixing it - therefore I
> would like to ask someone for some help with the below commit to regenerate
> the docs + backport this also to 2.4.x ...
>

FWIW I used to hit something similar a very long time ago with the IBM
JDK. The linuxppc branch in build.sh raises the stack size

case "`uname -a`" in
  CYGWIN*) cygwin=true ;;
  Darwin*) darwin=true
           if [ -z "$JAVA_HOME" ] ; then
             JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home
           fi
           ;;
  Linux*ppc*) ANT_OPTS="$ANT_OPTS -Xss1m -ss1m" ;;
esac

Reply via email to