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=27148>. 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=27148 Windows 98 compatibility ------- Additional Comments From [EMAIL PROTECTED] 2004-02-23 13:13 ------- I think in build.bat, the offending line is this one : set ANT_HOME=%~dp0\bootstrap do you know the equivalent in Win98 syntax ? I introduced this line, because otherwise one test case (I think ModifiedSelectorTest, not sure) fails because it needs the full path of ANT_HOME. Pre ant 1.6 the same line read set ANT_HOME=bootstrap I guess I will change the build.bat to test for Windows NT, and just say "set ANT_HOME=bootstrap" Users using Win98 will fail the ModifiedSelectorTest if they run the testcases. Or maybe we can fix the test case so that it does not need the full path of ANT_HOME. We know that there is a problem here. See this posting by Peter Reilly : http://marc.theaimsgroup.com/?l=ant-dev&m=106871369603012&w=2 I had promised to fix it. :( --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]