> > We are using FOP in our software, and I was wondering if there is an
> > easy way of stopping the "non-error" standard out messages like :
> 
> Have a look at the org.apache.fop.messaging package. You will have to
> implement a class that implements MessageListener (See
> DefaultMessageListener for example), register it with the MessageHandler
> class (addListener) and set the output method to events
> (setOutputMethod()).
> 
> MessageHandler.setOutputMethod(MessageHandler.EVENT);
> MessageHandler.addListener(new MyMessageListener());

If you use Fop as a standalone tool you can use the -q switch:

Fop -q myfile.fo myfile.pdf

Fotis

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

Reply via email to