|
From: Leif M. <le...@ta...> - 2006-07-20 04:51:31
|
Hello all, I uploaded the delta-pack distributions for the 3.2.1 release today. This distribution contains the binaries necessary to run on any of the platforms supported by this release. The naming structure used in the delta-pack makes it possible to generate a single binary distribution of a user application which runs anywhere. It works by renaming the wrapper binary from "wrapper" to "wrapper-linux-x86-32" and "libwrapper.so" to "libwrapper-linux-x86-32.so" The same pattern can be followed for the files from any wrapper distribution. The sh scripts, bat files, and wrapper jar are all aware of this naming structure, correctly loading the binaries appropriate for the current platform. Cheers, Leif |