Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 4401 invoked from network); 22 Apr 2008 19:35:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Apr 2008 19:35:35 -0000 Received: (qmail 72913 invoked by uid 500); 22 Apr 2008 19:35:35 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 72878 invoked by uid 500); 22 Apr 2008 19:35:35 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 72867 invoked by uid 99); 22 Apr 2008 19:35:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2008 12:35:34 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chirino@gmail.com designates 64.233.170.184 as permitted sender) Received: from [64.233.170.184] (HELO rn-out-0910.google.com) (64.233.170.184) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2008 19:34:49 +0000 Received: by rn-out-0910.google.com with SMTP id e28so879518rng.21 for ; Tue, 22 Apr 2008 12:34:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=qe8wvHsm/SoohVURo8rMXMN6QVzvDZy2iN6Ry0zCYxQ=; b=iL2QKFYc9ufjofzvRutvWpW+thr9RGse3nv2aCJ6EBE010VZswQzSgiMWZ5pkkv16a4ZzdoqmU4oSUhdjlQsO9hhOLEzg1D0D4PQrS7tw/zYw4AUhRZIklWaZ8tD0QBupVW8W4qSXlyjNtnbtX1vOwKuxdLzkFkRBpibzf+duIQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=wq65Aw+J2KuwMYGtV/Kq6Nar7YaK4YpGXBvURatXRnLkyepWYMp20K0Z/LCE2gY8ecsLXvy3fb8ABl7Kf/jUK5WwPU90C2T4ks0NrVhWSq0eEXng8iVdltB8WpjsX7++Pmd3bsAk5UINgroaFqXWTLaIcVn+DxcZpMzsIzFYtDY= Received: by 10.115.58.1 with SMTP id l1mr21353wak.110.1208892898964; Tue, 22 Apr 2008 12:34:58 -0700 (PDT) Received: by 10.115.46.7 with HTTP; Tue, 22 Apr 2008 12:34:58 -0700 (PDT) Message-ID: Date: Tue, 22 Apr 2008 15:34:58 -0400 From: "Hiram Chirino" Sender: chirino@gmail.com To: dev@activemq.apache.org Subject: Re: Trunk Build Fails In-Reply-To: <5a56ce1b0804221212i253031ffnc978ffb56961fd8c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5a56ce1b0804221212i253031ffnc978ffb56961fd8c@mail.gmail.com> X-Google-Sender-Auth: 09775ff53794bb42 X-Virus-Checked: Checked by ClamAV on apache.org Sorry that just happened because I did a release build of ActiveMQ (RC4) and the release pluging updates and checks in changes that break things for a little while.. well it would work if the release was voted on and pushed out to the mirrors but that has not happened yet. I'll fix it in 2 seconds. On Tue, Apr 22, 2008 at 3:12 PM, Jim Gomes wrote: > I am still experiencing problems building the trunk. I have modified my > command-line parameters as suggested by Rob, but it still fails. Here are > my command-line parameters: > > set MAVEN_OPTS=-Xmx1024M -Xms1024M > mvn -Dtest=false -DfailIfNoTests=false clean install > > It builds for a bit, and then I get the following: > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building ActiveMQ :: Console > [INFO] task-segment: [install] > [INFO] > ------------------------------------------------------------------------ > Downloading: > http://repo1.maven.org/maven2/org/apache/activemq/activemq-core/5.1.0/activemq-core-5.1.0-tests.jar > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.apache.activemq:activemq-core:test-jar:tests:5.1.0 > > 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=5.1.0 -Dclassifier=tes > ts -Dpackaging=test-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=5.1.0 -Dclassifier=tests > -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.activemq:activemq-console:jar:5.2.-SNAPSHOT > 2) org.apache.activemq:activemq-core:test-jar:tests:5.1.0 > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.activemq:activemq-console:jar:5.2.-SNAPSHOT > > from the specified remote repositories: > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), > central (http://repo1.maven.org/maven2) > > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 1 minute 26 seconds > [INFO] Finished at: Tue Apr 22 11:28:51 PDT 2008 > [INFO] Final Memory: 33M/89M > [INFO] > ------------------------------------------------------------------------ > > This is a brand-new SVN checkout of the HEAD revision. > > Any help in trouble-shooting this would be appreciated. This issue has been > introduced fairly recently within the last week or so. > > - Jim > -- Regards, Hiram Blog: http://hiramchirino.com Open Source SOA http://open.iona.com