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).
-Alan