Return-Path: Delivered-To: apmail-activemq-camel-user-archive@locus.apache.org Received: (qmail 40766 invoked from network); 11 Dec 2008 06:25:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2008 06:25:00 -0000 Received: (qmail 54685 invoked by uid 500); 11 Dec 2008 06:25:13 -0000 Delivered-To: apmail-activemq-camel-user-archive@activemq.apache.org Received: (qmail 54662 invoked by uid 500); 11 Dec 2008 06:25:12 -0000 Mailing-List: contact camel-user-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-user@activemq.apache.org Delivered-To: mailing list camel-user@activemq.apache.org Received: (qmail 54651 invoked by uid 99); 11 Dec 2008 06:25:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2008 22:25:12 -0800 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 willem.jiang@gmail.com designates 209.85.142.185 as permitted sender) Received: from [209.85.142.185] (HELO ti-out-0910.google.com) (209.85.142.185) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Dec 2008 06:24:51 +0000 Received: by ti-out-0910.google.com with SMTP id a20so524755tia.0 for ; Wed, 10 Dec 2008 22:24:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=njMNe5+uzFZVGlipIfP41oR2hDHH1LLaF8JA+bmcH8M=; b=QOaYEMqKXocvv7qDyfR29HVik7lOaa64D0TtqNhBoucmZR6H5UoecQmxNS4tmcdg/n 960DZV4BlIhaeJMIIT64o/0c/NV+edH15oVEPI3FUowDVrLniZn75e8JzhL+4GjbLMPk mQz8rxHuLevoyld44E1Sq4RrQzMkqRtkzx6U4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=UPZh5yfGmq8z7ho+5Qyi+Cj2WV7zwCM8fBp+iX7Z7IJA5fsHX/rkN9RQcvJ/yLqulk /Ww/TDaib/pSdFXvdYQMHed1+G/lS+yksg8rpX2TB16j2EdQBSduR3gdXltMsybORO3g jHPcjMKUQXYM/S484LEFZ4gSXGc0mB4tVJtjk= Received: by 10.110.47.9 with SMTP id u9mr3189596tiu.51.1228976668930; Wed, 10 Dec 2008 22:24:28 -0800 (PST) Received: from ?192.168.0.131? ([123.113.114.188]) by mx.google.com with ESMTPS id 2sm1454644tif.5.2008.12.10.22.24.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 10 Dec 2008 22:24:27 -0800 (PST) Message-ID: <4940B215.2030002@gmail.com> Date: Thu, 11 Dec 2008 14:24:21 +0800 From: Willem Jiang User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: camel-user@activemq.apache.org Subject: Re: Clean build of 1.5.x does not work References: <4940AD1B.5020501@gmail.com> In-Reply-To: <4940AD1B.5020501@gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, org.apache.activemq:activemq-camel:jar:5.2.0 depends on camel 1.5.0. So we don't have the cycle dependency in camel-jms. Did you build the camel 1.5.x branch from the root ? Willem Ivan Dubrov wrote: > Hi, > > Currently Apache Camel 1.5.x branch could not be built in a clean > environment. The build fails with > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.apache.camel:camel-jms:jar:1.5.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.camel > -DartifactId=camel-jms -Dversion=1.5.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.camel > -DartifactId=camel-jms -Dversion=1.5.1-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.camel:camel-jms:bundle:1.5.1-SNAPSHOT > 2) org.apache.activemq:activemq-camel:jar:5.2.0 > 3) org.apache.camel:camel-jms:jar:1.5.1-SNAPSHOT > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.camel:camel-jms:bundle:1.5.1-SNAPSHOT > > from the specified remote repositories: > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), > guiceyfruit.release > (http://guiceyfruit.googlecode.com/svn/repo/releases/), > central (http://repo1.maven.org/maven2) > > > The workaround is to add an exclusion to the activemq-camel dependency > in the camel-jms component pom.xml: > > > > org.apache.activemq > activemq-camel > test > > > org.springframework > spring > > > > > > Should I create JIRA issue for this? >