From Windows, published java\jre1.6.0_13.zip. All good until I tried to run the installer, and then 7zip barfed.
Investigation revealed a binary diff between the published version and the original:
$ tar xzf //devnas/builds/Fig/repos/java-zipped/1.6.0.13/resources.tar.gz
$ ls java/
jre1.6.0_13.zip
$ svn co http://svpsvn/drw/libs/thirdparty/JVMs/jre1.6.0_13-win
A jre1.6.0_13-win\jre1.6.0_13.zip
A jre1.6.0_13-win\README.txt
Checked out revision 226837.
$ ls -l jre1.6.0_13-win/jre1.6.0_13.zip
-rw-r--r-- 1 cwalquis Administ 31576912 Mar 5 14:01 jre1.6.0_13-win/jre1.6.0_13.zip
$ cmp jre1.6.0_13-win/jre1.6.0_13.zip java/jre1.6.0_13.zip
jre1.6.0_13-win/jre1.6.0_13.zip java/jre1.6.0_13.zip differ: char 669, line 4
$
The workaround is to do the publish operation from Linux, and then everything is fine.
From Windows, published java\jre1.6.0_13.zip. All good until I tried to run the installer, and then 7zip barfed.
Investigation revealed a binary diff between the published version and the original:
The workaround is to do the publish operation from Linux, and then everything is fine.