On 2010-11-26, <[email protected]> wrote:

> URL: http://svn.apache.org/viewvc?rev=1039400&view=rev
> Log:
> provide a Map based method to access environment variables and use that

I've later change the log message to also point out that System.getenv
won't be used on OpenVMS because of the logicals magic.

> -        if (JavaEnvUtils.isAtLeastJavaVersion(JavaEnvUtils.JAVA_1_5)) {
> +        if (JavaEnvUtils.isAtLeastJavaVersion(JavaEnvUtils.JAVA_1_5)
> +            && !Os.isFamily("openvms")) {

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to