I see. I've added JAXP and Xerces to the classpath. This approach still allows us to verify that the repackaging process is set up correctly. Sorry for the trouble. I rarely work with JDK 1.3 and I have Xerces and Xalan in the endorsed directory for all my JDK 1.4+ VMs.
On 13.01.2005 21:14:25 Simon Pepping wrote: > On Wed, Jan 12, 2005 at 09:02:37PM +0100, Jeremias Maerki wrote: > > Uhm, the classpath was quite ok like it was. If you look into the > > fop-transcoder-allinone.jar, it contains all classes (or at least should > > contain all classes) that are needed to run the transcoder tests. That > > JAR is for people who don't like all the little dependency JARs. > > > > Why did you do the change in the first place? What was the problem? > > Where else do I find the SAX2 driver class > org.apache.xerces.parsers.SAXParser? > > [echo] Running basic functionality tests for fop-transcoder-allinone.jar > [junit] Testsuite: org.apache.fop.BasicTranscoderTestSuite > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.204 sec > > [junit] ------------- Standard Error ----------------- > [junit] java.io.IOException: SAX2 driver class > org.apache.xerces.parsers.SAXParser not found > [junit] at > org.apache.batik.dom.util.SAXDocumentFactory.createDocument(Unknown Source) Jeremias Maerki