Hi, When I upgraded to the latest IBM JDK 1.5, the build became very slow during the compilation:
java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build pwi32dev-20080315 (SR7)) IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223-2008031 5 (JIT enabled) J9VM - 20080314_17962_lHdSMr JIT - 20080130_0718ifx2_r8 GC - 200802_08) JCL - 20080314 SUN JDK or earlier versions of IBM JDK don't have the problem. Thanks, Raymond From: ant elder Sent: Wednesday, July 16, 2008 1:32 AM To: [email protected] Subject: Re: Slow Build Ok if it wasn't the maven version then it might have been the JDK (it was a while ago now when i had the similar issue so i can't remember exactly what i did to fix it), are you using an IBM JDK and if so does using the Sun one make a difference? ...ant On Tue, Jul 15, 2008 at 9:50 PM, Kevin Williams <[EMAIL PROTECTED]> wrote: Tried with 2.0.7 with the same results. I'll try to repeat this on a fresh build on my old machine. On Tue, Jul 15, 2008 at 7:22 AM, ant elder <[EMAIL PROTECTED]> wrote: > I think i've seen something similar and went back to an older maven release > and it went away, currently i use 2.0.7 > > ...ant > > On Tue, Jul 15, 2008 at 2:15 PM, Kevin Williams <[EMAIL PROTECTED]> > wrote: >> >> I am having trouble with a fresh build on a new machine. I am not >> getting fatal errors but the build process slows to a crawl and did >> not complete overnight. >> >> svn version 1.5.0 >> mvn version 2.0.9 >> java 1.5.0 >> XP >> >> I tried allowing more memory for the build with "SET >> MAVEN_OPTS=-Xmx512m" but got the same results. >> >> Any ideas/pointers appreciated. >> >> Thanks, >> >> --Kevin > >
