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
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
> -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
> 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
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
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