https://issues.apache.org/bugzilla/show_bug.cgi?id=50542
--- Comment #3 from Stefan Bodewig <[email protected]> 2011-01-05 10:53:39 EST --- If I'm correct and it really is a duplicate of bug 16611 then you are running on a Windows version that is newer than XP or 2003 (the latest versions known to Ant 1.5.2) and Ant thinks it is a win9x system. A workaround would be to set the os.name system property to something recognized as "Windows with cmd.exe rather than command.com" by Ant. "windows 2000" should work. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
