Hello,

there are some solutions for this kind of problem. First of all, you definitly 
have to get rid of all the circular dependencies, these are very painful and 
also quite dangerous, when you think about it. 
for the dependencies itself, you can use tools like IVY or even program stuff 
on your own. But also, like you stated, you can migrate to Maven. This depends 
on the needs in your project.

R,

Markus


-------- Original-Nachricht --------
Datum: Mon, 7 Aug 2006 12:39:20 -0700 (PDT)
Von: Bala Paranj <[EMAIL PROTECTED]>
An: user@ant.apache.org
Betreff: Package Dependencies

> I have dependencies between packages with some having circular dependency.
> Is it easier to use
> Maven instead of Ant to create the jars and war files? TIA.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to