Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 21900 invoked from network); 30 Aug 2006 10:12:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Aug 2006 10:12:45 -0000 Received: (qmail 24620 invoked by uid 500); 30 Aug 2006 10:12:41 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 24555 invoked by uid 500); 30 Aug 2006 10:12:41 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 24544 invoked by uid 99); 30 Aug 2006 10:12:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2006 03:12:40 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=URIBL_OB_SURBL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [192.6.10.2] (HELO colossus.hpl.hp.com) (192.6.10.2) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2006 03:12:39 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by colossus.hpl.hp.com (Postfix) with ESMTP id B7C4F6B9E8 for ; Wed, 30 Aug 2006 11:12:17 +0100 (BST) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from colossus.hpl.hp.com ([127.0.0.1]) by localhost (colossus.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id gaj-Uz1nEiaf for ; Wed, 30 Aug 2006 11:12:17 +0100 (BST) Received: from ha-node-br1.hpl.hp.com (ha-node-br1.hpl.hp.com [16.25.144.56]) by colossus.hpl.hp.com (Postfix) with ESMTP id D63436BA18 for ; Wed, 30 Aug 2006 11:12:16 +0100 (BST) Received: from [16.25.168.193] (dhcp-168-193.hpl.hp.com [16.25.168.193]) by ha-node-br1.hpl.hp.com (8.13.4/8.13.4) with ESMTP id k7UAC66G021229 for ; Wed, 30 Aug 2006 11:12:06 +0100 (BST) Message-ID: <44F5647A.9020606@apache.org> Date: Wed, 30 Aug 2006 11:12:10 +0100 From: Steve Loughran User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Ant Users List Subject: Re: Sharing inter-project dependencies References: <20060829060320.26190@gmx.net> In-Reply-To: <20060829060320.26190@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Markus M. May wrote: > Hello Michael, > > we are solving this, by having a central repository (pretty much like the maven repository) which contains all JAR-files of all components. Therefor you can then reference a fileset with all neede files from the repository. > The hard thing is, that the components can change their version and then component A is dependend from component B Version x.y. Somebody has to reference these correctly. > > I hope this helps a little. > Look at Ivy, http://www.jayasoft.org/ivy -steve --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org