Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 97354 invoked from network); 12 Feb 2006 09:46:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Feb 2006 09:46:43 -0000 Received: (qmail 24067 invoked by uid 500); 12 Feb 2006 09:46:41 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 24002 invoked by uid 500); 12 Feb 2006 09:46:40 -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 23991 invoked by uid 99); 12 Feb 2006 09:46:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Feb 2006 01:46:40 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 64.151.110.219 is neither permitted nor denied by domain of Ralph.Goers@dslextreme.com) Received: from [64.151.110.219] (HELO mail.gosmtp.com) (64.151.110.219) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Feb 2006 01:46:39 -0800 Received: from [192.168.10.129] (adsl-66-51-196-164.dslextreme.com [66.51.196.164]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.gosmtp.com (Postfix) with ESMTP id BE6E51DB for ; Sun, 12 Feb 2006 01:06:03 -0800 (PST) Message-ID: <43EF03E7.1090601@dslextreme.com> Date: Sun, 12 Feb 2006 01:46:15 -0800 From: Ralph Goers Reply-To: rgoers@apache.org User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: building trunk References: <43E75FCD.4010106@dslextreme.com> <43E76263.2050005@dslextreme.com> <43E7755B.3010502@apache.org> <0a0a0a0a.20060206090019.enycu.tbref@www.dslextreme.com> <43E788C6.1010204@apache.org> <43E84D57.6020502@apache.org> <43EAF5E7.3000906@dslextreme.com> <43EAF879.9010709@apache.org> <43EC43AA.7080601@dslextreme.com> <43EC48F9.3080209@nada.kth.se> In-Reply-To: <43EC48F9.3080209@nada.kth.se> 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 I updated. Now I get a pop-up from Firefox saying that the redirection limit for the url has been exceeded. The window where I ran maven shows a NullPointerException in CoreServiceManager.lookup() at line 390. Daniel Fagerstrom wrote: > Sounds like a problem that I introduced in a refactoring early this > week and removed in revision 376095. > > Have you updated to that revision? > > /Daniel > > Ralph Goers wrote: >> Well, it almost worked. It started up but when I entered the url in >> the browser I got >> javax.servlet.ServletException: Couldn't find >> COB-INF/block-sitemap.xmap. >> >> Reinhard Poetz wrote: >> >>> Ralph Goers wrote: >>> >>>> OK. I am now able to build trunk. Now what? Does anything run at >>>> the moment? >>> >>> >>> Yes, ./trunk/cocoon-blocks-fw/cocoon-blocks-fw-sample/ (just call >>> 'mvn package jetty6:run' from the module's base directory) should be >>> useable again and I plan to make the first tutorial >>> (https://issues.apache.org/jira/browse/COCOON-1750) work today (MET). >>> >