Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 96527 invoked from network); 14 Jun 2010 15:17:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jun 2010 15:17:58 -0000 Received: (qmail 34466 invoked by uid 500); 14 Jun 2010 08:11:18 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 34255 invoked by uid 500); 14 Jun 2010 08:11:15 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 34242 invoked by uid 99); 14 Jun 2010 08:11:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2010 08:11:14 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of claus.ibsen@gmail.com designates 74.125.82.173 as permitted sender) Received: from [74.125.82.173] (HELO mail-wy0-f173.google.com) (74.125.82.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2010 08:11:09 +0000 Received: by wyb36 with SMTP id 36so3474654wyb.32 for ; Mon, 14 Jun 2010 01:10:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=mM4IqJ9vo60Y0fB7W9HakKcsJG48d3m94ySAXYAvtaU=; b=QiHElT+hwIp2j6k66EbQ9OhiKUDExVOkE/9G3nNnjIWWpCei+Os4nD1UYgglaltt/C hWcOoy0D2O+BJUZtUqo2PD2FW2sYjoJspvkDkbBOC32ek3syozxIos+WvvbaNwxYIZqX S96Zbi6MoE2NpLZ1rd6b5NCsCFI9YuOz77HBY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=jArKIHcFK0Qr9fuIGF4Wybh+Vlm7HitpNB60K+VSLp3geJU3CZiiQwbvEixMzMMSUw Xj76+P/OsxFqHhflMZZtdq5aSL35SNArb7jns6lJNNJHWcJaucxBDsdsgmp+JhZ7SRED NWao8DVdqMVRDjEVjPWmKEN3xEFaoQ2xznkyk= Received: by 10.216.88.21 with SMTP id z21mr1959403wee.100.1276502735507; Mon, 14 Jun 2010 01:05:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.23.11 with HTTP; Mon, 14 Jun 2010 01:05:15 -0700 (PDT) In-Reply-To: References: From: Claus Ibsen Date: Mon, 14 Jun 2010 10:05:15 +0200 Message-ID: Subject: Re: Building issue with camel-cache To: users@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Builds fine with me. Although I use Nexus. Terracotta have their maven repo now https://oss.sonatype.org/content/repositories/sourceforge-releases/net/sf/e= hcache/ And the Spring guys got this s3 repo so its a bit pain to browse. You need a special URL to browse it from a web browser. And I wonder if OSGi bundle is on the roadmap for ehcache? Which have the latest release. So we should maybe switch to that repo and upgrade to a later release. However the jars is NOT OSGi bundles, so we got the usual problem having to support both osgi and non osgi. On Fri, Jun 11, 2010 at 9:52 AM, Charles Moulliard w= rote: > Hi, > > I have an issue to build camel-cache > > Is the ehcache "OSGI' jar always available on the spring repository > site or do we have to change due to moving of ehcache to terracotta ? > > Missing: > ---------- > 1) net.sourceforge.ehcache:com.springsource.net.sf.ehcache:jar:1.6.2 > > =A0Try downloading the file manually from the project website. > > =A0Then, install it using the command: > =A0 =A0 =A0mvn install:install-file -DgroupId=3Dnet.sourceforge.ehcache > -DartifactId=3Dcom.springsource.net.sf.ehcache -Dversion=3D1.6.2 > -Dpackaging=3Djar -Dfile=3D/path/to/fi > le > > =A0Alternatively, if you host your own repository you can deploy the file= there: > =A0 =A0 =A0mvn deploy:deploy-file -DgroupId=3Dnet.sourceforge.ehcache > -DartifactId=3Dcom.springsource.net.sf.ehcache -Dversion=3D1.6.2 > -Dpackaging=3Djar -Dfile=3D/path/to/file > =A0-Durl=3D[url] -DrepositoryId=3D[id] > > =A0Path to dependency: > =A0 =A0 =A0 =A01) org.apache.camel:camel-cache:bundle:2.4-SNAPSHOT > =A0 =A0 =A0 =A02) net.sourceforge.ehcache:com.springsource.net.sf.ehcache= :jar:1.6.2 > > ---------- > 1 required artifact is missing. > > for artifact: > =A0org.apache.camel:camel-cache:bundle:2.4-SNAPSHOT > > from the specified remote repositories: > =A0com.springsource.repository.bundles.external > (http://repository.springsource.com/maven/bundles/external), > =A0apache.snapshots (http://repository.apache.org/snapshots), > =A0central (http://repo1.maven.org/maven2) > > KR, > > Charles Moulliard > > Senior Enterprise Architect (J2EE, .NET, SOA) > Apache Camel/ServiceMix Committer > > ******************************************************************* > - Blog : http://cmoulliard.blogspot.com > - Twitter : http://twitter.com/cmoulliard > - Linkedlin : http://www.linkedin.com/in/charlesmoulliard > --=20 Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus