Yes, you should delete the step that includes info.xml. That stuff has been folded into the proper doc files.
Does this really make the build fail? I deleted this file nearly a year ago. ----- Original Message ---- > From: P T Withington <[email protected]> > To: Louis Iorio <[email protected]> > Cc: OpenLaszlo Developer Mailing List <[email protected]> > Sent: Fri, February 19, 2010 11:33:57 AM > Subject: Re: [Laszlo-dev] Wiki Subversion Build Instructions/build problems > > 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 (#33) in > 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. > >
