Return-Path: Delivered-To: apmail-maven-archiva-dev-archive@locus.apache.org Received: (qmail 99119 invoked from network); 21 May 2007 21:14:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 May 2007 21:14:56 -0000 Received: (qmail 82669 invoked by uid 500); 21 May 2007 21:15:01 -0000 Delivered-To: apmail-maven-archiva-dev-archive@maven.apache.org Received: (qmail 82639 invoked by uid 500); 21 May 2007 21:15:01 -0000 Mailing-List: contact archiva-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: archiva-dev@maven.apache.org Delivered-To: mailing list archiva-dev@maven.apache.org Received: (qmail 82630 invoked by uid 99); 21 May 2007 21:15:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2007 14:15:01 -0700 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 wsmoak@gmail.com designates 209.85.132.246 as permitted sender) Received: from [209.85.132.246] (HELO an-out-0708.google.com) (209.85.132.246) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2007 14:14:53 -0700 Received: by an-out-0708.google.com with SMTP id c17so516870anc for ; Mon, 21 May 2007 14:14:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RRxKnNGzjsMK8gZNoPnZGkIqDHV8dM4J9Kyf6nIVW3teV/rSANbfO4aklzGdiAQss41GBw6fXUpLuM3hYgpwZRkw5Ul8B55LohT/pZ49bD4ZiDS9LNVPhP/PWEiKupnzMDVJHx899xzg0C18OdUzuFLXSDBs4Z9VE0cbUN9UygU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PYHgs7tB4msZZmS3GIwjOl32OxQA7qWoHv9DFv4Gmo7lewR6Vhu77LSGUybwiwcxSrb1SZKYsQu851DBqh2UoFyYZW72BATRxl19SYlP01C7XNe5Z0raxvcArn1raryRlgXx+ozhAymz2c8Biu3hFKmJPNkisaClTNrlnN+Zi0U= Received: by 10.100.200.12 with SMTP id x12mr3284483anf.1179782072792; Mon, 21 May 2007 14:14:32 -0700 (PDT) Received: by 10.100.58.8 with HTTP; Mon, 21 May 2007 14:14:32 -0700 (PDT) Message-ID: Date: Mon, 21 May 2007 14:14:32 -0700 From: "Wendy Smoak" To: archiva-dev@maven.apache.org Subject: Re: Problems building archiva-base archiva-policies module In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org On 5/21/07, Trent Rosenbaum wrote: > Over the last couple of weeks I have been downloading the Archiva > source and trying to build a local snapshot. Subversion completes > with no problems; I then execute the standard 'mvn clean install'. > All seems to be be going fine until Maven starts to work on the > Archiva Policies module under the Archiva Base project. Maven enters > to testing phase and then my system seems to be taken over by the Java > process. Maven gives no indecation that the phase will complete and > my system resource show no sign of being returned to normal unless I > manually kill the process. Below is the last output that Maven gives > me. > > I thought I would try again tonight after having a look at the > 'Hacking Maven Archiva' post. > > I did not want to post to much output because it is a big project. > Has anyone else experienced problems of this nature? What OS and JDK vendor/version? What Maven version? It's been building fine for me, something must be different... -- Wendy