On Sun, Apr 17, 2011 at 5:16 PM, Thibault Delor <[email protected]> wrote: > * There's cyclic dependencies. Besides the fact that I think that's > always a bad thing to have cyclic dependencies, by default the Eclipse > compiler consider it as error and avoid compilation.
It is actually an Eclipse problem, since it doesn't understand the difference between compile and test dependencies. Gradle also won't allow cyclic dependencies, but correctly treat this distinction, so I can have an upstream test depend on downstream compiles... Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/3xugrbk I work here; http://tinyurl.com/24svnvk I relax here; http://tinyurl.com/2cgsug --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
