EVALUATION
For 6u7, there are 21 .exe's in the jre/bin directory:
java-rmi.exe jureg.exe orbd.exe ssvagent.exe
java.exe jusched.exe pack200.exe tnameserv.exe
javacpl.exe keytool.exe policytool.exe unpack200.exe
javaw.exe kinit.exe rmid.exe
javaws.exe klist.exe rmiregistry.exe
jucheck.exe ktab.exe servertool.exe
Out of the 21 files, these 5 already have manifests:
jureg.exe
jusched.exe
jucheck.exe
javacpl.exe
ssvagent.exe
The following 16 files do not currently have manifests (broken into Deployment vs non-Deployment):
3 Owned by Deployment:
pack200.exe
unpack200.exe
javaws.exe
13 Not owned by deployment:
java-rmi.exe orbd.exe java.exe tnameserv.exe
keytool.exe policytool.exe javaw.exe kinit.exe rmid.exe
klist.exe rmiregistry.exe
ktab.exe servertool.exe
So the bulk of these files are part of the j2se ws, and are not owned by the Deployment team. I'm not sure if it's a good idea for Deployment engineers to be messing around with other teams Makefiles...and the Deployment team probably shouldn't be responsible for testing the other teams' binaries with their new manifests. So this might be a project that needs to be owned by several teams.
|