Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 55982 invoked from network); 21 Oct 2004 13:46:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Oct 2004 13:46:42 -0000 Received: (qmail 2527 invoked by uid 500); 21 Oct 2004 13:46:36 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 2452 invoked by uid 500); 21 Oct 2004 13:46:36 -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 Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 2437 invoked by uid 99); 21 Oct 2004 13:46:36 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [217.160.230.41] (HELO mout.perfora.net) (217.160.230.41) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 21 Oct 2004 06:46:34 -0700 Received: from minotaur.apache.org[209.237.227.194] (helo=[127.0.0.1]) by mrelay.perfora.net with ESMTP (Nemesis), id 0MKz5u-1CKdGy04jV-0001YI; Thu, 21 Oct 2004 09:46:32 -0400 X-Provags-ID: perfora.net abuse@perfora.net e2e4156964dfbcc4c642ec658fa7f9b9 Message-ID: <4177BDB5.8070706@reverycodes.com> Date: Thu, 21 Oct 2004 09:46:29 -0400 From: Vadim Gritsenko User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: [cron block] dependency question References: <4177AB62.3020508@hippo.nl> In-Reply-To: <4177AB62.3020508@hippo.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Unico Hommes wrote: > > What > about having only one repository location for blocks? I am so tired of > all the duplicate effort we have to do for each and every change to > blocks. It shouldn't be neccessary. > > There probably isn't a small amount of work involved to get it working Me thinks it is enough to change just one line in build.properties? blocks=${src}${file.separator}blocks > but I'd like to know exactly what it would take to byte this bullet. > Some of the steps involved that I can distinguish are: > > 1. Merge/sync the current 2.1.x and 2.2 blocks.What blocks have the > biggest differences between their 2.1.x and 2.2 copy? svn diff > If there are > unresolvable differerences, how to handle that? Before we start to speculate, we should identify such differences and discuss them. If 2.2 to be compatible with 2.1 (modulo deprecations), blocks should not have unresolvable differences. Vadim