Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 719 invoked from network); 1 Oct 2005 15:53:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Oct 2005 15:53:58 -0000 Received: (qmail 34904 invoked by uid 500); 1 Oct 2005 15:53:51 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 34865 invoked by uid 500); 1 Oct 2005 15:53:51 -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 34854 invoked by uid 99); 1 Oct 2005 15:53:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Oct 2005 08:53:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 64.233.162.203 as permitted sender) Received: from [64.233.162.203] (HELO zproxy.gmail.com) (64.233.162.203) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Oct 2005 08:53:55 -0700 Received: by zproxy.gmail.com with SMTP id 9so108037nzo for ; Sat, 01 Oct 2005 08:53:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hefvg+7hxevk8JlGvs2BQOnAGupMqrqggJnYjJjmYfYUtSyfoxnRwuDtaca6gfsfowK/wlXQve6w+zbsiYNIpy+DbHRZv9p9EHa8oqPunZDSMe424zbVtAdeJ+KUJT5//1qbLtYv4cxBIPZ5xp7Uf9/856EmN1zqD18+/PKv8I8= Received: by 10.36.103.8 with SMTP id a8mr3651426nzc; Sat, 01 Oct 2005 08:53:27 -0700 (PDT) Received: by 10.37.13.67 with HTTP; Sat, 1 Oct 2005 08:53:27 -0700 (PDT) Message-ID: <74e15baa0510010853o25ebeb66nb3ff7a4ff93ad37c@mail.gmail.com> Date: Sat, 1 Oct 2005 11:53:27 -0400 From: Aaron Mulder Reply-To: Aaron Mulder Sender: ammulder@gmail.com To: dev@geronimo.apache.org Subject: Re: Weird HEAD build problem, maven 1.0.2 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <74e15baa0510010809k495bdc72le5f35ce9eb5fff33@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It looks like it's fixed in Maven 1.1 beta 2. I guess we ought to push everyone in that direction. Thanks, Aaron On 10/1/05, David Jencks wrote: > This is a symptom of a different problem, that you can't build a plugin > and use it in the same build (at least not reliably, as far as I can > tell) magicGball now uses the deployment plugin which has deploy-jsr88 > as a dependency. If the plugin isn't built you will get a related > error when you get to assembly. > > It might help to include a dependency on the deploy plugin in > project.xml. However, I have faint memories that this might cause > other problems. In general I've found maven 1 to have problems > building a plugin and using it in the same multiproject build. I don't > know if this is fixed in maven 1.1, I believe it is fixed in maven 2. > > Wish I had better news, > david jencks > > On Oct 1, 2005, at 8:09 AM, Aaron Mulder wrote: > > > When I do a rebuild-all on HEAD, I get (eventually): > > > > +---------------------------------------- > > | Executing default The Magic G Ball > > | Memory: 67M/83M > > +---------------------------------------- > > You are working offline so the build will continue, but > > geronimo-common-1.0-SNAPSHOT.jar may be out of date! > > You are working offline so the build will continue, but > > geronimo-kernel-1.0-SNAPSHOT.jar may be out of date! > > You are working offline so the build will continue, but > > geronimo-deployment-1.0-SNAPSHOT.jar may be out of date! > > You are working offline so the build will continue, but > > geronimo-system-1.0-SNAPSHOT.jar may be out of date! > > > > BUILD FAILED > > File...... > > /Users/ammulder/.maven/cache/maven-multiproject-plugin-1.3.1/ > > plugin.jelly > > Element... maven:reactor > > Line...... 217 > > Column.... 9 > > The build cannot continue because of the following unsatisfied > > dependency: > > > > geronimo-deploy-jsr88-1.0-SNAPSHOT.jar > > > > Total time: 4 minutes 44 seconds > > Finished at: Sat Oct 01 10:53:15 EDT 2005 > > > > > > I don't understand why it wants geronimo-deploy-jsr88 even though > > that's not listed as a dependency in project.xml for the magic G ball. > > In any case, if that's a prerequisite, shouldn't something force the > > deploy-jsr88 module to be built before the magic G ball module? > > > > Thanks, > > Aaron > > > >