David Crossley wrote:
> 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.

Ah, i made the "dist-shbat" target pause with an "input"
task, copied the jar over by hand, then let it proceed
after the copy.

Something mangles the jar later in the process.

Looking ...

-David