At 17:34 2002-02-04 -0500, Thomas E Deweese wrote:
>     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.

Finally I found the error. fop.jar contains a reference to an old 
batik.jar, when I renamed the old batik.jar the error disappeared.

However, FOP seems to be dependent on this old Batik, and doesn't work 
properly with the new one:
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/batik/gvt/
GraphicsNodeRenderContext
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:120)
         at org.apache.fop.apps.Driver.setRenderer(Driver.java:298)
         at org.apache.fop.apps.Driver.setRenderer(Driver.java:283)

I hope the FOP people can fix this problem.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to