Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 74546 invoked from network); 4 Mar 2008 07:01:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Mar 2008 07:01:21 -0000 Received: (qmail 87169 invoked by uid 500); 4 Mar 2008 07:01:14 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 87122 invoked by uid 500); 4 Mar 2008 07:01:14 -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 87106 invoked by uid 99); 4 Mar 2008 07:01:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2008 23:01:14 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [66.111.4.27] (HELO out3.smtp.messagingengine.com) (66.111.4.27) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 07:00:27 +0000 Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id DD336ACCA7 for ; Tue, 4 Mar 2008 02:00:46 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 04 Mar 2008 02:00:46 -0500 X-Sasl-enc: wSwWMmRHwJNZ67iCod4Se7EF7hGfjd9xl9sTUk/OlP4E 1204614045 Received: from localhost (dsl-41-216.nsw1.net.au [125.168.41.216]) by mail.messagingengine.com (Postfix) with ESMTPSA id B3CC1B573 for ; Tue, 4 Mar 2008 02:00:45 -0500 (EST) Date: Tue, 4 Mar 2008 18:00:41 +1100 From: David Crossley To: dev@forrest.apache.org Subject: Re: dependency on project symbols file (Was: svn commit: r632740) Message-ID: <20080304070041.GA25966@igg.indexgeo.com.au> References: <20080302112228.4B17C1A9832@eris.apache.org> <017e01c87d19$4bd7d6f0$0200a8c0@developer> <1204566641.18797.104.camel@localhost> <20080303232107.GB24363@igg.indexgeo.com.au> <1204586936.6057.30.camel@cartman> <1204588012.6057.40.camel@cartman> <20080304001757.GC24363@igg.indexgeo.com.au> <20080304004418.GD24363@igg.indexgeo.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080304004418.GD24363@igg.indexgeo.com.au> User-Agent: Mutt/1.4.2.2i X-Virus-Checked: Checked by ClamAV on apache.org David Crossley wrote: > David Crossley wrote: > > > > No. What the above means is that i configured the core > > to have a project symbols file. If they over-ride that in > > their project's xml catalog they can supply their own file. > > Aha, i found it. When this ability for "project and core symbols" > was added in forrest-0.8 version, i declared the project symbols > in the xml catalog.xcat file of our seed projects. However i only > supplied the actual file of symbols in the "fresh-site" not in > the main/template-sites/basic/ > > So if people based their sites on 'forrest seed' then all would > be okay. However, if based on 'forrest seed-basic' then not. All is okay now. I found a workaround and described its implementation in FOR-1071. -David