Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 51109 invoked from network); 18 Jul 2008 15:36:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jul 2008 15:36:12 -0000 Received: (qmail 99804 invoked by uid 500); 18 Jul 2008 15:36:11 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 99750 invoked by uid 500); 18 Jul 2008 15:36:10 -0000 Mailing-List: contact docs-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@cocoon.apache.org List-Id: Delivered-To: mailing list docs@cocoon.apache.org Received: (qmail 99720 invoked by uid 99); 18 Jul 2008 15:36:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2008 08:36:10 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.67] (HELO cocoon.zones.apache.org) (140.211.11.67) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2008 15:35:24 +0000 Received: from cocoon.zones.apache.org (localhost [127.0.0.1]) by cocoon.zones.apache.org (8.13.8+Sun/8.13.8) with ESMTP id m6IFZmnc005338 for ; Fri, 18 Jul 2008 15:35:48 GMT Message-ID: <20623847.1216395348507.JavaMail.daisy@cocoon.zones.apache.org> Date: Fri, 18 Jul 2008 15:35:48 +0000 (GMT+00:00) From: daisy@cocoon.zones.apache.org To: docs@cocoon.apache.org Subject: [DAISY] Updated: Modularize Cocoon apps (Using blocks) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1291.html Document ID: 1291 Branch: main Language: default Name: Modularize Cocoon apps (Using blocks) (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 7/18/08 3:35:26 PM Updated by: David Legg A new version has been created, state: draft Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 8768 bytes (previous version: 8767 bytes) Content diff: (112 equal lines skipped)

If you use the RCL goal of the Cocoon Maven plugin, you will also want to add the location of the new block to the configuration file of block1. This has the --- advantage that you can work on block2 and the changes take effect immediatly. +++ advantage that you can work on block2 and the changes take effect immediately. Open getting-started-app/myBlock1/rcl.properties and add

com.mycompany.myBlock1.service%classes-dir=./target/classes
(113 equal lines skipped)