On Tue, 16 Nov 2004 10:03:57 +0530, sanjeev chhabra <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to