Hi Scott, I have already looked into it and wasn't able to find this value defined anywhere. Actually I wanted to know what is the String being returned for Win 95, 98, 2000, Windows XP, Mac, Unix and Linux.
Is os.name set in Java from the Operating System or the possible values are already defined by Java? Any pointers..... Thanks, Rajat -----Original Message----- From: Scott Francis [mailto:scott.francis@;newisys.com] Sent: Tuesday, November 12, 2002 8:44 PM To: Ant Users List Subject: RE: OS supported by exec Task The os attribute is populated from the Java environment. Look up the java documentation for "os.names" and you should get the full list of what Java supports. Scott -----Original Message----- From: Rajat Gupta [mailto:Rajat.Gupta@;oracle.com] Sent: Tuesday, November 12, 2002 9:08 AM To: Ant Users List Subject: OS supported by exec Task Hi All, The "os" attribute of exec task determines that this executable will be called for which Operating Systems. I want a list of the Operating System names supported by ANT. I was able to find out two of them.... 'SunOS' and 'Windows NT'. Can someone please provide me a list of the other OS names present in the ANT's list. I hope the question is clear. This is required for my build script which will be running of different OS. Thanks in Advance, Rajat -- To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>
