Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 45377 invoked from network); 21 Nov 2006 13:28:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2006 13:28:32 -0000 Received: (qmail 67849 invoked by uid 500); 21 Nov 2006 13:28:39 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 67778 invoked by uid 500); 21 Nov 2006 13:28:39 -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 67767 invoked by uid 99); 21 Nov 2006 13:28:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 05:28:39 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [195.54.107.73] (HELO mxfep02.bredband.com) (195.54.107.73) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 05:28:26 -0800 Received: from ironport2.bredband.com ([195.54.107.84] [195.54.107.84]) by mxfep02.bredband.com with ESMTP id <20061121132801.DALX16896.mxfep02.bredband.com@ironport2.bredband.com> for ; Tue, 21 Nov 2006 14:28:01 +0100 Received: from ua-83-227-131-3.cust.bredbandsbolaget.se (HELO kurono.home) ([83.227.131.3]) by ironport2.bredband.com with ESMTP; 21 Nov 2006 14:28:01 +0100 From: joakim@verona.se To: dev@cocoon.apache.org Subject: Re: some troubles trying out trunk References: <4562ECF3.5010104@apache.org> Date: Tue, 21 Nov 2006 14:27:59 +0100 In-Reply-To: <4562ECF3.5010104@apache.org> (Reinhard Poetz's message of "Tue\, 21 Nov 2006 13\:11\:31 +0100") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org Reinhard Poetz writes: >> Can I disable this "ShieldingListener" thing? > > yes, use the -Dmaven.war.shieldingclassloader=false switch. > > Does cocoon-webapp work for you? Thanks to your advice I'm now able to at least get cocoon-webapp started, but the "blocks" link on the welcome page doesnt function. Heres the build invocation: mvn -Dmaven.test.skip=true -Dmaven.war.shieldingclassloader=false -Dallblocks clean install then: cp core/cocoon-webapp/target/cocoon-webapp.war ../../jetty-6.1.0pre2/webapps finally I start jetty with java -jar start.jar I do it this way since the jetty mvn targets dont seem to work for me. Should I copy more jar files or anything to get the samples working? Sorry to be so clueless. -- Joakim Verona http://www.verona.se