Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 37970 invoked from network); 5 May 2006 19:42:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 May 2006 19:42:15 -0000 Received: (qmail 54122 invoked by uid 500); 5 May 2006 19:42:13 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 54039 invoked by uid 500); 5 May 2006 19:42:12 -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 54028 invoked by uid 99); 5 May 2006 19:42:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 May 2006 12:42:12 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ap-cocoon-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 May 2006 12:42:11 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Fc6BI-0006ok-EE for dev@cocoon.apache.org; Fri, 05 May 2006 21:41:40 +0200 Received: from d51a5268a.access.telenet.be ([81.165.38.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 May 2006 21:41:40 +0200 Received: from jh by d51a5268a.access.telenet.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 May 2006 21:41:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: Jorg Heymans Subject: Re: Cannot compile trunk Date: Fri, 05 May 2006 21:41:23 +0200 Lines: 36 Message-ID: References: <4459D51D.7070508@apache.org> <4459FC4B.5030305@apache.org> <445B9ED5.8000709@luminas.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: d51a5268a.access.telenet.be User-Agent: Thunderbird 1.5 (Macintosh/20051201) In-Reply-To: <445B9ED5.8000709@luminas.co.uk> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Andrew Savory wrote: > Hi, > > Carsten Ziegeler wrote: > >> What about others? Are Giacomo and I the only ones trying to build 2.2? > > I tried this afternoon doing mvn clean install and got: > > Compiling 346 source files to > cocoon-trunk/blocks/cocoon-portal/cocoon-portal-impl/target/classes > [INFO] > ---------------------------------------------------------------------------- > > [ERROR] BUILD FAILURE > [INFO] > ---------------------------------------------------------------------------- > > [INFO] Compilation failure > > Failure executing javac, but could not parse the error: > > > The system is out of resources. > Consult the following stack trace for details. > java.lang.OutOfMemoryError > there is currently a memory leak in surefire that makes it keep all the tests in memory throughout the whole build. This was fixed last week on trunk, i suggest you try upgrading to 2.0.5-SNAPSHOT. HTH Jor