You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by PJ Fanning <fa...@yahoo.com.INVALID> on 2022/01/11 13:29:13 UTC

jaxp.AllTests does not seem to be run in build.xml

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-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-users-help@xerces.apache.org