Re: Does Java 8 actually work on Windows XP

2013-12-12 Thread Francis ANDRE
Hi Le 12/12/2013 17:57, Phil Race a écrit : Very probably, since I think the Oracle JDK 32 bit binaries are still built on XP SP3. But no one tests on XP any more, so I couldn't say for certain. But I'd expect that to change to "definitely not" early in JDK 9, since once we move to newer VS com

Re: [8] langtools DocCommentTester.java:109: error: cannot find symbol

2013-11-24 Thread Francis ANDRE
Jon I run the full command as standalone cygwin bash command with the verbose options set. Result is the same. I doublechecked that tools.jar at Z:\JDK\jdk8\build\windows-x86-normal-server-release\images\j2sdk-image\lib contains the relevant classes used by DocCommentTester.java... So I do n

Re: [8] langtools DocCommentTester.java:109: error: cannot find symbol

2013-11-22 Thread Francis ANDRE
rors. ## Finished test (build time 04:40:20) -- Jon On 11/22/2013 12:23 PM, Francis ANDRE wrote: Hello I am running the langtools test suite with /cygdrive/c/cygwin/usr/local/bin/make -k -C ../langtools/test JT_JAVA=/cygdrive/Z/JDK/jdk8/build/windows-x86-normal-server-release/images/j2sdk-ima

[8] langtools DocCommentTester.java:109: error: cannot find symbol

2013-11-22 Thread Francis ANDRE
Hello I am running the langtools test suite with /cygdrive/c/cygwin/usr/local/bin/make -k -C ../langtools/test JT_JAVA=/cygdrive/Z/JDK/jdk8/build/windows-x86-normal-server-release/images/j2sdk-image TEST=jtreg jtreg and got many compiles error. I think jdk8\build\windows-x86-normal-server-

patch in test/Makefile for running langtools tests on a WXP/Cygwin platform

2013-11-01 Thread Francis ANDRE
Hi Following is an hg diff output for making the test/Makefile running the langtools/test on a WXP/Cygwin platform. FrancisANDRE@idefix /cygdrive/z/JDK/jdk8 $ hg diff test/Makefile diff --git a/test/Makefile b/test/Makefile --- a/test/Makefile +++ b/test/Makefile @@ -57,7 +57,7 @@ # Test ta

Re: [8]: revokeall.exe should be made executable on WXP/Cygwin

2013-11-01 Thread Francis ANDRE
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

[8]: revokeall.exe should be made executable on WXP/Cygwin

2013-10-31 Thread Francis ANDRE
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 s