jaxp.AllTests does not seem to be run in build.xml
PJ Fanning <[email protected]> Tue, 11 Jan 2022 13:29:13 +0000 (UTC)
| Newsgroups | gmane.text.xml.xerces-j.user |
|---|---|
| Message-ID | <[email protected]> |
Apologies if this is already reported by I checked=C2=A0https://issues.apac=
he.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=3D"Running jaxp.AllTests ..." />
<java fork=3D"yes"
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0classname=3D"jaxp.AllTests"
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0failOnError=3D"yes">
=C2=A0=C2=A0<jvmarg value=3D"-Xbootclasspath/p:${tools.dir}/${jar.apis}${pa=
th.separator}${tools.dir}/${jar.resolver}${path.separator}${tools.dir}/${ja=
r.serializer}${path.separator}${tools.dir}/${jar.junit}${path.separator}${b=
uild.dir}/classes${path.separator}${build.dir}/tests"/>
</java>