...wait a minute: shouldn't our build system be using the versions from the endorsed dir???
Well, I am currently under windows and the build.bat does:
call %ANT_HOME%\bin\ant -Djava.endorsed.dirs=lib\endorsed
Which could not be more explicit IMO. Anyone an idea?
Maybe we could output the version numbers of the used Xerces and Xalan on the build process. That might help finding such classpath issues
You can test it with the environment check (either XSLT or Java):
http://xml.apache.org/xalan-j/faq.html#environmentcheck
But as I said in the other mail the JVM is forked in the test-build.xml:
<junit printsummary="yes" haltonfailure="yes" fork="yes">
So I don't expect the correct Xalan version to be used.
Joerg
