Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 18616 invoked from network); 24 Feb 2009 17:00:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Feb 2009 17:00:13 -0000 Received: (qmail 73710 invoked by uid 500); 24 Feb 2009 17:00:13 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 73669 invoked by uid 500); 24 Feb 2009 17:00:13 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 73660 invoked by uid 99); 24 Feb 2009 17:00:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2009 09:00:12 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hmphipps@gmail.com designates 209.85.219.169 as permitted sender) Received: from [209.85.219.169] (HELO mail-ew0-f169.google.com) (209.85.219.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2009 17:00:05 +0000 Received: by ewy17 with SMTP id 17so320291ewy.15 for ; Tue, 24 Feb 2009 08:59:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=50taxI/lht2JD2uJvM9yCkKSgLpMeJyTOm0d29/pq4M=; b=KLRoPEgGw6xowjpQDo/lVsonhxk1VuuKMe2vjHx7kHmltvn3KYWMJ6VMrNOjjcEfRF b4o3gM//qB1q0BA8U/MfOglSIifazUP8VmBTJsMEfPLN5pywG3kjzTjZjHMWHeUdxnnT Q1ekrFKGZuMflsblv3F1eY/yFUh+ExiJ7QTKo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=RosId9OD+TdIuN6JIgzjGiQ/YRXH8mK0yiqdaFsxGycFAoXu3wHEKxeg4av8Xt5gQ6 EuFJDqhg+uJoPaXiqvT7efFMo/7kjx77chtfuSQUU1PS8TvjF3by1T55pmBRVBgOABAC sAXgd50lgvJhpHCexsHaEWpfSb+cECUBdHmn8= MIME-Version: 1.0 Received: by 10.210.117.1 with SMTP id p1mr11380ebc.39.1235494784503; Tue, 24 Feb 2009 08:59:44 -0800 (PST) Date: Wed, 25 Feb 2009 01:59:44 +0900 Message-ID: <5b817dd80902240859ofe3658fo5a98f24c9c70932b@mail.gmail.com> Subject: Error when generating pdf from docbook From: Heather Phipps To: user@forrest.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I set up the basic site that comes with Apache Forrest. The only changes I made were to add the docbook dtd (v4.4) and add the docbook stylesheets from sourceforge, add a simple docbook file to the samples directory (
titlepara) with a reference in the site.xml file, and added the appropriate sections to the sitemap.xmap file: and When I run the "forrest" command, the site builds as expected except for the pdf file to the docbook file. The html page is generated without a problem, and the site.xml item is added to the menu. The following is the error that is displayed when Forrest tries to render it: BROKEN: internal-destination or external-destination must be specified in basic-link I put some good effort into figuring it out, but have not had any luck. I am still very new to Forrest (and Cocoon), so I haven't done any "advanced" debugging. I'm hoping it's something simple. Any ideas? Other info: Mac OS 10.5.6 Java 1.5.0_16 Forrest 0.8 Heather