Thanks Dave. I will follow up later. -----Original Message----- From: David Bertoni [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 27, 2008 1:47 PM To: xalan-c-users@xml.apache.org Subject: Re: building xalan-c with vs 2005
David Hubbard wrote: > Thanks Dave. > I have read a little about the test suite for xalanc. If I build with > the latest from svn > can I run it against the test suite to test stability? Yes, you can check out the test project from the repository: svn co https://svn.apache.org/repos/asf/xalan/test/trunk test You can then build and run the conf project. Run it like this: conf \xalandir\test\tests\conf -out Cresults There will be failures depending on whether or not you build with the ICU, and what sorts of code page converters you have installed on your system. There are also some tests that are incorrect, but have not been fixed, because Xalan-J has some bugs, and I've been unable to get the Xalan-J team to agree to fix them. There are also some expected failures due to limitations in the implementations. If you're interested, you can post your failures, and I can help figure out if they're expected or not. Dave