circular dependencies in test code

2012-08-17 Thread Darren Shepherd
While building things with Maven its become clear that the test code (*/test directories) have circular dependencies in then and not really possible to build in a sane fashion. Specifically server/test and core/test don't compile. The first problem is that core/test depends on the vmware

Re: Circular dependencies

2012-05-06 Thread Alex Oscherov
Thanks Kelven, you are right the error was mine. You don't have circular dependencies. Thank you, Alex On Sun, May 6, 2012 at 11:00 AM, Kelven Yang wrote: > > > -Original Message- > > From: Alex Oscherov [mailto:alex.osche...@sungard.com] > > Sent: Satur

RE: Circular dependencies

2012-05-06 Thread Kelven Yang
> -Original Message- > From: Alex Oscherov [mailto:alex.osche...@sungard.com] > Sent: Saturday, May 05, 2012 10:49 PM > To: cloudstack-dev@incubator.apache.org > Subject: Circular dependencies > > Hi Folks, > I have a question - I was just familiarizing myself

Re: Circular dependencies

2012-05-05 Thread Alex Oscherov
> If the circular dependencies can be removed we have a better manageable > code. If we plan to do that, what actions do you suggest ? > -Abhi > > -Original Message- > From: Alex Oscherov [mailto:alex.osche...@sungard.com] > Sent: Sunday, May 06, 2012 11:19 AM > To: cl

RE: Circular dependencies

2012-05-05 Thread Abhinandan Prateek
Hi Alex, If the circular dependencies can be removed we have a better manageable code. If we plan to do that, what actions do you suggest ? -Abhi -Original Message- From: Alex Oscherov [mailto:alex.osche...@sungard.com] Sent: Sunday, May 06, 2012 11:19 AM To: cloudstack-dev

Circular dependencies

2012-05-05 Thread Alex Oscherov
Hi Folks, I have a question - I was just familiarizing myself with cloudstack source code and noticed that this code has pretty tight circular dependencies between core, server and vmware-base modules (that's what I saw so far). So my question is - is it done intentionally - ir yest then wh