Let say A depends on B, B depends on C, and C depends and A

Refactor all denpendent classes to another module D

so that

A depends on D
B depends on D 
C depends on D


or something similar.

-D




On Wed, 1 Dec 2004 21:25:18 -0800 (PST), rajas kumar
<[EMAIL PROTECTED]> wrote:
> Hai,
> 
>  I am getting a problem with cyclic dependency. How can i solve this problem.
> 
> Here is the out put.
> 
> BUILD FAILED
> File...... file:/E:/mycvs/cfm/pcm/dev/src/com/cfm/pcm/maven.xml
> Element... m:reactor
> Line...... 234
> Column.... 40
> A cycle has been detected from the initial goal [services:services]
> Total time: 5 seconds
> Finished at: Thu Dec 02 10:51:30 GMT+05:30 2004
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>

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

Reply via email to