Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 78003 invoked from network); 11 Oct 2010 18:06:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Oct 2010 18:06:49 -0000 Received: (qmail 64179 invoked by uid 500); 11 Oct 2010 18:06:49 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 64159 invoked by uid 500); 11 Oct 2010 18:06:49 -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 64151 invoked by uid 99); 11 Oct 2010 18:06:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Oct 2010 18:06:49 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shay.te@gmail.com designates 209.85.160.173 as permitted sender) Received: from [209.85.160.173] (HELO mail-gy0-f173.google.com) (209.85.160.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Oct 2010 18:06:43 +0000 Received: by gyb11 with SMTP id 11so222245gyb.4 for ; Mon, 11 Oct 2010 11:06:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=G64qscll2j6pSsbKmTsj7NHObM4TZjA71fXwFWTLuxM=; b=jYtNEiXBF03se8wseHtqt/41tbtIbInQy4awkDb20MFdtg+vbvlWE2bNxz/PtTFWG+ BOZBdKvuV+LZLFyDFCk8gxFhBx1Gx4voDBcW69aFxZ/8J6TGkSX24sJRcCyWid/5+6ZA amhvRFWiQC1lsKvQvs1SnaWLgKQoE6VdnXj/U= 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; b=Vfawfg/OM98Xomh6AI0kjgPgib+vIN1CqoMY8M3e0xlVjJHvl7OOMoBvV5cdDSP9a2 aGCyBokAsHPTwvbc1kNyAuVZy8iLiaslcIrRvbRYZdOt2K56dUKvJedzOymtHMEDnl8Y n11j1P5H5eriYdK5d1eJzWsn6lmi0sAU8406s= MIME-Version: 1.0 Received: by 10.100.127.3 with SMTP id z3mr2953122anc.225.1286820382301; Mon, 11 Oct 2010 11:06:22 -0700 (PDT) Received: by 10.220.71.131 with HTTP; Mon, 11 Oct 2010 11:06:22 -0700 (PDT) In-Reply-To: References: Date: Mon, 11 Oct 2010 20:06:22 +0200 Message-ID: Subject: Re: Using IVY programatically From: Shay Tessler To: ivy-user@ant.apache.org Content-Type: multipart/alternative; boundary=0016e645b8c2c6decc04925b3773 --0016e645b8c2c6decc04925b3773 Content-Type: text/plain; charset=ISO-8859-1 hey Geoff i dont need a single jar , i need to manage dependencies smart way problematically On Mon, Oct 11, 2010 at 10:52 AM, Geoff Clitheroe wrote: > Is it an option to repackage the dependencies along with your code into a > single jar? We use progaurd to do this for a couple of projects. I can > point you at some ant files for the process if your interested. > > http://proguard.sourceforge.net/ > > Cheers > Geoff > On 11 Oct 2010 11:27, "Shay Tessler" wrote: > > hey all. > > > > i am writing an java application based on plug-ins , > > i wish to use IVY ,to help me with dependencies issue when installing a > > plug-in at run time > > > > each plug-in should have some jar's he depends on , > > i need IVY to help me with what jar i can keep and what jar are not > > necessary > > > > i am new to IVY ,and i notice only XML configuration tutorial > > > > > > is there an API and examples how to use IVY problematically > > just to tell me what files to download , and i can trigger the download > > manually > > > > thank you > --0016e645b8c2c6decc04925b3773--