Re: AWT renderer

2002-05-15 Thread J.Pietschmann
MARTIN Franck wrote: I did just that and it helped a bit. I executed the followind code : I meant look how AWTStarter uses the FOP core classes. The class itself is not exactly meant for reuse. But i get an exception during the AWTStarter constructor. Unfortunately there's no message (it's null).

Re: AWT renderer

2002-05-15 Thread MARTIN Franck
>>Get the FOP source distribution and look into org/apache/fop/apps/AWTStarter.java and whatever catches your eye in this package. I did just that and it helped a bit. I executed the followind code : String[] clo = {"-d","-awt","-xml",this.nomFichierXML,"-xsl",this.nomFichierXSL}; try {

Re: AWT renderer

2002-05-14 Thread J.Pietschmann
MARTIN Franck wrote: I can't find any example that shows how to use the AWT renderer. I assume it is different from the other renderers since the target is not a file. If someone could provide me with a sample code, i would appreciate that very much. Get the FOP source distribution and look into o