Muralidhar Y. wrote on Wednesday, September 28, 2005 3:59 PM: > 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.
This is obviously a cycle and cannot be resolved. What should be build first: Hen or Egg? Refastructure your projects, move the common parts of both into a third one and let both projects depend on that. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
