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. 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
--- Begin Message ---jerenkrantz 02/05/16 00:06:44 Modified: docs/docs-project docsformat.html xdocs/docs-project docsformat.xml Log: Add link to location of a simple tarball that has all of the jars required for docs-2.0 transforms. Revision Changes Path 1.4 +2 -0 httpd-site/docs/docs-project/docsformat.html Index: docsformat.html =================================================================== RCS file: /home/cvs/httpd-site/docs/docs-project/docsformat.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- docsformat.html 12 Mar 2002 20:56:44 -0000 1.3 +++ docsformat.html 16 May 2002 07:06:44 -0000 1.4 @@ -109,6 +109,8 @@ the <a href="http://xml.apache.org/xalan-j/getstarted.html">Xalan distribution</a>. If you just want to transform one document at a time, you can simple follow the directions on the Xalan webpage.</p> +<p>You can grab all of the JARs required in a tarball located +<a href="http://httpd.apache.org/dev/dist/httpd-docs-lib.tar.gz">here</a>.</p> <p>Eventually, we will need a better system for updating the transformations on all the documents at once.</p> </blockquote> 1.4 +4 -1 httpd-site/xdocs/docs-project/docsformat.xml Index: docsformat.xml =================================================================== RCS file: /home/cvs/httpd-site/xdocs/docs-project/docsformat.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- docsformat.xml 12 Mar 2002 20:56:44 -0000 1.3 +++ docsformat.xml 16 May 2002 07:06:44 -0000 1.4 @@ -51,6 +51,9 @@ distribution</a>. If you just want to transform one document at a time, you can simple follow the directions on the Xalan webpage.</p> +<p>You can grab all of the JARs required in a tarball located +<a href="http://httpd.apache.org/dev/dist/httpd-docs-lib.tar.gz">here</a>.</p> + <p>Eventually, we will need a better system for updating the transformations on all the documents at once.</p> </section> @@ -64,4 +67,4 @@ </section> </body> -</document> \ No newline at end of file +</document>
--- End Message ---
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
