From ivy-user-return-4349-apmail-ant-ivy-user-archive=ant.apache.org@ant.apache.org Thu Nov 27 17:41:56 2008 Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 25418 invoked from network); 27 Nov 2008 17:41:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2008 17:41:56 -0000 Received: (qmail 65305 invoked by uid 500); 27 Nov 2008 17:42:04 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 65256 invoked by uid 500); 27 Nov 2008 17:42:04 -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 64654 invoked by uid 99); 27 Nov 2008 17:42:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 09:42:03 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.68.5.9] (HELO relay00.pair.com) (209.68.5.9) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 27 Nov 2008 17:40:35 +0000 Received: (qmail 62029 invoked from network); 27 Nov 2008 17:40:18 -0000 Received: from 209.68.1.139 (HELO ?127.0.0.1?) (209.68.1.139) by relay00.pair.com with SMTP; 27 Nov 2008 17:40:18 -0000 X-pair-Authenticated: 209.68.1.139 Message-ID: <492EDB83.10009@pagesmiths.com> Date: Thu, 27 Nov 2008 09:40:19 -0800 From: Jim White User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ivy-user@ant.apache.org Subject: Re: Dependency on Zip of Jars References: <20717536.post@talk.nabble.com> In-Reply-To: <20717536.post@talk.nabble.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org That's a job for the Packager Resolver. http://code.google.com/p/ivyroundup/ Jim deaddowney wrote: > I have two projects. One produces a zip file containing its built jars and > the other is dependent on the first (among other things). When the second > needs to build, it needs that zip unpacked and those jars all put in a > directory somewhere. How is this done? > >>>From what I've read it sounds like I could use the packager resolver. > However how do I specify my dependencies in ivy.xml? Am I dependent on the > one zip or the individual jars in the zip?