On Thu, 16 May 2002, Justin Erenkrantz wrote: > I placed the jar files I used here and linked to it: > > http://httpd.apache.org/dev/dist/httpd-docs-lib.tar.gz > > Now, I'm seeing that there is a jars.tar.gz in > /www/httpd.apache.org/docs-project. I'm guessing that's what Joshua > has been using.
Yes. The plan is to put the jars and the build.sh script in the site-tools repository eventually so that they can just be checked-out into place. > > FWIW, Ant fails with the following error at random places > when I run build.sh: > > BUILD FAILED > > /home/jerenkrantz/cvs-apache/httpd-2.0/docs/manual/style/build.xml:22: > javax.xml.transform.TransformerException: java.lang.NullPointerException > > I've also gotten IndexOutOfBoundsExceptions as well. > > I just resorted to using Xalan-J at the command-line with make. > Worked well enough. -- justin I'm fairly certain that this has to do with style-sheet pre-loading and the conditional inclusion stuff in the current manual.xsl. Once we get rid of that, I'm hoping it will go away. I'll try to work on this when I get a chance. Joshua. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
