help on error required?

2003-03-08 Thread Asim Nazir
hello, i am trying to use fop libaray for converting my fo document to pdf. i am using java and jbuilder7, i have added all the required libraries , but now these are the three error. CAN SOMEONE GUIDE ME ON THIS. here are the error msgs. FopServlet.java: Error #: 901 : package . stated in

Re: help plz

2003-03-08 Thread Asim Nazir
ok, thanks sir. ASIM From: Jeremias Maerki [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: help plz Date: Fri, 07 Mar 2003 08:03:31 +0100 The following page contains everything you need: http://xml.apache.org/fop/embedding.html You will want to check out FOP

what is the difference b/w fop-0.20.5rc2-bin.tar.gz fop-0.20.5rc2-src.tar.gz

2003-03-08 Thread Asim Nazir
hello, can someone guide me on what is the difference b/w fop-0.20.5rc2-bin.tar.gz fop-0.20.5rc2-src.tar.gz. as i want to use fop in my application, so which one i should add as library for compilation. HELP required plz. looking for help AsIm NaZiR JaNjUa

Re: what is the difference b/w fop-0.20.5rc2-bin.tar.gz fop-0.20.5rc2-src.tar.gz

2003-03-08 Thread chris
Hi fop-0.20.5rc2-bin.tar.gz is the binary distribution which means that is already compiled and no source code is included. fop-0.20.5rc2-src.tar.gz is what you are looking for. This is version 0.20.5 Release Candidate 2 of the FOP source code. Regards Chris Originalnachricht Von:

Re: help on error required?

2003-03-08 Thread Jeremias Maerki
Looks like you have copied together the sources without paying attention to package names. You've even got the same file twice in different directories. Don't do that. Just extract the source distribution to a new directory and specify multiple source directories (assuming you want to compile