From ivy-user-return-5405-apmail-ant-ivy-user-archive=ant.apache.org@ant.apache.org Wed Jun 10 12:55:36 2009 Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 72100 invoked from network); 10 Jun 2009 12:55:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jun 2009 12:55:36 -0000 Received: (qmail 55694 invoked by uid 500); 10 Jun 2009 12:55:48 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 55666 invoked by uid 500); 10 Jun 2009 12:55:48 -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 55656 invoked by uid 99); 10 Jun 2009 12:55:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2009 12:55:48 +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 richard.hauswald@googlemail.com designates 74.125.46.156 as permitted sender) Received: from [74.125.46.156] (HELO yw-out-1718.google.com) (74.125.46.156) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2009 12:55:36 +0000 Received: by yw-out-1718.google.com with SMTP id 5so420148ywr.70 for ; Wed, 10 Jun 2009 05:55:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.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=kpnHKB+lJsaEjz8ZCYe6TMGzSc2OT/nN7e+9aqWpetA=; b=r8gOfHcpJOTdj1ciWLhhjYzob/QRshU0JInULbSaM63EFrwGaBr1BNW/wp+J3/VFst DIBSp5nRdvQcyFTyqh7o/zqE2xD9mX/sugfuadLXrPYzRtuoYjx47Euvn9jmlgDXUrh+ ITXfFPie9LbqkKlcUv9fmMFP/CVxIvoCfSbVk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=F9Er685Avr17hL3LU0wz1sdjebh0Of2qy4O0EovqBs0xLRj6ShNJfWELUDYxFtiaXe AghWckHPrgDJz1GvIW+QJzZB3XWqgw27vYLqWrovX8XVkLyVuXDJWR/MW/vt2cN2gRqa NKRyX7rKofg1qEwSgqIiP6I4EPaUDQ9KaITuw= MIME-Version: 1.0 Received: by 10.100.227.18 with SMTP id z18mr1224082ang.67.1244638515458; Wed, 10 Jun 2009 05:55:15 -0700 (PDT) In-Reply-To: References: <8eba58930906100516p447c0210tc4d3f9b3051cc37@mail.gmail.com> Date: Wed, 10 Jun 2009 14:55:15 +0200 Message-ID: <8eba58930906100555o6ef44581x27f2e69d36fcb610@mail.gmail.com> Subject: Re: Using ivy to retrieve only required deps and the sources of the required deps From: Richard Hauswald 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 I'm not sure what configurations of ivy are in maven maven repos, but this is the pom of the dependency I try to resolve: http://repo1.maven.org/maven2/net/sourceforge/stripes/stripes/1.5.1/stripes= -1.5.1.pom On Wed, Jun 10, 2009 at 2:46 PM, Joshua Tharp wrote: > Is there a configuration in the repository you are using for stripes that > provides what you are looking for? If there is, you need to change your c= onf > to point to that configuration, if there isn't... > > On Wed, Jun 10, 2009 at 5:16 AM, Richard Hauswald < > richard.hauswald@googlemail.com> wrote: > >> Hello list, >> I'm new to ivy and have my problems understanding all the required >> concepts. The examples helped me a lot :-) What I try to do is to >> configure ivy that it loads only the required dependencies and their >> sources... I managed to get all dependencies (incl optionals) with >> sources and only the required ones without sources :-) I'd be really >> happy if a ivy pro would could provide me with a small sample. Here is >> what I'm using to retrieve only the required libs: >> >> > =A0 =A0 =A0 =A0version=3D"2.0" >> =A0 =A0 =A0 =A0xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" >> =A0 =A0 =A0 =A0xsi:noNamespaceSchemaLocation=3D"ivy.xsd" >> > >> =A0 =A0 =A0 =A0> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0organisation=3D"org.apache" >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0module=3D"hello-ivy" /> >> =A0 =A0 =A0 =A0 >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0org=3D"net.sourceforge.st= ripes" >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0name=3D"stripes" >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0rev=3D"1.5.1" >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0transitive=3D"true" conf= =3D"*->default"/> >> =A0 =A0 =A0 =A0 >> >> >> I think it has something to do with the conf directive but I can't >> find a good documentation of this. So I'd also be very happy about a >> link to good one. >> Thanks in advance, >> Richard >> >