RE: [POLL] Splitting log4j.jar by dependency

2005-01-14 Thread Gary Gregory
Hello All: In the XP spirit of "release early, release often", what about releasing 1.3 and saving this large scale change for a 1.4? Gary -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 11:46 AM To: Log4J Developers List Subject: Re: [POLL

Re: [POLL] Splitting log4j.jar by dependency

2005-01-14 Thread Jacob Kjome
Quoting Ceki Gülcü <[EMAIL PROTECTED]>: > At 05:41 PM 1/14/2005, Jacob Kjome wrote: > > >I'm speaking of "endorsed" in a slightly different sense. Not physically > >endorsed as having been added to the endorsed classloader repository. The > >mere > >fact that they are meant to be core Java or J2E

RE: Rule.evaluate() to Rule.match()?

2005-01-14 Thread Scott Deboy
+1 to rule.match -1 to criterion ;) Feel free to write some tests, I hope to get to writing some soon (next couple of weeks). Scott -Original Message- From: Ceki Gülcü [mailto:[EMAIL PROTECTED] Sent: Fri 1/14/2005 11:35 AM To: log4j Developers List Cc: Subject:R

Rule.evaluate() to Rule.match()?

2005-01-14 Thread Ceki Gülcü
Scoot, Would agree to rename Rule.evaluate(LoggingEvent) method as Rule.match(LoggingEvent) ? Pushing my luck, how about renaming Rule as Criterion? :-) Do you intend to write test cases for the o.a.l.rule package in the near future? If not, do you mind if I start writing a few tests? -- Ceki G

cvs commit: logging-log4j build.properties.sample build.xml

2005-01-14 Thread ceki
ceki2005/01/14 11:04:22 Modified:.build.properties.sample build.xml Log: Split db, smtp, and jms classes into their own jars. More will follow. Revision ChangesPath 1.22 +1 -5 logging-log4j/build.properties.sample Index: build.properties.sample

DO NOT REPLY [Bug 31178] - Exception using Chainsaw for simple debugging

2005-01-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [POLL] Splitting log4j.jar by dependency

2005-01-14 Thread Ceki Gülcü
At 05:41 PM 1/14/2005, Jacob Kjome wrote: I'm speaking of "endorsed" in a slightly different sense. Not physically endorsed as having been added to the endorsed classloader repository. The mere fact that they are meant to be core Java or J2EE libraries qualifies them, in my interpretation, as "en

Re: [POLL] Splitting log4j.jar by dependency

2005-01-14 Thread Jacob Kjome
Quoting Yoav Shapira <[EMAIL PROTECTED]>: > Hi, > > > Placing endorsed libraries in WEB-INF/lib is *not* recommended. In fact, > > Tomcat actively avoids loading at least some endorsed libraries from > > WEB-INF/lib (Not sure about all maybe Yoav can clarify?). By > > "endorsed", I mean stu

Re: [POLL] Splitting log4j.jar by dependency

2005-01-14 Thread Ceki Gülcü
At 07:49 PM 1/13/2005, Yoav Shapira wrote: Hi, > One of the important features in 1.3 is that you no longer have to > ship log4j.jar in WARs. The idea is to place log4j.jar in your > server's common/lib or equivalent. Some servers don't have a common/lib directory or equivalent. It's not part of

RE: Missing test files?

2005-01-14 Thread Scott Deboy
I removed RuleTest during the Chainsaw jar build.xml creation process - it wasn't a terribly useful class (a gui, not in the test tree, limited functionality). There was also a dependency in RuleTest on Chainsaw's filterModel, and in separating Chainsaw-related classes from core clases (and mo

Missing test files?

2005-01-14 Thread Ceki Gülcü
What happened to ./src/java/org/apache/log4j/rule/RuleTest ? Do we have any test cases for the o.a.l.rule package? -- Ceki Gülcü The complete log4j manual: http://www.qos.ch/log4j/ - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Filter Design [WAS: cvs commit: logging-log4j/src/java/org/apache/log4j/filter AndFilter.java]

2005-01-14 Thread Ceki Gülcü
Scott, For starters, although I do not feel strongly either way, instead of AndFilter and OrFilter, I propose the names Conjunction and Disjunction. The latter names emphasize their purpose, that is, the logical grouping of filters. Most people will need to stop and think about what conjunction and

Re: [POLL] Splitting log4j.jar by dependency

2005-01-14 Thread Yoav Shapira
Hi, > Placing endorsed libraries in WEB-INF/lib is *not* recommended. In fact, > Tomcat actively avoids loading at least some endorsed libraries from > WEB-INF/lib (Not sure about all maybe Yoav can clarify?). By > "endorsed", I mean stuff like javax.*, org.xml.*, org.w3c.dom.*, etc

Re: [POLL] Splitting log4j.jar by dependency

2005-01-14 Thread Johan Känngård
+1 But wouldn't it be nice to have a log4j-core.jar also? - Johan [EMAIL PROTECTED] http://dev.kanngard.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Log4D, Log4Cxx, Log4J interoperability

2005-01-14 Thread Simon Woodward
Well, exactly. The data is dumped onto the stream using whatever byte-order and native type size the system running the logger happens to have. There are ways around it, however: you can configure your log server to listen in whatever endianness you need, with the default being the native for