Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 33645 invoked from network); 16 Nov 2004 10:00:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Nov 2004 10:00:57 -0000 Received: (qmail 56882 invoked by uid 500); 16 Nov 2004 10:00:56 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 56825 invoked by uid 500); 16 Nov 2004 10:00:55 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 56808 invoked by uid 99); 16 Nov 2004 10:00:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [156.153.255.238] (HELO palrel13.hp.com) (156.153.255.238) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 16 Nov 2004 02:00:52 -0800 Received: from hplms2.hpl.hp.com (hplms2.hpl.hp.com [15.0.152.33]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by palrel13.hp.com (Postfix) with ESMTP id 55BC21C10E5F for ; Tue, 16 Nov 2004 02:00:48 -0800 (PST) Received: from [15.144.25.135] (chamonix.hpl.hp.com [15.144.25.135]) by hplms2.hpl.hp.com (8.13.1/8.13.1/HPL-PA Hub) with ESMTP id iAGA0kKh021545 for ; Tue, 16 Nov 2004 02:00:46 -0800 (PST) Message-ID: <4199CFCD.5040109@apache.org> Date: Tue, 16 Nov 2004 10:00:45 +0000 From: Steve Loughran User-Agent: Mozilla Thunderbird 0.7 (X11/20040615) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: Cross Dependency in Modules Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Tue, 16 Nov 2004 10:03:57 +0530, sanjeev chhabra wrote: > Hi All, > If i want to create a EAR containing many Jars. > Out of these Jars 2 jars have cross dependency. > i.e. > A Need B > B Need A > Now if i create jar A first it is giving me errors. > How can i resolve this issue. > > Thanks > Sanjeev Chhabra 1. this is a use of ant question; you should subscribe and post to user@ant.apache.org 2. you have a circular dependency. This is wrong. it is either an error or bad architecture. 3. try one of: -fix your design -make one jar -create a third jar with the joint dependencies --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org