Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 55899 invoked from network); 5 Jun 2006 00:22:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jun 2006 00:22:23 -0000 Received: (qmail 42059 invoked by uid 500); 5 Jun 2006 00:22:22 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 42010 invoked by uid 500); 5 Jun 2006 00:22:22 -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 41999 invoked by uid 99); 5 Jun 2006 00:22:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Jun 2006 17:22:22 -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; Sun, 04 Jun 2006 17:22:21 -0700 Received: from www2.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 k550LeLb024959 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 4 Jun 2006 19:21:50 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by www2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id k550LKam024863 for dev@forrest.apache.org; Sun, 4 Jun 2006 19:21:20 -0500 X-Authentication-Warning: www2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Mon, 5 Jun 2006 10:21:13 +1000 From: David Crossley To: dev@forrest.apache.org Subject: Re: Dispatcher and linking to image resources (Was: ForrestBot build for forrest-sample-2 FAILED) Message-ID: <20060605002113.GP28229@igg.indexgeo.com.au> References: <200606021156.k52BuxW6024230@forrest.zones.apache.org> <20060602122557.GI28229@igg.indexgeo.com.au> <1149364993.8148.22.camel@localhost.localdomain> <20060604075208.GM28229@igg.indexgeo.com.au> <1149421651.8148.30.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1149421651.8148.30.camel@localhost.localdomain> User-Agent: Mutt/1.4.2.1i 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 escribi??: > > Thorsten Scherler wrote: > > > > > > The main reason is that png can be generate from svg. This is controlled > > > by skins/dispatcher. Maybe the best would be to extract the svg > > > generation to a plugin of its own (it is a couple of dispatcher > > > contracts and structurer definitions). > > > > But the abovementioned link works fine as-is in 'forrest run' mode. > > Need to test that but I am on the run again. > > > > The problem with the resources.xmap is that it is a mix between skin > > > specific matches (like round corner) and general core matches. This xmap > > > I personally consider as one of the highest complex code in our whole > > > code base that is the reason why I did not yet found the time to slim it > > > down to a resources-core.xmap and resources-skin.xmap. > > > > > > Will try to have a look tomorrow. > > > > Is that wise when we are trying to crank out the release? > > I have not said that I want to split them for the release, I wanted to > say I will have a look at the issue. BTW Cyriaque wrote a thread about > cleaning up dispatcher locations for resources. > > > It works fine in html production now. > > ok, I meant that even before this whole discussion started, it worked properly in html production. Gav started to investigate a scheduled issue about pdf images which has been a long-standing problem. I built the sample to test image handling, which i presume should be the same for skins or dispatcher. Then we went off track. > did you fixed it with > http://svn.apache.org/viewvc?rev=411535&view=rev ? > > Thanks, very much! No, that was just a text tweak. I simply stopped the forrestbot from reporting the break by commenting out that particular demo in main/fresh-site/ in an earlier commit. > > BTW, i see that the dispatcher copy of resources.xmap does not > > use the locationmap at all, whereas the main one does. > > We (I think Ross mainly did it) updated the xmap and extracted the > matches to lm recently. The dispatcher resources.xmap did not got > adopted after this changes. I meant that if someone is investigating the issue, then please work from the main copy. I have noticed a trend lately that when people are helping to investigate core issues, they are considering dispatcher only. We still have skins as default. -David