Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 11
-
Fix Version/s: 14
-
Component/s: infrastructure
-
Labels:
-
Subcomponent:
-
Resolved In Build:b16
Description
On Windows, I cannot pass a relative path to --with-boot-jdk:
bash ../source/configure --with-boot-jdk=../../jdks/oracle-jdk-10/ --with-debug-level=fastdebug
checking Boot JDK version... /cygdrive/c/mine/projects/openjdk/jdk-jdk/output-fastdebug/configure-support/generated-configure.sh: line 26518: /cygdrive/c/cygwin64../../jdks/oracle-jdk-10//bin/java: No such file or directory
Notice the missing slash after "cygwin64".
bash ../source/configure --with-boot-jdk=../../jdks/oracle-jdk-10/ --with-debug-level=fastdebug
checking Boot JDK version... /cygdrive/c/mine/projects/openjdk/jdk-jdk/output-fastdebug/configure-support/generated-configure.sh: line 26518: /cygdrive/c/cygwin64../../jdks/oracle-jdk-10//bin/java: No such file or directory
Notice the missing slash after "cygwin64".