Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 97574 invoked from network); 14 Dec 2006 22:19:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Dec 2006 22:19:24 -0000 Received: (qmail 70188 invoked by uid 500); 14 Dec 2006 22:19:31 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 70133 invoked by uid 500); 14 Dec 2006 22:19:30 -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 70122 invoked by uid 99); 14 Dec 2006 22:19:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2006 14:19:30 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of patrick.refondini@pobox.com designates 207.106.133.28 as permitted sender) Received: from [207.106.133.28] (HELO proof.pobox.com) (207.106.133.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2006 14:19:19 -0800 Received: from proof (localhost [127.0.0.1]) by proof.pobox.com (Postfix) with ESMTP id 29922231A8 for ; Thu, 14 Dec 2006 17:19:19 -0500 (EST) Received: from [85.218.15.183] (85-218-15-183.dclient.lsne.ch [85.218.15.183]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by proof.sasl.smtp.pobox.com (Postfix) with ESMTP id D6D26A0B1F for ; Thu, 14 Dec 2006 17:19:18 -0500 (EST) Message-ID: <4581CD77.6090605@pobox.com> Date: Thu, 14 Dec 2006 23:17:27 +0100 From: Patrick Refondini Reply-To: dev@cocoon.apache.org User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Testing release artifacts from trunk (cocoon-core-2.2.0-M2 and others) References: <4572BAF3.4050001@apache.org> <457D6D42.4060105@apache.org> In-Reply-To: <457D6D42.4060105@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Positive experience with cocoon-core-2.2.0-M2 and others: Rebuilt trunk and used the different artifacts to do basic tests: Plateform: MacOSX 10.4.6 (PPC G5) JDK java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112) Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode, sharing) Maven version: 2.0.4 Following procedure completed successfully: mvn archetype:create \ -DarchetypeGroupId=org.apache.cocoon \ -DarchetypeArtifactId=cocoon-22-archetype-block \ -DarchetypeVersion=1.0.0-M5-SNAPSHOT \ -DgroupId=ch.extentis \ -DartifactId=testblock mvn archetype:create \ -DarchetypeGroupId=org.apache.cocoon \ -DarchetypeArtifactId=cocoon-22-archetype-block \ -DarchetypeVersion=1.0.0-M5-SNAPSHOT \ -DgroupId=ch.extentis \ -DartifactId=testroot Modify: src/main/resources/META-INF/cocoon/spring/block.xml From: To: mvn archetype:create \ -DarchetypeGroupId=org.apache.cocoon \ -DarchetypeArtifactId=cocoon-22-archetype-webapp \ -DarchetypeVersion=1.0.0-M2-SNAPSHOT \ -DgroupId=ch.extentis \ -DartifactId=testwebapp Add dependency to testwebapp pom.xml ch.extentis testblock 1.0-SNAPSHOT ch.extentis testroot 1.0-SNAPSHOT Than in testwebapp directory: mvn package jetty:run Gives access to: testroot block using to http://localhost:8888/ testblock block using to http://localhost:8888/testblock/ Patrick