Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 49531 invoked from network); 6 Mar 2006 17:33:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Mar 2006 17:33:07 -0000 Received: (qmail 12043 invoked by uid 500); 6 Mar 2006 17:33:52 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 11964 invoked by uid 500); 6 Mar 2006 17:33:51 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 11953 invoked by uid 99); 6 Mar 2006 17:33:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Mar 2006 09:33:51 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 32.97.110.151 is neither permitted nor denied by domain of Stan.Bradbury@gmail.com) Received: from [32.97.110.151] (HELO e33.co.us.ibm.com) (32.97.110.151) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Mar 2006 09:33:51 -0800 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e33.co.us.ibm.com (8.12.11/8.12.11) with ESMTP id k26HXUE6017361 for ; Mon, 6 Mar 2006 12:33:30 -0500 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by westrelay02.boulder.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k26HUnTY245368 for ; Mon, 6 Mar 2006 10:30:49 -0700 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.12.11/8.13.3) with ESMTP id k26HXTrD003159 for ; Mon, 6 Mar 2006 10:33:29 -0700 Received: from [127.0.0.1] (sig-9-48-120-66.mts.ibm.com [9.48.120.66]) by d03av04.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id k26HXQoB002949 for ; Mon, 6 Mar 2006 10:33:29 -0700 Message-ID: <440C726E.3040505@gmail.com> Date: Mon, 06 Mar 2006 09:33:34 -0800 From: Stanley Bradbury User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Discussion Subject: Re: Generating user docs References: <4408E384.4090309@sun.com> In-Reply-To: <4408E384.4090309@sun.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Rick Hillegas wrote: > I am having trouble generating the postscript versions of most of our > user docs. I can generate html and monohtml versions for all user > guides. I can also generate postscript versions of the Reference and > Tuning guides. However, I'm having trouble generating postscript > versions of the other docs. > > For instance, when I try to build the postscript version of the > Developer's guide (ant -quiet pdf.devguide), I get a directory > (out/devguide) with a derbydev.fo file and several gifs. But no .pdf > file. > > Would appreciate advice on what I am doing wrong. > > Thanks, > -Rick > Had a similar problem building the new doc I am working on - I believe it was caused by lines in a being too long. The html build fine but the PDF created only the .fo file. I modified the examples so the line were at most 60 char. (I picked this arbitrarily - might be able to be longer) and the doc built fine.