On Tue, May 27, 2008 at 3:47 PM, Ciaran <[EMAIL PROTECTED]> wrote: > > 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). > > This did help imensely, thanks! It might be worth putitng that on the > 'building ODE' page ( I tried to edit it, but without a login it appears > not > to be editable :) ) in case others come this way later !:)
Done, should show up tomorrow on the web site. Thanks! Matthieu > > - Ciaran >