Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 32701 invoked from network); 19 Aug 2005 06:07:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Aug 2005 06:07:29 -0000 Received: (qmail 16986 invoked by uid 500); 19 Aug 2005 06:07:28 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 16966 invoked by uid 500); 19 Aug 2005 06:07:28 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 16953 invoked by uid 99); 19 Aug 2005 06:07:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2005 23:07:28 -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 [65.77.211.84] (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2005 23:07:46 -0700 Received: from fo2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.1/8.13.1) with ESMTP id j7J67Pjv012335 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 19 Aug 2005 01:07:25 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by fo2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id j7J67Pcj012294 for dev@forrest.apache.org; Fri, 19 Aug 2005 01:07:25 -0500 X-Authentication-Warning: fo2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Fri, 19 Aug 2005 16:07:22 +1000 From: David Crossley To: dev@forrest.apache.org Subject: Re: [Views] [HEADSUP] Code refactoring Message-ID: <20050819060722.GA23481@igg.indexgeo.com.au> References: <20050819004415.38319.qmail@minotaur.apache.org> <1124419803.10763.83.camel@localhost.localdomain> <20050819032315.GA22808@igg.indexgeo.com.au> <1124430627.5119.0.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1124430627.5119.0.camel@localhost.localdomain> User-Agent: Mutt/1.4i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thorsten Scherler wrote: > David Crossley wrote: > > Thorsten Scherler wrote: > > > > > > You need to change your forrest.properties in your projects: > > > e.g. > > > project.theme-extension=.fv > > > project.theme=pelt > > > > > > We should refactor views as much as possible into components like this > > > action. The action needs refactoring for adding configure(). > > > > Something strange happening today. > > > > I did svn up and build clean and deploy the views plugins. > > The page is rending okay but missing the content. > > Table of Contents is there but nothing else. > > project.skin=leather-dev > > Please look whether that is true. Ah, that is uncommented now and all is well. I had assumed that the project.skin was redundant now, but not so. -David