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 2>&1 Making landscape pages on USletter paper (11inx8.5in) Thanks for any help! sjm --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org