Bryan Pendleton wrote:
However, the *size* of the jar files seems wildly wrong.
For example, the derby.jar that came in the binary distribution
is 2143211 bytes in size, but the derby.jar that I built using
the source distribution ends up being 2904165 bytes. And the
'sane=true' version of derby.jar ends up being 3097091 bytes.
For the 2904165 build - did you compile the classes with both
debug=false, and sane=false in your ant.properties ?
I suspect the 2904165 size is probably because the classes were built
with debug=true
Sunitha.