On Thu, 14 Nov 2002, Martin Poeschl <[EMAIL PROTECTED]> wrote: > i fixed the dependency for jakarta-ojb ... but now we have cycling > dependencies:
Gump is not using the descriptor inside of stratum's module but one inside Gump's own module. Your descriptor doesn't work as the cvs tag as it's written would try to check out a CVS module named stratum from Jakarta, which doesn't exist. dIon has patched Maven to generate correct cvs tags in the Gump descriptor and used that for Grant, please ask him if you need details. The other problem is that by renaming the project from jakarta-stratum to stratum, you've broken all projects that depend on stratum, including a couple of (Turbine) projects that have descriptors in their own CVS module. It is <http://cvs.apache.org/viewcvs.cgi/jakarta-alexandria/proposal/gump/project/jakarta-turbine-stratum.xml> I worked around the circular dependency by introducing a bootstrap-ojb project that uses OJB's in-CVS jar for Torque and build Stratum against bootstrap-ojb. After that I (would try to) build jakarta-ojb against the freshly built Torque. Stefan -- To unsubscribe, e-mail: <mailto:turbine-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-dev-help@;jakarta.apache.org>
