Re: Messages to fop-dev black-holed?

2004-04-11 Thread Peter B. West
Noel,

Where do we find out what's involved?

Peter

Noel J. Bergman wrote:
Only Dw.  Looking at http://xml.apache.org/fop/team.html, I'd guess that he
is doing it only because no one else is.  Personally, I'd like to see at
least two active members of the team handling moderation for the list.
From: Peter B. West [mailto:[EMAIL PROTECTED]

Thanks Noel.  Mailbox full of garbage, no doubt.  Thank you Bill.  I
shall re-subscribe.  Do we have a moderator?
Noel J. Bergman wrote:

Is it possible that my messages to fop-dev are being black-holed?


They are pending a moderator.  You are not currently subscribed to
fop-dev.
your e-mail address was removed due to bouncing.
--
Peter B. West http://www.powerup.com.au/~pbwest/resume.html


RE: Messages

2001-07-11 Thread Don Seib

FOP writes all of its messages out through a static MessageHandler object.
You can direct those messages by calling the setOutputMethod method on that
object before you start the render operation like so:

MessageHandler.setOutputMethod( MessageHandler.NONE );

There are also methods to get the current output method so you can save it
and restore it later.

Don Seib
Software Developer
Landmark Graphics Canada
[EMAIL PROTECTED]
(403) 218-2243

-Original Message-
From: Jim Urban [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 11, 2001 10:31 AM
To: [EMAIL PROTECTED]
Subject: Messages

Just a simple question.  Each time I run FOP in my servlet I get the
following messages generated to Tomcat's output:

building formatting object tree
setting up fonts
formatting FOs into areas
 [1]
rendering areas to PDF
writing out PDF

Is there anyway I can turn these messages off?  I will be using FOP quite
heavily in my high traffic application and I don't want my Tomcat log filled
with these messages.
BTW:  Now that I got FOP and Xalan working, I love them, keep up the good
work!

Thanks,

Jim Urban
Product Manager
Netsteps Inc.
Suite 505E
1 Pierce Pl.
Itasca, IL  60143
Voice:  (630) 250-3045 x2164
Fax:  (630) 250-3046


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

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




Re: Messages

2001-07-11 Thread Heiko Barthel

Try the static methos:

// switch off FOP messages
MessageHandler.setOutputMethod(MessageHandler.NONE);


Heiko

 Is there anyway I can turn these messages off?  I will be using FOP quite
 heavily in my high traffic application and I don't want my Tomcat log

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net

GMX Tipp:

Machen Sie Ihr Hobby zu Geld bei unserem Partner 11!
http://profiseller.de/info/index.php3?ac=OM.PS.PS003K00596T0409a


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




RE: Messages

2001-07-11 Thread John Wyman

I had to delete the entire build directory and rebuild before these
errors would go away.
John


John H. Wyman
5160 Darry Lane
Dublin, OH 43016
(614)-889-0698
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Wyman Genealogy Site http://www.wyman.org
Francis Wyman Assoc email List
http://groups.yahoo.com/group/FrancisWymanAssoc
Wyman Family Genealogy Forum http://genforum.genealogy.com/wyman/
The Wyman Surname Message Board
http://www.familyhistory.com/messages/messages.asp?category=surnamefor
um=Wyman

  

-Original Message-
From: Don Seib [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, July 11, 2001 1:40 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Messages


FOP writes all of its messages out through a static MessageHandler
object. You can direct those messages by calling the setOutputMethod
method on that object before you start the render operation like so:

MessageHandler.setOutputMethod( MessageHandler.NONE );

There are also methods to get the current output method so you can save
it and restore it later.

Don Seib
Software Developer
Landmark Graphics Canada
[EMAIL PROTECTED]
(403) 218-2243

-Original Message-
From: Jim Urban [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 11, 2001 10:31 AM
To: [EMAIL PROTECTED]
Subject: Messages

Just a simple question.  Each time I run FOP in my servlet I get the
following messages generated to Tomcat's output:

building formatting object tree
setting up fonts
formatting FOs into areas
 [1]
rendering areas to PDF
writing out PDF

Is there anyway I can turn these messages off?  I will be using FOP
quite heavily in my high traffic application and I don't want my Tomcat
log filled with these messages.
BTW:  Now that I got FOP and Xalan working, I love them, keep up the
good work!

Thanks,

Jim Urban
Product Manager
Netsteps Inc.
Suite 505E
1 Pierce Pl.
Itasca, IL  60143
Voice:  (630) 250-3045 x2164
Fax:  (630) 250-3046


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

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


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