Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 36594 invoked from network); 12 Jun 2006 13:39:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jun 2006 13:39:30 -0000 Received: (qmail 28552 invoked by uid 500); 12 Jun 2006 13:39:29 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 28522 invoked by uid 500); 12 Jun 2006 13:39:29 -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 28509 invoked by uid 99); 12 Jun 2006 13:39:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 06:39:29 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [212.23.3.142] (HELO rutherford.zen.co.uk) (212.23.3.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 06:39:27 -0700 Received: from [217.155.85.142] (helo=[217.155.85.137]) by rutherford.zen.co.uk with esmtp (Exim 4.34) id 1FpmdG-0004dQ-IQ for user@forrest.apache.org; Mon, 12 Jun 2006 13:39:06 +0000 Message-ID: <448D6E73.4020304@apache.org> Date: Mon, 12 Jun 2006 14:38:59 +0100 From: Ross Gardler User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@forrest.apache.org Subject: Re: Forrest PDF creation References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-Rutherford-IP: [217.155.85.142] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jim Douglas wrote: >> From: Brian M Dube >> Reply-To: user@forrest.apache.org >> To: user@forrest.apache.org >> Subject: Re: Forrest PDF creation >> Date: Sun, 11 Jun 2006 21:52:26 -0500 >> >> Jim Douglas wrote: >> >>>> From: Brian M Dube >>>> Reply-To: user@forrest.apache.org >>>> To: user@forrest.apache.org >>>> Subject: Re: Forrest PDF creation >>>> Date: Sun, 11 Jun 2006 21:31:02 -0500 >>>> >>>> Jim Douglas wrote: >>>> >>>>> When I click on the PDF icon on my Forrest created website I get >>>>> the following error, >>>>> >>>>> Resource Not Found >>>>> Message: Resource Not Found >>>>> Description: The requested resource "/xzxzxz/mysite/contact.pdf" >>>>> could not be found >>>>> Sender: org.apache.cocoon.servlet.CocoonServlet >>>>> Source: Cocoon Servlet >>>>> >>>>> There is no contact.pdf file getting created, when I create one >>>>> manually and place it in the directory everything is fine. >>>>> >>>>> Can someone tell me what setting will create the PDF dynamically? >>>> >>>> >>>> Does your forrest.properties file include this? >>>> >>>> project.required.plugins=org.apache.forrest.plugin.output.pdf ... > Yes, forrest.properties does include, > > project.required.plugins=org.apache.forrest.plugin.output.pdf When you build the site does it report that it has built without errors? There are no known problems that will cause this, so I guess it is in your content object that there is an error. We just need to find out where that problem is. Ross