OK - 99% of the smoketest passes, the only thing that fails is the new
extensions/java tests.
This fail is because gump is paranoid about classpaths, and never trusts
anyone else's classpath. 8-) The packageless test class javaSample3 was
indeed built by the smoketest target before the below test error happens
here:
extensions.classes:
[mkdir] Created dir:
/home/rubys/jakarta/xml-xalan/test/tests/extensions/java/build
[javac] Compiling 5 source files to
/home/rubys/jakarta/xml-xalan/test/tests/extensions/java/build
smoketest-execute:
However when the smoketest continues, it calls the "extensions" target
which does:
<xalantest test="${testClass}"
testType="${testType}"
classpathref="extensions.class.path"
fork="${fork-tests}"
failonerror="${fail-on-error}" />
where the extensions.class.path earlier in build.xml includes the output
dir where the javaSample3 etc. classes are.
So my question is: how do I or gump get updated to make this test pass? (I
already sent a half-coherent email about this subject earlier that I've
since lost, but I'm figuring Sam or someone else will figure out what I
need to do pretty quickly).
- Shane
----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2001-10-24/xml-xalan2-smoketest.html>
----------------------------------------------------
...
[xalantest] ExtensionTestlet javaSample3.xsl
[xalantest] javax.xml.transform.TransformerException:
javax.xml.transform.TransformerException: java.lang.ClassNotFoundException:
javaSample3