From dev-return-30010-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Mon Dec 01 02:05:23 2008 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 61907 invoked from network); 1 Dec 2008 02:05:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2008 02:05:23 -0000 Received: (qmail 17537 invoked by uid 500); 1 Dec 2008 02:05:34 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 17482 invoked by uid 500); 1 Dec 2008 02:05:34 -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 17471 invoked by uid 99); 1 Dec 2008 02:05:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Nov 2008 18:05:34 -0800 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 [61.9.189.137] (HELO nschwmtas01p.mx.bigpond.com) (61.9.189.137) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 02:04:05 +0000 Received: from nschwotgx02p.mx.bigpond.com ([121.215.243.70]) by nschwmtas01p.mx.bigpond.com with ESMTP id <20081201020441.SAQD10936.nschwmtas01p.mx.bigpond.com@nschwotgx02p.mx.bigpond.com> for ; Mon, 1 Dec 2008 02:04:41 +0000 Received: from developer ([121.215.243.70]) by nschwotgx02p.mx.bigpond.com with ESMTP id <20081201020439.RIIW21966.nschwotgx02p.mx.bigpond.com@developer> for ; Mon, 1 Dec 2008 02:04:39 +0000 From: "Gavin" To: References: <595868947.1221251146278.JavaMail.jira@brutus> <629086123.1228040504413.JavaMail.jira@brutus> <20E594A0B92D41FFA16F6347D91D9C2C@developer> <20081130200554.GB19279@beaver.dehavilland> Subject: RE: [jira] Commented: (FOR-1108) Dispatcher, Cocoon 2.1 and Windows Date: Mon, 1 Dec 2008 12:04:34 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <20081130200554.GB19279@beaver.dehavilland> Thread-Index: AclTJxxGVC5Ih+oFSDeQ5tiVbLzD5AALpvGg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Antivirus: avast! (VPS 081130-0, 30/11/2008), Outbound message X-Antivirus-Status: Clean X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150205.49334638.008B,ss=1,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Brian M Dube [mailto:bdube@apache.org] > Sent: Monday, 1 December 2008 6:06 AM > To: dev@forrest.apache.org > Subject: Re: [jira] Commented: (FOR-1108) Dispatcher, Cocoon 2.1 and > Windows > > On Sun, Nov 30, 2008 at 09:37:11PM +1000, Gavin wrote: > > > > Making a start here, it would be helpful if anyone on linux/mac could > > provide the contents of build/tmp/locationmap and build/tmp/output.xmap > from > > a seed-sample forrest run , with maybe 1 output plugin and 1 whiteboard > > output plugin enabled. > > I think you found something. On Windows, these two files are not > updated to reflect the chosen plugins, contrary to Linux. > > Brian False alarm there, I just tried it again and the entries are placed there correctly. They come from the /var/pluginMountSnippet.xml and pluginLmMountSnippet.xml files. So even an entry for an unaltered plugin does appear, but those matches are looking for entries containing the full path and so when we alter a plugin to suit, it works. I checked the PDF plugin again as this was never broken on Windows and found that the exact same fix we recently found we needed to do to other plugins was already present in the PDF plugin. Thorsten committed this change back in February 18th [1] with the log message of 'making resources usable from other plugins' . I have yet to find out why this change makes things work again on Windows but is not needed for Linux/MAC. Gav... [1] - http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin .output.pdf/locationmap.xml?r1=628558&r2=628586&diff_format=h