DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16611>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16611 ant is confused when os.name returns "Windows Server 2003" and tries to exec "command.com" ------- Additional Comments From [EMAIL PROTECTED] 2003-01-31 17:58 ------- agree on the change of default. Anyone who's doing serious java development on Win9x is probably not a happy camper anyway... =) Since there are also hardcoded executable names for the other platforms (e.g. /bin/env, /usr/bin/env), it might be nice to factor that somehow so it can be overridden at runtime. As of now, if Execute.getProcEnvCommand() can't figure out the Os family, it falls through to a null string which almost certainly will bomb. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]