Apologies if this is already reported by I checked https://issues.apache.org/jira.
It appears to me that build.xml does not run the tests in jaxp.AllTests. I added this to my local build.xml to resolve it. <echo message="Running jaxp.AllTests ..." /> <java fork="yes" classname="jaxp.AllTests" failOnError="yes"> <jvmarg value="-Xbootclasspath/p:${tools.dir}/${jar.apis}${path.separator}${tools.dir}/${jar.resolver}${path.separator}${tools.dir}/${jar.serializer}${path.separator}${tools.dir}/${jar.junit}${path.separator}${build.dir}/classes${path.separator}${build.dir}/tests"/> </java> --------------------------------------------------------------------- To unsubscribe, e-mail: j-users-unsubscr...@xerces.apache.org For additional commands, e-mail: j-users-h...@xerces.apache.org