Re: Suppress output to screen

2013-01-24 Thread Stephen McCracken
On 01/23/2013 08:49 AM, Kerry, Richard wrote: It's from the DocBook - FO stylesheets. (Actually mine says Making portrait pages on A4 paper (210mmx297mm) but that's just cultural differences ..) Thanks for the lead. I've now redefined the root.messages template to not output

Re: Suppress output to screen

2013-01-23 Thread Chris Bowditch
Hi Stephen, On 18/01/2013 21:28, Stephen McCracken wrote: I'm trying to suppress output to the screen. I'm using FOP version 0.95 in a bash script and use the -q option and redirect stdout and stderr to /dev/null, but still get messages printed to the screen: Can you copy and paste

Re: Suppress output to screen

2013-01-23 Thread Stephen McCracken
I'm using FOP version 0.95 in a bash script and use the -q option and redirect stdout and stderr to /dev/null, but still get messages printed to the screen: Can you copy and paste an example of the messages you are seeing on the screen. You might be able to suppress them using log levels.

RE: Suppress output to screen

2013-01-23 Thread Robert Meyer
2013 08:30:06 -0700 From: sjm.mli...@gmail.com To: fop-users@xmlgraphics.apache.org Subject: Re: Suppress output to screen I'm using FOP version 0.95 in a bash script and use the -q option and redirect stdout and stderr to /dev/null, but still get messages printed to the screen: Can

RE: Suppress output to screen

2013-01-23 Thread Kerry, Richard
:44 To: fop-users@xmlgraphics.apache.org Subject: RE: Suppress output to screen Hi, I can't seem to find any reference to that message in FOP or XGC. Are you sure the message is coming from FOP? Try running the same fo from the command line and see if you get the same message. If you don't

Suppress output to screen

2013-01-18 Thread Stephen McCracken
I'm trying to suppress output to the screen. I'm using FOP version 0.95 in a bash script and use the -q option and redirect stdout and stderr to /dev/null, but still get messages printed to the screen: $ fop -q -fo $YR.wk$WK.fo $YR.wk$WK.pdf /dev/null 21 Making landscape pages on USletter