I still following the process of running bootstrap in pieces when I have
to start from scratch (as in this case). But at least I didn't have to
build anything more than once. :-)
Here's what I did:
rd m2repo /s (my local repo location)
md m2repo
cd <geronimo-root>
bootstrap clean
set PATH and JAVA_HOME for jdk 1.5
bootstrap specs
set PATH and JAVA_HOME for jdk 1.4.2
bootstrap modules
bootstrap openejb2
bootstrap assemble
Joe
Jacek Laskowski wrote:
On 9/13/06, Tim McConnell <[EMAIL PROTECTED]> wrote:
Hi Joe, were you able to successfully build the remainder of trunk after
getting the specs to build (with a 1.5 jdk) ?? Just wondering I should
try the same if it'll help me get trunk built....
Did it twice or more. When I saw Rick had troubles building OpenEJB 2
I removed .m2 local repo and gave the build(s) a whirl. I had to build
Geronimo, then OpenEJB 2 and then Geronimo again. There are some
interdependencies and I couldn't build them all in one shot. Of
course, the specs had to be built using java 5.
Jacek