At 11:12 AM 5/21/2004, Geir Magnusson Jr wrote:
We've seen the velocity failure for a bit now, so we assume that it's not ephemeral :)

Having already looked into the velocity build problem, I think that all you need to do is to change

  logger.setPriority(Priority.DEBUG);

to

  logger.setLevel(Level.DEBUG);

This will work in both 1.2.x and 1.3, both at compile and at runtime.

In general, as long as you don't refer to the Priority class directly
but to the Level class and don't refer to Category but to Logger, you
should be fine.

I hope this helps.

I believe it's due to log4j. (The nag emails don't show the problem, btw...) Where can I get the log4j.jar that is causing the problem?

You can build it from CVS. Once you get it from CVS just type "ant jar". (It's that easy but hush, hush, there is intentionally no public jar file.)


I've grubbed around a bit on the gump site on brutus, and it just isn't obvious where to get it.

geir

--
Geir Magnusson Jr                                   203-247-1713(m)
[EMAIL PROTECTED]

-- Ceki G�lc�

For log4j documentation consider "The complete log4j manual"
ISBN: 2970036908 http://www.qos.ch/shop/products/clm_t.jsp




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



Reply via email to