David Crossley wrote:
> 
> I notice that there is a different size with the jar
> that gets packed for the release ...
> 
> [forrest-trunk-release]$ ls -l build/xml-forrest.jar 
> build/dist/shbat/build/xml-forrest.jar 
> 67164 Apr 10 22:34 build/dist/shbat/build/xml-forrest.jar
> 66577 Apr 10 22:33 build/xml-forrest.jar

This is very strange. All that happened in the "dist-shbat"
target is that the Ant "copy" task copied the build/xml-forrest.jar
to that dist location.

-David