Re: How to Log errors with Fop.bat 0.94

2008-02-18 Thread bonekrusher
Thanks for the help. Your second suggestion might be the better way for me. Following your Wiki, I have a newbie question. I created a congif file : # Error log - FOP Config File # Set and change Default logging for FOP handlers= java.util.logging.ConsoleHandler

Re: How to Log errors with Fop.bat 0.94

2008-02-18 Thread Jeremias Maerki
We're getting off-topic for this mailing list (should be on fop-users anyway), but here goes: You need to use a different handler, the FileHandler (see example below). You can configure the filename as you want. See http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/FileHandler.html for

Re: Q: What should happen when an image is not found?

2008-02-18 Thread The Web Maestro
That all sounds good. As for the extension vs. Config approach, the config could specify the default behavior users could override it via individual fox:image-missing-behavior (or fox:fail-on-missing-image or something). If there's no @fox:[image-missing-behavior] specified, it'll do the config

Re: Q: What should happen when an image is not found?

2008-02-18 Thread The Web Maestro
As for size? I'd say we use whatever's specified, or default to small if it's floating or page width. Clay On 2/18/08, The Web Maestro [EMAIL PROTECTED] wrote: That all sounds good. As for the extension vs. Config approach, the config could specify the default behavior users could override

Installation of FOP in unix

2008-02-18 Thread priby
Hi all, I am trying to install fop in unix system. I downloaded the fop-0.20.5-src.tar and unzipped it in a windows machine. Then I moved the unzipped files to unix system inside folder /var/tmp/fop-0.20.5 . Then under the folder /var/tmp/fop-0.20.5 ,I tried to generate a test pdf by issuing

Re: Q: What should happen when an image is not found?

2008-02-18 Thread Max Berger
Dear Fop Devs, i think this was the original intention of a processing instruction. I really do not see clearly where fox:fail-on-missing-image would go in the fo tree. A PI could mean: From this point on in the whole document. HOWEVER: If fop currently uses no PIs (I am not sure about this),

RE: Installation of FOP in unix

2008-02-18 Thread Jayesh Nazre
Hi Princy From the way you have phrased the question, it seems more of a unix understanding issue and less of FOP. This is what I would do, I am using Redhat Linux the baby brother of UNIX but you should get it. a) anything that has *-src* in it means its usually considered a source and not