RFR: 8019537: jdk8-build prebuild fails in source bundle generation, The path of TOOLS_DIR ... is not found
Erik Joelsson
erik.joelsson at oracle.com
Tue Jul 2 08:54:52 UTC 2013
Please review this fix for the --with-tools-dir configure parameter. In
"8017047: Can't use --with-java-devtools and --with-devkit at the same
time", I carelessly added BASIC_FIXUP_PATH to both --with-tools-dir and
--with-devkit, with the intention of adding support for relative paths.
This doesn't work for --with-tools-dir however, since this parameter is
supposed to handle a colon separated path string, containing multiple
paths. This fix removes that call, restoring the old functionality of
--with-tools-dir.
http://cr.openjdk.java.net/~erikj/8019537/webrev.root.01/
/Erik
More information about the build-dev
mailing list