> -----Original Message----- > From: Yoshiki Hayashi [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 30, 2002 1:55 PM > > I once again stumbled across Ant's bug. Using Ant's > xmlvalidate task, validating iso-2022-jp XML files always > fail because XML parser assumes passed file is in UTF-8. > > I fixed the bug as in bug #11279. I re-uploaded jar files > to > http://httpd.apache.org/dev/dist/jakarta-ant-1.5-modified-jar.tar.gz >
I've tested it on Win2K Pro with Sun's JRE 1.4 and it works perfectly. I've 'ported' the build.sh script to a Windows .cmd script. It requires two files: A wrapper to call a new version of CMD.EXE with 'delayed environment variable expansion' enabled and then calls the real piece of work: build2.cmd. This does NOT work on Win9x/WinME (No, replacing CMD.EXE with COMMAND.COM doesn't solve it!). It should work on WinNT and WinXP, but I haven't tested it. There is a check in BUILD2.CMD that tests if 'delayed environment variable expansion' is enabled. COMMAND.COM < CMD.EXE < /bin/sh :( I've noticed two documents that won't validate. I'll post a patch for them soon. Vincent de Lau [EMAIL PROTECTED]
build.cmd
Description: Binary data
build2.cmd
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
