I bomb at a completely different place: > [xslt] Loading stylesheet > /Users/ptw/OpenLaszlo/trunk/docs/src/xsl/js2doc-append.xsl > [xslt] : Error! /Users/ptw/OpenLaszlo/trunk/docs/src/reference/info.xml > (No such file or directory) > [xslt] : Error! File not found: > com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: > /Users/ptw/OpenLaszlo/trunk/docs/src/reference/info.xml (No such file or > directory) > [xslt] : Error! > com.sun.org.apache.xalan.internal.xsltc.TransletException: > java.io.FileNotFoundException: > /Users/ptw/OpenLaszlo/trunk/docs/src/reference/info.xml > [xslt] Failed to process > /Users/ptw/OpenLaszlo/trunk/docs/src/build/reference/LaszloLibrary-5.js2doc > > BUILD FAILED > javax.script.ScriptException: > sun.org.mozilla.javascript.internal.WrappedException: Wrapped The following > error occurred while executing this line: > /Users/ptw/OpenLaszlo/trunk/docs/src/build.xml:609: > javax.xml.transform.TransformerException: > com.sun.org.apache.xalan.internal.xsltc.TransletException: > com.sun.org.apache.xalan.internal.xsltc.TransletException: > java.io.FileNotFoundException: > /Users/ptw/OpenLaszlo/trunk/docs/src/reference/info.xml (<Unknown source>#33) > in <Unknown source> at line number 33
I can't find any trace of docs/src/reference/info.xml. Any idea what that is? Hey, I found this email: http://www.openlaszlo.org/pipermail/laszlo-dev/2009-March/020103.html Looks like you deleted this file and I should just remove this style step from the build? On 2010-02-19, at 09:40, Louis Iorio wrote: > > >> As to not being able to build the docs, it looks like you need to allocate >> more >> memory to java. I run with: >> >> export JAVA_OPTS="-Xmx768m" >> >> on my machine, although I can't say I have built the docs lately. >> > > I have: > > JAVA_OPTS=-Xmx1000m > > I changed that to 1500m: same failure. I have 2G on my machine. >
