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=15996>. 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=15996 running ant.bat on Win ME Summary: running ant.bat on Win ME Product: Ant Version: 1.5.1 Platform: PC OS/Version: Windows 9x Status: NEW Severity: Normal Priority: Other Component: Wrapper scripts AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In ant.bat the line: if exist "%ANT_HOME%" goto checkJava doesn't work, because "exist" only checks for Files, not for directorys. I changed it to "%ANT_HOME%\LICENSE", this finds the "LICENSE"-file in the directory. Adding "nul" like in the checkSystemDrive-Part is possible but opens a file-handle that is never closed. Florian -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>