Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 78505 invoked from network); 10 Dec 2004 00:09:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Dec 2004 00:09:04 -0000 Received: (qmail 73442 invoked by uid 500); 10 Dec 2004 00:09:04 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 73416 invoked by uid 500); 10 Dec 2004 00:09:03 -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 Delivered-To: mailing list user@forrest.apache.org Received: (qmail 73404 invoked by uid 99); 10 Dec 2004 00:09:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from indexgeo.net (HELO indexgeo.net) (65.77.211.93) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Dec 2004 16:09:02 -0800 Received: from [192.168.1.101] (static-109.227.240.220.dsl.comindico.com.au [220.240.227.109]) (authenticated bits=0) by www2.kc.aoindustries.com (8.12.9-20030917/8.12.9) with ESMTP id iBA08vZx021029 for ; Thu, 9 Dec 2004 18:08:59 -0600 Message-ID: <41B8E918.2000002@apache.org> Date: Fri, 10 Dec 2004 11:08:56 +1100 From: David Crossley User-Agent: Mozilla Thunderbird 0.9 (Macintosh/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@forrest.apache.org Subject: Re: Adding new blocks to Forrest like in Cocoon References: <282F934A8EF8744D9DB23EF6044AD80818DCAE@exch-jp.jp.hcltech.com> In-Reply-To: <282F934A8EF8744D9DB23EF6044AD80818DCAE@exch-jp.jp.hcltech.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Bhatia Praveen, HCLT-Japan wrote: > Hi, > I added a new Fins blocks into Cocoon but confused while trying to do > similar thing in Forrest. > How does one add a new block like in cocoon to Forrest? > For example in Cocoon we can add Fins as a block as per the > instructions given from cocoon website in > http://www.sidimar.ipzs.it/fins011/docs/install.html > > To do similar instalations in Forrest can someone please guide me to > the steps required to be done to add new blocks? Try just adding the relevant cocoon-*-block.jar to forrest/lib/optional/ Depending on which Cocoon Block, you might need to add to Forrest's webapp/WEB-INF/cocoon.xconf Then declare your project sitemap to use the new componnets. --David