On Tue, May 27, 2008 at 2:41 PM, Ciaran <[EMAIL PROTECTED]> wrote: > Hi All, > Am I doing something badly wrong, the ODE build times are prohibitively bad > for me at the minute, I'm doing: > > 'rake TEST=no package' > > And this can take ~45 minutes to complete! Sometimes I can get away with > making a small change and re-running the package command and its quite > quick > ~10 minutes, but most of the time need to rake clean, then rake package. > > My CPU is fully max'd out on the ruby process (not the javac process!). Is > this normal? (Never really used rake/buildr before) >
I often have problems with Javadoc, doing a full package builds the distro that includes it and for some reason that takes forever. So usually I either do: rake build TEST=no (when I don't need wars/jars) cd axis2-war; rake package TEST=no (when I need to package, it only builds what's necessary for the war) rake ode:package TEST=no (when I want all packages but not the distro) That should speed up your build considerably (slightly more than a mn on my machine for a clean build). Cheers, Matthieu > > -- > - Ciaran >