> That sets an Ant property named os.name, not the system property. > > To set the system property, the -D... stuff neds to come on the java > command line in front of Ant's main class. You can achieve that by > setting the ANT_OPTS environment variable.
Stefan, I was able to work around the problem using this workaround. ANT_OPTS=-Dos.name=Windows_NT Note the underscore in the value. Java had a problem parsing the property with a space. The value can also be WindowsNT or Windows_2000, Windows2000. Thanks for all your help. -- Curt Wilhelm Sun ONE Studio - Release Engineering tel: x69245 - 925-264-4278 cell: 925-323-8931 email: [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
