Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 60038 invoked from network); 7 Oct 2005 20:40:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Oct 2005 20:40:14 -0000 Received: (qmail 72909 invoked by uid 500); 7 Oct 2005 20:40:11 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 72846 invoked by uid 500); 7 Oct 2005 20:40:10 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 72835 invoked by uid 99); 7 Oct 2005 20:40:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2005 13:40:10 -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 [62.140.213.100] (HELO blossom.betaversion.org) (62.140.213.100) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2005 13:40:14 -0700 Received: by blossom.betaversion.org (Postfix, from userid 101) id 6E8883EE0B7; Fri, 7 Oct 2005 21:00:09 +0100 (BST) X-AntiVirus-Version: ClamAV 0.87/1121 X-AntiSpam-Version: SpamAssassin 3.0.4 X-AntiSpam-Status: No (score=1.8/limit=7.5) X-AntiSpam-Rules: rcvd_in_sorbs_dul, listed, rcvd_in_njabl_dul, listed Received: from [192.168.1.100] (c-24-127-112-5.hsd1.ca.comcast.net [24.127.112.5]) by blossom.betaversion.org (Postfix) with ESMTP id A7CE83EE07F for ; Fri, 7 Oct 2005 21:00:08 +0100 (BST) Message-ID: <4346DD11.9090204@apache.org> Date: Fri, 07 Oct 2005 13:39:45 -0700 From: Stefano Mazzocchi User-Agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Cocoon Fat Test References: <434575BC.6000202@apache.org> <43462C03.4090102@apache.org> <4346D3EF.3050701@mobilebox.pl> In-Reply-To: <4346D3EF.3050701@mobilebox.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Leszek Gawron wrote: > Carsten Ziegeler wrote: > >> And I agree, not having the "jx" transformer/generator in the core >> anymore is really annoying. If you forget to include the template block >> it breaks your application immediately. But I hope we will fix this, as >> well. > > I do not get it. It's like saying "if you forget to tank your car will > stop - how annoying" :). What I mean is that the same problem applies to > any block (i.e. forms). It's just jx and forms tend to be most "core" ones. > > I think it was a good decision to move jx from core to it's own block. > > It's a stupid work to customize cocoon blocks - this is the biggest > problem. I agree with Stefano. My local.blocks.properties should state: > > exclude.all.blocks=true > include.block.forms=true > include.block.template=true > > that's all. Someone said some time ago to use :s/#include/include. Try > to merge your customized local.blocks.properties with updated main > blocks.properties file. Agreed. I never said it was annoying to move stuff out, I don't mind to have to specify what blocks to add, but I want this to be easy not a PITA like it is today. My local.blocks.properties should look like Leszek wrote above. Easy and simple. That would make us go a long way forward. -- Stefano.