Do not hijack threads like this. Start a new thread instead of replying
to a existing thread. It messes up the thread view in the email clients
that thread messages.

On Wed, 2005-09-28 at 17:58 +0400, Muralidhar Y. wrote:
>  
> hi I am using multiproject plug-in. When I am trying to create complete
> build it says cycle detected. Build failed. This is happening when I declare
> dependency of one subproject in another like the following 
> 
> I had 2 subprojects. I declared 1st one as dependency in 2nd one and 2nd one
> in 1st one.
> 
> Pls tell me how to solve it.

You can't have a circular dependency. The only way to solve this is to
move the parts of 1 and 2 that you want to share in a third project and
make both 1 and 2 depend on 3.

--
Trygve


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

Reply via email to