What is "Spring STS" ?? My guess is that perhaps Maven pom.xml contains the 'test' dependencies as well, since we use Gradle that as a more powerful dep management.
(--> means "dependsOn" below) So for instance; qi4j-bootstrap[test] --> qi4j-runtime[compile] --> qi4j-bootstrap[compile] and many similar cycles. This allows for the tests to remain where they belong and not in some other project. If it is the pom.xml, then I am not sure what to do about it, other than some post-create script that strips those dependencies from the pom.xml... Thanks for reporting it. Cheers Niclas On Thu, Aug 30, 2012 at 9:31 AM, 张峰昌 <[email protected]> wrote: > Hello, > > I have download Qi4j-qi4j-sdk-2.0-beta-1-76-ga6159af .zip ,and import the > sdk projects into spring sts. The problem is most of the project report > error:A cycle was detected in the build path of project. > > Please check this problem and provide help advice! > > > > > > > > 张峰昌 > > 电话:18930623939 > > 欲知诸法实相,当习般若波罗蜜 > > > > _______________________________________________ > qi4j-dev mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/qi4j-dev -- 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/6a2pl4j I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

