>> 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.
In the bash script the call to fop is: fop -q -fo $YR.wk$WK.fo $YR.wk$WK.pdf >/dev/null 2>&1 The screen output is: "Making landscape pages on USletter paper (11inx8.5in)" To be "clearer", since I'm looping through log file directories to generate .pdf reports when I run the bash script the screen looks like: Making landscape pages on USletter paper (11inx8.5in) Making landscape pages on USletter paper (11inx8.5in) Making landscape pages on USletter paper (11inx8.5in) Making landscape pages on USletter paper (11inx8.5in) Making landscape pages on USletter paper (11inx8.5in) Making landscape pages on USletter paper (11inx8.5in) Making landscape pages on USletter paper (11inx8.5in) Making landscape pages on USletter paper (11inx8.5in) Making landscape pages on USletter paper (11inx8.5in) Making landscape pages on USletter paper (11inx8.5in) Making landscape pages on USletter paper (11inx8.5in) Making landscape pages on USletter paper (11inx8.5in) Making landscape pages on USletter paper (11inx8.5in) 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