Re: AW: AW: AW: Embedding FOP in Java

2002-09-21 Thread J.Pietschmann
Richard Van Deren wrote: > I never got the logger to work. I hope that you post your solution. > It looks like there are errors in the documentation. I read it several > times. > There was a change to avalon's logger. Then you can add your own via > the LogKit. > I tried it several ways. >

Re: AW: AW: AW: Embedding FOP in Java

2002-09-20 Thread Richard Van Deren
PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 17. September 2002 16:31 An: [EMAIL PROTECTED] Betreff: Re: AW: AW: Embedding FOP in Java I created a convenience class called PdfRenderer.  It cache's a stylesheet and then you can process files or streams throught it.  You can also pass par

AW: AW: AW: AW: AW: Embedding FOP in Java

2002-09-20 Thread Amin Schoeib
Under this adress I found only version 0.20.4! But where is the 0.20.5cvs version? -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 20. September 2002 14:35 An: [EMAIL PROTECTED] Betreff: Re: AW: AW: AW: AW: Embedding FOP in Java http

Re: AW: AW: AW: AW: Embedding FOP in Java

2002-09-20 Thread Paul . Hussein
lt;[EMAIL PROTECTED]> cc: Subject: AW: AW: AW: AW: Embedding FOP in Java Hi J.Pietschmann, Thanks for your help. Can you tell me, where I can download 0.20.5cvs version of FOP ??? Thanxx Schoeib -Ursprüngliche Nachricht- Von: J.Pietschmann [mailto:[EMAIL PROTECTED]] Gesendet: Donnerst

AW: AW: AW: AW: Embedding FOP in Java

2002-09-20 Thread Amin Schoeib
: AW: Embedding FOP in Java Amin Schoeib wrote: > I tried the code of JohnPT. ... > java.lang.NullPointerException > at org.apache.fop.fo.flow.Flow.setFlowName(Unknown Source) at > org.apache.fop.fo.flow.Flow.(Unknown Source) This is the real problem. Ensure your fo:flow has

Re: AW: AW: AW: Embedding FOP in Java

2002-09-19 Thread J.Pietschmann
Amin Schoeib wrote: > I tried the code of JohnPT. ... > java.lang.NullPointerException > at org.apache.fop.fo.flow.Flow.setFlowName(Unknown Source) > at org.apache.fop.fo.flow.Flow.(Unknown Source) This is the real problem. Ensure your fo:flow has a flow name specified: Actually, FOP attem

Re: AW: AW: AW: Embedding FOP in Java

2002-09-19 Thread jthaemlitz
        Subject:        AW: AW: AW: Embedding FOP in Java Hi, I tried the code of JohnPT. Here the result: When I compile it, I become the following error:   "PdfRenderer.java": Error #: 300 : method setLogger(org.apache.log.Logger) not found in class org.apache.fop.apps.Driver at line 94

AW: AW: AW: Embedding FOP in Java

2002-09-18 Thread Amin Schoeib
Title: Nachricht Hi, I tried the code of JohnPT. Here the result: When I compile it, I become the following error:   "PdfRenderer.java": Error #: 300 : method setLogger(org.apache.log.Logger) not found in class org.apache.fop.apps.Driver at line 94, column 11 To make the code running I to

Re: AW: Embedding FOP in Java

2002-09-17 Thread J.Pietschmann
Amin Schoeib wrote: > I already use the newest version of XALAN. Quite a few people belive they use the latest or a specific version of , often without any evidence and occasionally even without turning on their brain. > Are these the correct jar-files which I have to put in my classpath?? Mayb

Re: AW: AW: Embedding FOP in Java

2002-09-17 Thread jthaemlitz
This class cleaned up a bunch of my code. JohnPT [EMAIL PROTECTED] 09/17/02 07:36 AM Please respond to fop-dev                 To:        <[EMAIL PROTECTED]>         cc:                 Subject:        AW: AW: Embedding FOP in Java Hi, Can somebody please post a working example o

AW: AW: Embedding FOP in Java

2002-09-17 Thread Amin Schoeib
:[EMAIL PROTECTED]] Gesendet: Dienstag, 17. September 2002 14:29 An: '[EMAIL PROTECTED]' Betreff: RE: AW: Embedding FOP in Java We use latest XALAN and latest FOP to generate HTML and PDF document. Since we like to use latest version of XALAN and XERCES. We just pass the FO file to FOP to

RE: AW: Embedding FOP in Java

2002-09-17 Thread Li, Francis
PROTECTED] Subject: AW: AW: Embedding FOP in Java Hi, I tried it also with adding the xml-apis.jar, but I become the same error. I use the newest version of FOP,XALAN and XERXES. What other things can make problems?? Thanxx Schoeib -Ursprüngliche Nachricht- Von: Christian Geisert [mailto

AW: AW: Embedding FOP in Java

2002-09-17 Thread Amin Schoeib
. September 2002 12:52 An: [EMAIL PROTECTED] Betreff: Re: AW: Embedding FOP in Java Amin Schoeib schrieb: > Hi, > I already use the newest version of XALAN. > I use the following jar-files in my classpath: > > avalon-framework-cvs-20020315.jar > batik.jar > fop.jar > xa

Re: AW: Embedding FOP in Java

2002-09-17 Thread Christian Geisert
Amin Schoeib schrieb: > Hi, > I already use the newest version of XALAN. > I use the following jar-files in my classpath: > > avalon-framework-cvs-20020315.jar > batik.jar > fop.jar > xalan.jar > xercesImpl.jar > > Are these the correct jar-files which I have to put in my classpath?? xml-apis.j

AW: Embedding FOP in Java

2002-09-17 Thread Amin Schoeib
Hi, I already use the newest version of XALAN. I use the following jar-files in my classpath: avalon-framework-cvs-20020315.jar batik.jar fop.jar xalan.jar xercesImpl.jar Are these the correct jar-files which I have to put in my classpath?? Thanxx Schoeib -Ursprüngliche Nachricht- Vo