Alan
Le 01/11/2013 08:07, Alan Bateman a écrit :
On 31/10/2013 21:11, Francis ANDRE wrote:
Hi
the revokeall.exe is not executable on WXP/Cygwin which leads to the error
Z:/JDK/jdk8/jdk/test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh:
line 107:
Z:/JDK/jdk8/jdk/test/sun/management/jmxremote/bootstrap/../../windows/revokeall.exe:
Permission denied
Thus, I would suggest to add a chmod ug+x $REVOKEALL in
GeneratePropertyPassword.sh
or better still, just replace the checked-in revokeall.exe with code that uses
java.nio.file API to remove the ACL entries. The serviceability-dev list would
be the best place to follow-up on this (and would be a good clean-up to
several tests in this area).
Ok will post on the serviceability-dev list but using java.nio.file will may be
preclude this change to be back ported to jdk6...
Francis
-Alan