Josef,

On May 21, 2004, at 8:23 AM, Chris Bowditch wrote:
[EMAIL PROTECTED] wrote:
Hi,
i tried to run fop-0.20.5 at windows XP with command fop -d -x -fo input.fo -pdf t.pdf

<snip/>

[ERROR] can't find default configuration file

You have asked FOP to dump the config settings (-x switch), but you have not specified the file.


A default file is shipped with FOP as conf\userconfig.xml under the FOP install directory.

To avoid the error, either:

1) specify the config file using the -c switch at the command line.
2) dont specify option -x at command line.

<snip/>

Chris

In addition to Chris's remarks, I would add that you'll need to add the path to the config file, as in:


  '-c conf/userconfig.xml'

So here's a complete line for you:

  fop -d -c conf/userconfig.xml -fo input.fo -pdf t.pdf

(of course '-d' is not necessary as it enables 'debug' mode).

Hope this helps!

Web Maestro Clay


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to