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.init(Unknown Source) This is the real problem. Ensure your fo:flow has a flow name

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

2002-09-20 Thread Amin Schoeib
://xml.apache.org/forrest/xml-site/cvs.html#N1008F module is xml-fop, not sure what the branch is sorry, think it might be 20.2 Hope this helps. Regards Paul. Amin Schoeib [EMAIL PROTECTED] on 20/09/2002 13:14:26 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: AW

AW: AW: AW: Embedding FOP in Java

2002-09-18 Thread Amin Schoeib
ion of XALAN and XERCES. We just passthe FO file to FOP to handle PDF generation. We are able to useeverything new, no problem.avalon-framework-20022706.jarbatik.jarBCEL.jarfop-0.20.4.jarjaf-1.0.2.jarjakarta-oro-2.0.4.jarjavamail-1.3.jarjava_cup.jarlog4j-1.2.6.jarruntime.jarxalan-2.4.0.

AW: Embedding FOP in Java

2002-09-17 Thread Amin Schoeib
- Von: J.Pietschmann [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 16. September 2002 22:27 An: [EMAIL PROTECTED] Betreff: Re: Embedding FOP in Java Amin Schoeib wrote: Hi, I have a problem embedding FOP in Java. My code compile without any problems, but when I execute it, I become a list

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 xalan.jar xercesImpl.jar

AW: AW: Embedding FOP in Java

2002-09-17 Thread Amin Schoeib
. -Original Message- From: Amin Schoeib [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 7:22 AM To: [EMAIL 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