Re: Integrating FOP in a Project

2004-07-08 Thread paul . bezault
] 07/08/04 05:23 PMcc: Please respond toSubject: Re: Integrating FOP in a Project fop-user

Re: Integrating FOP in a Project

2004-07-08 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: File pdffile = new File(C:/Resultat.pdf); Does your server have a C: drive? :-) Furthermore, it's almost always a waste to use DOM trees for intermediate XML documents. Check out the code samples on the FOP website for more information. But neither of these appears

Re: Integrating FOP in a Project

2004-07-08 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: but i don't think that's the problem because in my program the logger never print the second A so I suppose the application stop in the Driver driver = new Driver() line !!! I'd rather think it throws an exception. Try to get a debugger which can be attached to a

Re: Integrating FOP in a Project

2004-07-08 Thread paul . bezault
cc: Please respond toSubject: Re: Integrating FOP in a Project fop-user

Re: Integrating FOP in a Project

2004-07-08 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: java.lang.NoClassDefFoundError: org/apache/fop/apps/Driver ... but i don't understand because i compile my source code including fop.jar (that is in a lib directory in the Apache directory) so would i have declare something in the configuration of Apache/Tomcat ? I'm not