On 2010-11-26, <bode...@apache.org> 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: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to