Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 83804 invoked from network); 25 Apr 2010 06:36:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Apr 2010 06:36:49 -0000 Received: (qmail 73664 invoked by uid 500); 25 Apr 2010 06:36:49 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 73358 invoked by uid 500); 25 Apr 2010 06:36:47 -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 73350 invoked by uid 99); 25 Apr 2010 06:36:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Apr 2010 06:36:46 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ravi.aroy@gmail.com designates 74.125.83.173 as permitted sender) Received: from [74.125.83.173] (HELO mail-pv0-f173.google.com) (74.125.83.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Apr 2010 06:36:39 +0000 Received: by pvg4 with SMTP id 4so79576pvg.4 for ; Sat, 24 Apr 2010 23:36:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:cc:content-type; bh=e9+U8TRwfA6CB4hiTNJnPSdR56UXwqOOnoNMfsAnFgk=; b=A2A7Y9ahcjPVLHxR+SKMaEY6ZvbULtL3Nbc5FPCvD+b7BSj+idf46xQyG6Y/Qq8u6C jiZuduDIdBfGD3oQ9HykOzeGMejln5aakW5C05cHIgEpKMDleKjsbW/bAGQorMH08Ln1 qzxHIkpm5x+bGn/0yU3+qNF3+szEesAGXepOE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=SRptCAWhYNIp4HCNvuCr7gbtxTwGkszPXgLn8RUJTNP9MNM+0jqqhstGsdPkPi2w/b KSioMWCTFEBYwlpTuccwbTdICuZCr0J7JghLDUI+sI2TcdOqRMGXj4ZM8hDibBtiiG2t QNueOvQDm2GMDpi+eeEWmMlEXVYGopUfGtzFU= MIME-Version: 1.0 Received: by 10.143.25.27 with SMTP id c27mr1103438wfj.65.1272177378471; Sat, 24 Apr 2010 23:36:18 -0700 (PDT) Received: by 10.142.139.9 with HTTP; Sat, 24 Apr 2010 23:36:18 -0700 (PDT) Date: Sun, 25 Apr 2010 12:06:18 +0530 Message-ID: Subject: Using Ivy as Dependency manager in Ant build From: Ravi Roy To: ivy-user@ant.apache.org Cc: ravi.aroy@gmail.com Content-Type: multipart/alternative; boundary=001636e1f7acbc311a048509e068 --001636e1f7acbc311a048509e068 Content-Type: text/plain; charset=ISO-8859-1 Hi, I am new to Ivy dependency manager. I am looking for my ant build to use Depdency repsolution mechanism for project dependencies. I have following scenario / constraints : 1.I have a big chunk of jars on classpath causing some of the dependencies not found at times (may be there are limits of the classpath and after it crosses the limit it can find some of the dependencies causing build to fail). 2.I do not want to use public repositories for dependency resolution instead want to create my own internal repository. 3.I have more than 60 subprojects (eclipse RCP, plugins, normal java projects) which make my product. So, Can someobody share experiences with IVY as dependency manager to build the product with the features / constraints I have mentioned above ? Thanks for sharing experiences in advance! -RR --001636e1f7acbc311a048509e068--