Problem with javax.xml.transform.Transformer

2002-06-20 Thread mike . witt
I have two instances of Tomcat. One that has my development webapps and it is Tomcat 4.0.3. Another is empty and it is 4.0.4-b3. I put the FopServlet in the 4.0.4-b3 version and tested it out and it worked fine after some problems were resolved. Now, I've simply moved it into the webapps for

SV: Embedded images - high resolution...

2002-06-20 Thread Johan Holst Nielsen
Okay... well im will be sure that I understand you right.. If I want a 144 dpi image- 10mm x 10 mm then I have to create a 20mm x 20mm 72 dpi image and scale it to 10x10 mm? Did I understand you right? mvh Johan -Oprindelig meddelelse-Fra: Sam Prokop [mailto:[EMAIL

Re: Problem with javax.xml.transform.Transformer

2002-06-20 Thread Jochen . Maes
i had that same error once, and the only thing i did is delete the jars and put them back and then restart the tomcat... seems strange but that worked for me... greetings Jochen Maes ICT Development KBC Securities (kbcsecurities.com) Havenlaan 12 Avenue du Port SIF 8683 B-1080

Can FOP tell Acrobat Reader about wanted orientation?

2002-06-20 Thread Henriksen Niels Kristoffer
Hi foppers! I'm using reports in the PDF format using an XSL-stylesheet on an XML-souce, using FOP-0.20.3. I will need to control the orientation of the output - for some reports I need portrait orientation, for others I need landscape. My current problem is with landscape. In my style sheet, I

FOP - SV: Embedded images - high resolution...

2002-06-20 Thread Johan Holst Nielsen
Johan Holst Nielsen wrote: Hi people... Is it possible to embedd a high resolution image into the PDF file, with FOP? (Thinking about 300 dpi...).. How do I do that? I can find any examples? Please help... Regards, Johan Hi, It does not differ from embedding

Re: Can FOP tell Acrobat Reader about wanted orientation?

2002-06-20 Thread Jeremias Maerki
Did you follow a similar discussion yesterday? http://marc.theaimsgroup.com/?t=10243211241r=1w=2 PDF does not provide what you ask. The only values you can enter in the PDF are the one you can set in File/Document Properties/Open Options... And none of them are implemented in FOP. I think

FOP build fails

2002-06-20 Thread Ralf Steppacher
Hi, I try to build FOP 0.20.3 via the build.bat script on win2k, jdk1.4.0_01 but the the build fails because some xml files can not be found. Z:\steppacher\Downloads\FOP\fop-0.20.3\build.xml:512: javax.xml.transform.TransformerException: org.xml.sax.SAXParseException: File

Re: FOP build fails

2002-06-20 Thread Oleg Tkachenko
Ralf Steppacher wrote: I try to build FOP 0.20.3 via the build.bat script on win2k, jdk1.4.0_01 but the the build fails because some xml files can not be found. Try to build using jdk 1.3.X. -- Oleg Tkachenko Multiconn International Ltd, Israel

Problems upgrading to FOP 0.20.3

2002-06-20 Thread Ryan.Asleson
Hello, I am trying to upgrade from FOP 0.20.1 0.20.3. As per the release notes, changing master-name properties to master-reference eliminated some errors. However, after those simple errors were resolved, I get a NullPointerException, but little else. Here's what FOP dumps to the console:

Re: FOP build fails

2002-06-20 Thread Oleg Tkachenko
Ralf Steppacher wrote: I get prepare-xalan1: [echo] Xalan1 is present. Installing Xalan1 support [copy] Copying 2 files to Z:\steppacher\Downloads\FOP\fop-0.20.3\build\src I put xalan 2 into the classpath before compiling. Is this something to worry about? I believe not, that's usual

RE: new fopper's question

2002-06-20 Thread Yu, Vanessa
I am running the bin version. when I run fop -d I got the same exception. -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: Thursday, June 20, 2002 2:26 PM To: [EMAIL PROTECTED] Subject: Re: new fopper's question Which version of fop (bin or src) are you talking

Re: new fopper's question

2002-06-20 Thread Oleg Tkachenko
Sorry, but I cannot reproduce that, I have just downloaded fop0.20.4 bin, unpacked it and run fop.bat docs\examples\fo\table.fo -pdf table.pdf and it works ok on my NT4 box. Probably you have some classpath problem, but I'm not sure. Yu, Vanessa wrote: I am running the bin version. when I run

Problem with servlet

2002-06-20 Thread Neeru . Bhardwaj
I am having problem running the example servletFop. I have websphere3.5 and have the fop.jar, batik.jar, avalon-framework-4.0.jar, logkit-1.0.jar and xalan-2.0.0.jar in the lib directory. I am attaching the error. Thanks for help -Neeru (See attached file: err.rtf) err.rtf Description: RTF file

Re: Problems upgrading to FOP 0.20.3

2002-06-20 Thread Christian Geisert
[EMAIL PROTECTED] schrieb: Hello, I am trying to upgrade from FOP 0.20.1 0.20.3. As per the release notes, changing master-name properties to master-reference eliminated some errors. You did change to much .. read again ;-) (or see below) I running FOP in a servlet environment on WebSphere 3.5.3,

Re: FOP build fails

2002-06-20 Thread J.Pietschmann
Ralf Steppacher wrote: I get prepare-xalan1: [echo] Xalan1 is present. Installing Xalan1 support [copy] Copying 2 files to Z:\steppacher\Downloads\FOP\fop-0.20.3\build\src I put xalan 2 into the classpath before compiling. Is this something to worry about? This happens if the Xalan1

Re: Problem with servlet

2002-06-20 Thread Neeru . Bhardwaj
Yes, I have xerces-1.2.3.jar. Thanks -Neeru Oleg

Re: Problem with servlet

2002-06-20 Thread Oleg Tkachenko
And does it work? [EMAIL PROTECTED] wrote: Yes, I have xerces-1.2.3.jar. Thanks -Neeru Oleg