RE: AFP Renderer

2004-08-10 Thread Eckard_Buchner

Return Receipt
   
Your  RE: AFP Renderer 
document   
:  
   
was   Eckard Buchner/Ton Beller AG/DE  
received   
by:
   
at:   10.08.2004 10:16:37  
   






RE: Offline

2004-06-17 Thread Eckard_Buchner

Return Receipt
   
Your  RE: Offline  
document   
:  
   
was   Eckard Buchner/Ton Beller AG/DE  
received   
by:
   
at:   18.06.2004 08:19:03  
   






Fop able to run without Batik?

2003-01-20 Thread Eckard_Buchner


Batik is only necessary to generate SVG output, right? I guess, a lot of people are using Fop to generate PDF only, but Fop needs batik.jar in any case because the driver initializes an "SVG element  mapping":

org.apache.fop.apps.Driver.setupDefaultMappings() :
  addElementMapping("org.apache.fop.svg.SVGElementMapping");

This method will throw a ClassNotFoundException when batik.jar is not in the classpath

Maybe the initialization of the element mapping could somehow be moved to SVG specific code. Ideally it would be included only when the output format requires Batik

Eckard