You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by David Jencks <da...@coredevelopers.net> on 2004/07/19 00:58:07 UTC

Heads-up on lots of changes

While integrating the timer stuff I wrote I had to fix a lot of bugs 
that impacted a really lot of code.  Unfortunately this makes the cvs 
diffs hard to sort out.

In any case, due to the interdependence of geronimo and openejb, you 
need to follow the following sequence to get a successful build:

update geronimo and openejb from cvs

build geronimo (it will fail during assembly since this step uses an 
out of date openejb jar)
build openejb (this should succeed)
build geronimo (this should now succeed).

thanks
david jencks