Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 85196 invoked from network); 8 Oct 2004 23:50:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Oct 2004 23:50:58 -0000 Received: (qmail 87950 invoked by uid 500); 8 Oct 2004 23:50:51 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 87907 invoked by uid 500); 8 Oct 2004 23:50:50 -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 87894 invoked by uid 99); 8 Oct 2004 23:50:50 -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 16:50:50 -0700 Received: by saturn.opentools.org (Postfix, from userid 500) id D1E103ECE; Fri, 8 Oct 2004 20:01:40 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by saturn.opentools.org (Postfix) with ESMTP id C8876F581 for ; Fri, 8 Oct 2004 20:01:40 -0400 (EDT) Date: Fri, 8 Oct 2004 20:01:40 -0400 (EDT) From: Aaron Mulder X-X-Sender: ammulder@saturn.opentools.org To: dev@geronimo.apache.org Subject: 3 less important build failures Message-ID: 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 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