I realize that I'm having this conversation with myself, but anyway... Tim Ellison wrote: > Tim Ellison wrote: >> FYI I deleted the Hudson workspace, and now it shows the same errors as >> Andrew trying to download the dependencies. >> >> Normal service will be resumed shortly...once we have figure out where >> things moved. > > The dependencies download now ok, but the architecture detection has > gone squiffy:
I was running the build on an x86_64 bit machine, but using a 32-bit JRE, so the os.arch was reporting it as a x386, which in turn caused Ant to report the OS as x86, which made our scripts build in 32-bit mode, and so on. Building with a 64-bit JRE seems to solve the problem. Hudson now back to normal. Regards, Tim