scott hutinger wrote: > My build with jdk1.4.x > java version "1.4.2-03" > Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.2-03) > Java HotSpot(TM) Client VM (build Blackdown-1.4.2-03, mixed mode) > > BUILD SUCCESSFUL > Total time: 40 minutes 39 seconds > > So I think jdk versions may be making your build fail?
you're right! that was it. It succeeds on 1.4.2 and fails on 1.5.0. I had one shell set to 1.5 (for Eclipse) and just happened to be building the 10.2 branch in a shell set to 1.4. thanks! mystery solved, -jean
