Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 47063 invoked from network); 4 Aug 2009 20:30:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Aug 2009 20:30:26 -0000 Received: (qmail 50793 invoked by uid 500); 4 Aug 2009 20:30:31 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 50768 invoked by uid 500); 4 Aug 2009 20:30:31 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 50758 invoked by uid 99); 4 Aug 2009 20:30:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 20:30:31 +0000 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: domain of paul.grenyer@gmail.com designates 209.85.219.222 as permitted sender) Received: from [209.85.219.222] (HELO mail-ew0-f222.google.com) (209.85.219.222) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 20:30:20 +0000 Received: by ewy22 with SMTP id 22so3876861ewy.28 for ; Tue, 04 Aug 2009 13:30:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=jusWhchI6yPkcgEYEYhW1+oIgox13nVSgPPEefDaslc=; b=E3nxSpBoozdJK9+5RTg4/iVQoeF1UBdJ07dUbgwmtgz/0MU1MMU+Nej9+o8PQiVZHK WDCU8pvWaiq2vImTC5L18FBZf1j5Dc+khUveC5ToqaJPeAp04l8Ah7fHuRAv2G4/c1Vl YFdUp25mEkV4OSw2D5+tKEpef/60/NOJiwA4M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=aalFJO2nVpKk6VgDrJa5HYxrX3yAFWgIGsEK5wb9smzTpBzbx5cRihqX6e5jPiyOTX VJsitZj+pZCznSRV9nCgi3yZ8ukiyboug3UCyIMVQ1EEDAc1TL3bVZfeB7P6tb5ADbQy pcxFGSnLP4IltOTyn/uH3ISBaK5HVrPMonitI= MIME-Version: 1.0 Received: by 10.216.89.20 with SMTP id b20mr1547632wef.61.1249417799731; Tue, 04 Aug 2009 13:29:59 -0700 (PDT) In-Reply-To: <14479a010908041314r36034b78k1c829905111fb341@mail.gmail.com> References: <34721A41A7BCF54ABC3B116219A8C1C2057EC490E9@NP1EXCH012.corp.halliburton.com> <14479a010908041314r36034b78k1c829905111fb341@mail.gmail.com> Date: Tue, 4 Aug 2009 21:29:59 +0100 Message-ID: Subject: Re: Depedencies in shared repository From: Paul Grenyer To: ivy-user@ant.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 On Tue, Aug 4, 2009 at 9:14 PM, Geoff Clitheroe wrot= e: > On Wed, Aug 5, 2009 at 7:49 AM, Joshua > Tharp wrote: >> Shouldn't your org be org.apache.commons? > > There is commons-lang/commons-lang/2.* on central. Yeah, and the one I used is the same as in the ivy tutorials from memory. > Paul, what resolvers are you using? =A0Can you post you settings files. > The ivy.xml file tells Ivy about your project and it dependencies, the > settings tell Ivy where to try to get the dependencies from. =09 > You will need a resolver for your repo and one that can get > common-lang i.e., a maven resolver for central. Yes. That bit's working (see above). If I put put dependencies for my JAR and commons-lang in my project's IVY file it works fine. But I want to be able to do it without having to specify commons-lang in the project ivy file. --=20 Thanks Paul Paul Grenyer e: paul.grenyer@gmail.com w: http://www.marauder-consulting.co.uk b: paulgrenyer.blogspot.com