Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 86270 invoked from network); 27 Jul 2007 11:15:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jul 2007 11:15:45 -0000 Received: (qmail 72044 invoked by uid 500); 27 Jul 2007 11:15:45 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 71841 invoked by uid 500); 27 Jul 2007 11:15:45 -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 71832 invoked by uid 99); 27 Jul 2007 11:15:44 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2007 04:15:44 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [129.67.1.161] (HELO relay0.mail.ox.ac.uk) (129.67.1.161) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2007 11:15:38 +0000 Received: from smtp2.mail.ox.ac.uk ([163.1.2.205]) by relay0.mail.ox.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1IENmt-00064T-1r for user@forrest.apache.org; Fri, 27 Jul 2007 12:15:15 +0100 Received: from oucs-rossg.oucs.ox.ac.uk ([129.67.101.125]) by smtp2.mail.ox.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1IENmt-0001dW-7o for user@forrest.apache.org; Fri, 27 Jul 2007 12:15:15 +0100 Message-ID: <46A9D3C2.4050001@apache.org> Date: Fri, 27 Jul 2007 12:15:14 +0100 From: Ross Gardler User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: user@forrest.apache.org Subject: Re: Getting Daisy startet References: <46A9AE81.1020605@web.de> In-Reply-To: <46A9AE81.1020605@web.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Oxford-Username: oucs0040 X-Virus-Checked: Checked by ClamAV on apache.org dashmz wrote: > Hello, > while setting up Daisy as a CMS which I want to use with Apache Forrest, > I got a tough error which I can't solve alone. I am using version > 0.90-dev on a Windows XP system. > > This is the error message which I get while building: > > >> > X [0] samples/ascii-art.html > BROKEN: Could not find component for role: > [org.apache.cocoon.components.modules.input.InputModule/project] > (Key='org.apache.cocoon.components.modules.input.InputModule/project')Total > time: 0 minutes 45 seconds, Site size: 244.410 Site pages: 8 > Java Result: 1 This indicates that there is a stray reference to the old "project:" properties module. I just did a search of my SVN tree and could not find such a reference. Do you have any other plugins enabled? Do you have any customisations in your sitemap other than the one below? Please search your src directory for occurances of "project:" in any *.xmap files. ... > These are the steps I performed: > - downloaded Daisy from the plugins-directory > - copied it into the {forrest:plugins} directory No need for these steps, the download is done automatically when you run Forrest. In fact, since you are working with SVN head it will use the local src from your Forrest directory. > - edited the forrest.properties file > - edited the sitemap.xmap file (I think this is the cause for the problem) > This is the part I edited for daisy: > >> > > > src="D:/my-forrest/src/documentation/content/xdocs/index.xml"/> > src="D:/forrest/plugins/org.apache.forrest.plugin.input.Daisy/resources/stylesheets/navigation-to-locationmap.xsl"> > > > > > > > > << > > Unfortunately, I do not really know, what to fill in at "map:generate > src=", the path on the tutorial-site even doen't help. > I searched the internet after solutions, but it seems only people who > upgraded their Forrest get this error. But I didn't upgrade Forrest. This match is not causing the problem above. The src attribute of your map:generate element should point at your daisy server. It uses the Daisy REST API to retrieve the navigation document and then converts this into a Forrest locationmap. For more information see http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.Daisy/#Locationmap+Configuration Ross