jaikiran commented on PR #230: URL: https://github.com/apache/ant/pull/230#issuecomment-4227756040
Hello @jmjaffe37, > This hardcoding has been outdated for a few years. Would you happen to know if there could be users of some old versions of Microsoft released JDKs which may have this `Packages` directory? Are there any such versions of the JDKs still around? If yes, then a slightly different fix which involves a check for the presence of the `File(JavaEnvUtils.getJavaHome() + File.separator + "Packages")` directory before adding it, might be necessary here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
