From dev-return-12181-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Thu Sep 04 10:36:45 2008 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 5997 invoked from network); 4 Sep 2008 10:36:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2008 10:36:44 -0000 Received: (qmail 85777 invoked by uid 500); 4 Sep 2008 10:36:42 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 85747 invoked by uid 500); 4 Sep 2008 10:36:41 -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 85736 invoked by uid 99); 4 Sep 2008 10:36:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 03:36:41 -0700 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 10:35:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A4059234C1C8 for ; Thu, 4 Sep 2008 03:35:52 -0700 (PDT) Message-ID: <947341014.1220524552670.JavaMail.jira@brutus> Date: Thu, 4 Sep 2008 03:35:52 -0700 (PDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-1921) Trunk build is broken due to dependence on XBean 3.3 In-Reply-To: <1073073984.1220015692566.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-1921. ----------------------------- Resolution: Fixed fixed in revision 691959. > Trunk build is broken due to dependence on XBean 3.3 > ---------------------------------------------------- > > Key: AMQ-1921 > URL: https://issues.apache.org/activemq/browse/AMQ-1921 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.2.0 > Reporter: Bruce Snyder > Fix For: 5.2.0 > > Attachments: pom.xml.diff.txt > > > The trunk build is failing because the xbean-spring-3.3.jar cannot be located: > {code} > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > Missing: > ---------- > 1) org.apache.xbean:xbean-spring:jar:3.3-SNAPSHOT > Try downloading the file manually from the project website. > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.xbean -DartifactId=xbean-spring -Dversion=3.3-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.xbean -DartifactId=xbean-spring -Dversion=3.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > Path to dependency: > 1) org.apache.xbean:maven-xbean-plugin:maven-plugin:3.3 > 2) org.apache.xbean:xbean-spring:jar:3.3-SNAPSHOT > ---------- > 1 required artifact is missing. > for artifact: > org.apache.xbean:maven-xbean-plugin:maven-plugin:3.3 > from the specified remote repositories: > nexus (http://localhost:8081/nexus/content/groups/public) > {code} > The attached patch updates the XBean version to 3.4 and the build succeeds. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.