Return-Path: Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 28643 invoked by uid 500); 16 May 2002 07:11:20 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: docs@httpd.apache.org Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 28632 invoked from network); 16 May 2002 07:11:20 -0000 X-Authentication-Warning: cancer.clove.org: jerenk set sender to jerenkrantz@apache.org using -f Date: Thu, 16 May 2002 00:11:32 -0700 From: Justin Erenkrantz To: docs@httpd.apache.org Subject: FW: cvs commit: httpd-site/xdocs/docs-project docsformat.xml Message-ID: <20020516001132.B11751@apache.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --17pEHd4RhPHOinZp Content-Type: message/rfc822 Content-Disposition: inline Return-Path: Received: from icarus.apache.org (icarus.apache.org [63.251.56.143]) by cancer.clove.org (8.11.6/8.11.0) with SMTP id g4G76qb26065 for ; Thu, 16 May 2002 00:06:52 -0700 Received: (qmail 68325 invoked by uid 1327); 16 May 2002 07:06:47 -0000 Delivered-To: jerenkrantz@locus.apache.org Received: (qmail 68307 invoked from network); 16 May 2002 07:06:46 -0000 Received: from daedalus.apache.org (HELO apache.org) (63.251.56.142) by icarus.apache.org with SMTP; 16 May 2002 07:06:46 -0000 Received: (qmail 27476 invoked by uid 500); 16 May 2002 07:06:37 -0000 Delivered-To: apmail-jerenkrantz@apache.org Received: (qmail 27451 invoked by uid 500); 16 May 2002 07:06:37 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 27440 invoked by uid 500); 16 May 2002 07:06:36 -0000 Delivered-To: apmail-httpd-site-cvs@apache.org Date: 16 May 2002 07:06:44 -0000 Message-ID: <20020516070644.68291.qmail@icarus.apache.org> From: jerenkrantz@apache.org To: httpd-site-cvs@apache.org Subject: cvs commit: httpd-site/xdocs/docs-project docsformat.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: icarus.apache.org 1.6.2 0/1000/N Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=iso-8859-1 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 Xalan distribution. If you just want to transform one document at a time, you can simple follow the directions on the Xalan webpage.

+

You can grab all of the JARs required in a tarball located +here.

Eventually, we will need a better system for updating the transformations on all the documents at once.

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. If you just want to transform one document at a time, you can simple follow the directions on the Xalan webpage.

+

You can grab all of the JARs required in a tarball located +here.

+

Eventually, we will need a better system for updating the transformations on all the documents at once.

@@ -64,4 +67,4 @@ - \ No newline at end of file + --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org --17pEHd4RhPHOinZp--