Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 8902 invoked from network); 10 Dec 2005 07:51:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Dec 2005 07:51:22 -0000 Received: (qmail 957 invoked by uid 500); 10 Dec 2005 07:51:20 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 881 invoked by uid 500); 10 Dec 2005 07:51:19 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 867 invoked by uid 99); 10 Dec 2005 07:51:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2005 23:51:19 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 64.233.162.197 as permitted sender) Received: from [64.233.162.197] (HELO zproxy.gmail.com) (64.233.162.197) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2005 23:51:18 -0800 Received: by zproxy.gmail.com with SMTP id 16so437651nzp for ; Fri, 09 Dec 2005 23:50:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=g89HAHUSR5JXAIDLrZWMBG5TayGySBp08mNmG/ZZtfHPJWwzSHgl0XKX/fk/n8zYMAONcD1O+99bf76ES3hL7RC8GHv5Ku60+zQe71DlHqrMpjrjz2u+SlqZK/PfI6Fv0fzCD5HepSzztsX2lYO4q1esxt4P4Wby3U33vA6RwaQ= Received: by 10.36.43.16 with SMTP id q16mr4139664nzq; Fri, 09 Dec 2005 23:50:57 -0800 (PST) Received: by 10.37.13.69 with HTTP; Fri, 9 Dec 2005 23:50:56 -0800 (PST) Message-ID: <74e15baa0512092350u445271fau457ab94413dfbc6e@mail.gmail.com> Date: Sat, 10 Dec 2005 02:50:57 -0500 From: Aaron Mulder Sender: ammulder@gmail.com To: dev@geronimo.apache.org Subject: Re: Build Status In-Reply-To: <439A5F32.6060006@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <74e15baa0512091919l1537a886jeac0da977ed8921e@mail.gmail.com> <439A5F32.6060006@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'll try the branch. The interop and itest modules should be commented out= . Thanks, Aaron On 12/9/05, John Sisson wrote: > Aaron Mulder wrote: > > >I believe the builds should be working now, though I've only had time > >to run HEAD all the way through (not the 1.0 branch). I'd recommend > >the following (with Maven 1.1-beta-2): > > > >maven m:co > >rm -rf ~/.maven/plugins ~/.maven/cache/geronimo* > >~/.maven/repository/geronimo/plugins > >maven m:clean m:clean-repo new > > > >Aaron > > > > > > > JS> On the 1.0 branch the build does not work following your > instructions above. This is what I got (search for JS> for comments) > > > > Starting the reactor... > Our processing order: > OpenEJB :: Core > OpenEJB :: PK Generation :: Builder > OpenEJB :: Builder > +---------------------------------------- > | openejb OpenEJB :: Core > | Memory: 44M/54M > +---------------------------------------- > DEPRECATED: the default goal should be specified in the section > of project.xml instead of maven.xml > DEPRECATED: the default goal should be specified in the section > of project.xml instead of maven.xml > new2: > Attempting to download geronimo-interop-1.0.jar. > WARNING: Failed to download geronimo-interop-1.0.jar. > > BUILD FAILED > File...... C:\OpenSourceJava\geronimo\branches\1.0\maven.xml > Element... maven:reactor > Line...... 48 > Column.... -1 > The build cannot continue because of the following unsatisfied dependency= : > > geronimo-interop-1.0.jar > > Total time : 3 minutes 22 seconds > Finished at : Saturday, 10 December 2005 14:54:33 > > C:\OpenSourceJava\geronimo\branches\1.0> > > JS> I then build the interop module and ran maven new again, then after > a while got another error: > > +---------------------------------------- > | Executing default OpenEJB :: Integration Tests > | Memory: 56M/75M > +---------------------------------------- > DEPRECATED: the default goal should be specified in the section > of project.xml instead of maven.xml > DEPRECATED: the default goal should be specified in the section > of project.xml instead of maven.xml > > build:end: > > Attempting to download geronimo-jetty-j2ee-1.0.zip. > WARNING: Failed to download geronimo-jetty-j2ee-1.0.zip. > > BUILD FAILED > File...... C:\Documents and > Settings\sissonj\.maven\cache\maven-multiproject-plugin-1.4.1\plugin.jell= y > Element... maven:reactor > Line...... 218 > Column.... -1 > The build cannot continue because of the following unsatisfied dependency= : > > geronimo-jetty-j2ee-1.0.zip > > Total time : 3 minutes 29 seconds > Finished at : Saturday, 10 December 2005 15:03:56 > > C:\OpenSourceJava\geronimo\branches\1.0> > > JS> Building assemblies\j2ee-jetty-server at this point also fails due > to the car files not yet being built. > > >