>>>>> "MS" == Mikael St�ldal <[EMAIL PROTECTED]> writes:
MS> At 08:10 2002-02-04 -0500, Thomas E Deweese wrote:
>> Try the following instead:
MS> Same error. And also the same error if I remove
MS> "batik/barik-rasterizer.jar".
I am now 100% convinced the problem is in your setup, I hope the
following will convince you. I still suspect an old copy of xerces is
putting it's self somewhere on your classpath.
The following worked for me:
% cvs checkout xml-batik
[...]
% cvs checkout xml-fop
[...]
% cd xml-fop
% build.sh
[...]
% cd ../xml-batik
% build.sh jars
[...]
% cp ../xml-fop/build/fop.jar .
% java -cp batik-1.1.1/batik-rasterizer.jar:fop.jar
org.apache.batik.apps.rasterizer.Main samples/batikLogo.svg
About to transcode 1 SVG file(s)
Converting batikLogo.svg to samples/batikLogo.png ... ... success
---
I don't know what else to tell you. You might try compiling your
batik build debug (create a 'build.properties' file in 'xml-batik'
with the line 'debug=on') to see if that tells you anything. The
abstract method error has _always_ been a problem with an old copy of
the DOM interfaces hiding the new DOM interfaces Batik needs (this
problem has come up 4 or 5 times at least and it has always been
this). Do a find on xerces, try using javap and overriding
bootclasspath and extdirs. Somewhere you have a copy of an old DOM
interface creeping in.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]