Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 80154 invoked from network); 24 Nov 2007 14:18:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Nov 2007 14:18:34 -0000 Received: (qmail 13561 invoked by uid 500); 24 Nov 2007 14:18:22 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 13532 invoked by uid 500); 24 Nov 2007 14:18:22 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Received: (qmail 13518 invoked by uid 99); 24 Nov 2007 14:18:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Nov 2007 06:18:22 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Jim.Adams@sas.com designates 149.173.6.153 as permitted sender) Received: from [149.173.6.153] (HELO mercav06.na.sas.com) (149.173.6.153) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Nov 2007 14:18:22 +0000 Received: from MERCMBX07.na.sas.com ([10.16.9.157]) by mercav06.na.sas.com with InterScan Message Security Suite; Sat, 24 Nov 2007 09:18:01 -0500 x-mimeole: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C82EA4.D203F326" Subject: RE: Help with multi projects Date: Sat, 24 Nov 2007 09:17:10 -0500 Message-ID: <688AEB1C4CF90D419DDE8D721005232B01B0A58D@MERCMBX07.na.sas.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: <688AEB1C4CF90D419DDE8D721005232B01B0A58D@MERCMBX07.na.sas.com> Thread-Topic: Help with multi projects Thread-Index: Acguo4eszJErWa4vQym6jiA6YyScuwAASxEe References: <13906087.post@talk.nabble.com> <13925016.post@talk.nabble.com> From: "Jim Adams" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C82EA4.D203F326 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Try using BuildList to run Ant with. That will order each build by = dependencies. Then you just let Ivy download your first file from the = repo when you build the second project. ________________________________ From: jpyork [mailto:jp_york@hotmail.com] Sent: Sat 11/24/2007 9:08 AM To: ivy-user@incubator.apache.org Subject: Re: Help with multi projects jpyork wrote: > > I have a ant script that uses Ivy that works fine to create a jar = file, > but I know have a 2nd project that needs that jar file. The problem I = am > having is that the they are both part of a bigger script so every time = I > run it the jar file is new and needs a new version, but I can't get = the > 2nd project to find the jar file that is created in the first project. > > Any help, I have tried to use the publish target, but can't seem to = get > that to work. > The two replies I have had do not help me, any ideas. Here is the example. Project 1 when all is done ends up spitting out a Jar file in say C:\test\example.Jar I want Project 2 to be able to find that jar and everytime I run this program example.jar will have a version number added and increased, but = then I need Project 2 to find it. This is the page I am trying to use to help me with this issue: http://ant.apache.org/ivy/history/trunk/tutorial/multi-project.html -- View this message in context: = http://www.nabble.com/Help-with-multi-projects-tf4859457.html#a13925016 Sent from the ivy-user mailing list archive at Nabble.com. ------_=_NextPart_001_01C82EA4.D203F326--