On Dec 11, 2006, at 11:36 AM, Prasad Kashyap wrote:
Yes. I have been able to build Geronimo-2.0-SNAPSHOT on a clean repo
without pulling in anything from 1.2
Great.
(except tranql-connector-derby-common).
As far as I can see, both G 1.2 and 2.0 are using the exact same
versions of all the tranql jars.
However, when I build Openejb-2.2, it pulls in all Geronimo-1.2
artifacts.
Sure, the openejb build is a different build.
Next, the openjeb-itests-core.jar now fails to install on
Geronimo-2.0-SNAPSHOT b'coz it has a dependency on 1.2 too.
Let's pick this up in the test thread. Maven-wise, there is no dep
from the openejb-itests-core.jar to any 1.2 geronimo jars.
-David
Cheers
Prasad
On 12/11/06, David Blevins <[EMAIL PROTECTED]> wrote:
On Dec 11, 2006, at 10:51 AM, Prasad Kashyap wrote:
> Geronimo 2.0-SNAPSHOT pulls in OpenEJB-2.2
> OpenEJB-2.2 has a dependency on Geronimo-1.2-SNAPSHOT
All org.apache.geronimo.* deps in OpenEJB were marked as non-
transitive. It's been very heavily tested that you can build G 2.0-
SNAPSHOT without pulling in any G 1.2-SNAPSHOTS at all.
-David