It checks against System.getProperty("os.name").   There are probably many
variations of what it returns.

You can put this in one of your build.xml targets to determine the exact
string it returns on your system:

    <echo message="OS = ${os.name}"/>

On Windows 2k its returning "Windows 2000".

----- Original Message -----
From: "Kurien Mathew" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, August 19, 2001 5:05 PM
Subject: Permissible values for attribute 'os'


> What are the permissible values for the attribute 'os' in the built-in
task
> 'Exec'
>
>

Reply via email to