Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 54253 invoked from network); 10 Jun 2009 12:24:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jun 2009 12:24:48 -0000 Received: (qmail 52900 invoked by uid 500); 10 Jun 2009 12:24:09 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 51507 invoked by uid 500); 10 Jun 2009 12:24:05 -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 50354 invoked by uid 99); 10 Jun 2009 12:17:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2009 12:17:26 +0000 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 richard.hauswald@googlemail.com designates 209.85.132.246 as permitted sender) Received: from [209.85.132.246] (HELO an-out-0708.google.com) (209.85.132.246) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2009 12:17:16 +0000 Received: by an-out-0708.google.com with SMTP id c38so407481ana.25 for ; Wed, 10 Jun 2009 05:16:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=kZnf4KzvZK9h+W6JlRUzbVU1e9jYxyXcfUvkg2ZZjNU=; b=qqp3ZsaCPNDbY4vgzFw7nE3MbomFqsYFj499q2skGUOGDSQqWdgAVTwzU1rGlB1fID +2bO+oKe09rIxD4zipBJUo1QDUxUkIwnuRgnlNa7gzpb890jZtcCqqHYOn2SZfaO6Ouy VSeIEacx06d9nad8VZJ9h7A5vlCzWNbhdCJzI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=D+ljvHux1xKmmBsWcA0hF+uU867VGZdGTh0VMCiIQpOyS2ArbmsOEi6OGkZSjN/C3Z iTBXo+gg66OKmksAfHKlYF6fIKAC66ZR0g4+IUIn6P2MCxZdv9n8LYuWnO3QsqGS3pgP iJ5xjo3CbDv2XBziPrOE7w3g5Jnc9riZ8Csgw= MIME-Version: 1.0 Received: by 10.100.152.1 with SMTP id z1mr1177367and.69.1244636215330; Wed, 10 Jun 2009 05:16:55 -0700 (PDT) Date: Wed, 10 Jun 2009 14:16:55 +0200 Message-ID: <8eba58930906100516p447c0210tc4d3f9b3051cc37@mail.gmail.com> Subject: 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: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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: 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