Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 64195 invoked from network); 7 Apr 2008 14:48:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Apr 2008 14:48:09 -0000 Received: (qmail 10883 invoked by uid 500); 7 Apr 2008 14:47:58 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 10840 invoked by uid 500); 7 Apr 2008 14:47:58 -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 10818 invoked by uid 99); 7 Apr 2008 14:47:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Apr 2008 07:47:58 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [209.86.89.67] (HELO elasmtp-scoter.atl.sa.earthlink.net) (209.86.89.67) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Apr 2008 14:47:04 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=I+xvHa/u021ANUu6ftIx4LblB20k+0ZV8IK1cdfpFMp9BV+Et1JvkhU+iJ/8+7V6; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [129.33.49.251] (helo=tetra.raleigh.ibm.com) by elasmtp-scoter.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1Jisd1-0005UV-2U for dev@geronimo.apache.org; Mon, 07 Apr 2008 10:47:23 -0400 Message-ID: <47FA33F8.9060003@earthlink.net> Date: Mon, 07 Apr 2008 10:47:20 -0400 From: Joe Bohn User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: [BUILD] branches/2.1: Failed for Revision: 645466 References: <20080407122740.6370.qmail@minotaur.apache.org> In-Reply-To: <20080407122740.6370.qmail@minotaur.apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: c408501814fc19611aa676d7e74259b7b3291a7d08dfec793ca3c5caa67b661329bda1676cd78cea350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 129.33.49.251 X-Virus-Checked: Checked by ClamAV on apache.org These are failing because the automated ActiveMQ builds delete snapshots older than 7 days and 4.1-SNAPSHOT isn't being built as part of the nightly build ... hence we have nothing for ActiveMQ 4.1-SNAPSHOT. Been asking on activemq IRC about this and I attempted to publish the snapshot myself but ActiveMQ 4.1-SNAPSHOT has a dependency on ActiveIO 3.0.1 that is currently up for a vote and only on David's staging repo. I think the vote on that is supposed to end today so hopefully it will be published soon. Not sure what to do until then except build activeMQ locally with activeIO pulled from David's staging location. Joe gawor@apache.org wrote: > Geronimo Revision: 645466 built with tests included > > See the full build-0800.log file at http://geronimo.apache.org/maven/server/binaries/2.1/20080407/build-0800.log > > > See the unit test reports at http://geronimo.apache.org/maven/server/binaries/2.1/20080407/unit-test-reports > > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-core \ > -Dversion=4.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.activemq -DartifactId=activemq-core \ > -Dversion=4.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \ > -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.geronimo.modules:geronimo-activemq:jar:2.1.1-SNAPSHOT > 2) org.apache.activemq:activemq-core:jar:4.1-SNAPSHOT > > ---------- > 2 required artifacts are missing. > > for artifact: > org.apache.geronimo.modules:geronimo-activemq:jar:2.1.1-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > java.net (http://download.java.net/maven/1/), > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), > apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), > codehaus-snapshots (http://snapshots.repository.codehaus.org), > apache-incubator (http://people.apache.org/repo/m2-incubating-repository/) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:556) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:280) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing: > ---------- > 1) org.apache.activemq:activeio-core:jar:3.0-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activeio-core \ > -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.activemq -DartifactId=activeio-core \ > -Dversion=3.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \ > -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.geronimo.modules:geronimo-activemq:jar:2.1.1-SNAPSHOT > 2) org.apache.activemq:activeio-core:jar:3.0-SNAPSHOT > > 2) org.apache.activemq:activemq-core:jar:4.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-core \ > -Dversion=4.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.activemq -DartifactId=activemq-core \ > -Dversion=4.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \ > -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.geronimo.modules:geronimo-activemq:jar:2.1.1-SNAPSHOT > 2) org.apache.activemq:activemq-core:jar:4.1-SNAPSHOT > > ---------- > 2 required artifacts are missing. > > for artifact: > org.apache.geronimo.modules:geronimo-activemq:jar:2.1.1-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > java.net (http://download.java.net/maven/1/), > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), > apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), > codehaus-snapshots (http://snapshots.repository.codehaus.org), > apache-incubator (http://people.apache.org/repo/m2-incubating-repository/) > > at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:305) > at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:272) > at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1238) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:397) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) > ... 16 more > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 2 minutes 54 seconds > [INFO] Finished at: Mon Apr 07 08:41:54 EDT 2008 > [INFO] Final Memory: 152M/561M > [INFO] ------------------------------------------------------------------------ >