> 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
solved. the is a problem with characters like '!' and 'space' in default fop path, when i moved fop to c:\fop, it works good :) thanks, josef vesely --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]