Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 97220 invoked from network); 9 Oct 2004 00:31:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Oct 2004 00:31:32 -0000 Received: (qmail 9494 invoked by uid 500); 9 Oct 2004 00:31:24 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 9434 invoked by uid 500); 9 Oct 2004 00:31:24 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 9419 invoked by uid 99); 9 Oct 2004 00:31:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [66.250.40.202] (HELO saturn.opentools.org) (66.250.40.202) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 08 Oct 2004 17:31:23 -0700 Received: by saturn.opentools.org (Postfix, from userid 500) id 84B9C3ECE; Fri, 8 Oct 2004 20:42:14 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by saturn.opentools.org (Postfix) with ESMTP id 7DF29F581 for ; Fri, 8 Oct 2004 20:42:14 -0400 (EDT) Date: Fri, 8 Oct 2004 20:42:14 -0400 (EDT) From: Aaron Mulder X-X-Sender: ammulder@saturn.opentools.org To: dev Subject: Re: 3 less important build failures In-Reply-To: <1097281664.2793.1.camel@j2ee> Message-ID: References: <1097281664.2793.1.camel@j2ee> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Fri, 8 Oct 2004, karan singh malhi wrote: > I had a successful build. it took 17 minutes. Sorry, I should have been clearer. I can build successfully. The issues below are build procedures which I would expect to work in addition, but they don't. They're "less important" because I can get by without them (though I don't currently know of a way to do a full rebuild while offline, which is unfortunate). Aaron > On Fri, 2004-10-08 at 20:01, Aaron Mulder wrote: > > Sorry to keep reporting build failures -- I just don't feel like > > my maven-fu is up to trying to straighten them out myself. Anyway, these > > are less critical, but still obnoxious. > > > > ISSUE #1 > > -------- > > If I run maven -o m:rebuild-all, then it dies with: > > > > +---------------------------------------- > > | Executing default ActiveMQ :: Resource Adapter > > | Memory: 48M/59M > > +---------------------------------------- > > You are working offline so the build will continue, but > > activemq-1.2-SNAPSHOT.jar may be out of date! > > > > BUILD FAILED > > File...... > > /home/ammulder/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly > > Element... maven:reactor > > Line...... 217 > > Column.... 9 > > Error parsing project.xml > > '/home/ammulder/.maven/cache/geronimo-deployment-plugin-1.0-SNAPSHOT/project.xml' > > Total time: 52 seconds > > Finished at: Fri Oct 08 19:38:15 EDT 2004 > > > > I have the ActiveMQ source (courtesy of m:co), so I don't see why > > it needs to download anything. > > > > > > ISSUE #2 > > -------- > > when I run maven:complete-rebuild (with Tomcat enabled) I get: > > > > BUILD FAILED > > File...... > > /home/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-spec-j2ee-1.4-rc2.jar > > > > (in Geronimo:Tomcat). Indeed, that JAR is not present in > > ~/.maven/repository/geronimo-spec/jars/ > > > > I have to run maven -Dmodule.types=specs to create that JAR (or > > disable the Tomcat module, which is attractive due to the other Tomcat > > problem) > > > > > > ISSUE #3 > > -------- > > If I run maven -o complete-rebuild, then it dies with: > > > > +---------------------------------------- > > | Executing clean:clean Geronimo :: Assembly > > | Memory: 13M/17M > > +---------------------------------------- > > ... > > BUILD FAILED > > File...... > > /home/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 > > dependencies: > > > > activemq-ra-1.2-SNAPSHOT.rar > > geronimo-demo-1.0-SNAPSHOT.war > > geronimo-jmxdebug-1.0-SNAPSHOT.war > > > > I still think it's, umm, questionable that a "clean" fails due to > > missing dependencies. > > > > Aaron > >