cvs commit: jakarta-log4j/build build.xml

2001-09-10 Thread ceki
ceki01/09/10 15:42:00 Modified:buildbuild.xml Log: The jar file now contains file information, i.e. it's log4j-version.jar instead of log4j.jar. log4j-core.jar is no longer produced as this mostly confuses people. Revision ChangesPath 1.45 +7 -39

Re: [PATCH] build failure: JMSSink.java

2001-09-10 Thread Ceki Gülcü
Thanks. Fixed it. At 18:08 10.09.2001 -0400, Sam Ruby wrote: >Index: JMSSink.java >=== >RCS file: /home/cvspublic/jakarta-log4j/src/java/org/apache/log4j/net/JMSSink.java,v >retrieving revision 1.7 >diff -u -r1.7 JMSSink.java >---

cvs commit: jakarta-log4j/build/lib crimson-1.1.jar jaxp-1.1.jar

2001-09-10 Thread ceki
ceki01/09/10 15:31:16 Modified:.build.sh Added: build/lib crimson-1.1.jar jaxp-1.1.jar Log: Moved to jaxp-1.1. Revision ChangesPath 1.2 +2 -2 jakarta-log4j/build.sh Index: build.sh

cvs commit: jakarta-log4j/build build.xml

2001-09-10 Thread ceki
ceki01/09/10 15:28:08 Modified:buildbuild.xml Log: Adapted to modifed paths. Revision ChangesPath 1.44 +3 -2 jakarta-log4j/build/build.xml Index: build.xml === RCS file: /home/cvs/

cvs commit: jakarta-log4j/src/java/org/apache/log4j/net JMSSink.java

2001-09-10 Thread ceki
ceki01/09/10 15:20:29 Modified:src/docbook architecture.xml manual.xml src/java/org/apache/log4j/net JMSSink.java Log: Fixed small type in JMSSink.java Revision ChangesPath 1.6 +1 -1 jakarta-log4j/src/docbook/architecture.xml Index: arc

[PATCH] build failure: JMSSink.java

2001-09-10 Thread Sam Ruby
Index: JMSSink.java === RCS file: /home/cvspublic/jakarta-log4j/src/java/org/apache/log4j/net/JMSSink.java,v retrieving revision 1.7 diff -u -r1.7 JMSSink.java --- JMSSink.java2001/09/05 06:45:28 1.7 +++ JMSSink.java

cvs commit: jakarta-log4j/src/java/org/apache/log4j Category.java

2001-09-10 Thread ceki
ceki01/09/10 13:01:22 Modified:src/java/org/apache/log4j Category.java Log: Tiny typo correction. Revision ChangesPath 1.52 +2 -2 jakarta-log4j/src/java/org/apache/log4j/Category.java Index: Category.java =

Re: Are Category methods prematurely deprecated?

2001-09-10 Thread Ceki Gülcü
At 15:09 10.09.2001 -0400, Sam Ruby wrote: >Ceki Gülcü wrote: >> >> After log4j 1.2 comes out users should not use the Category class at all. >> The deprecation of Category.getInstance and Category.getRoot helps to push >> that point across. > >If I am working on a project which is expected to com

Re: Are Category methods prematurely deprecated?

2001-09-10 Thread Sam Ruby
Ceki Gülcü wrote: > > After log4j 1.2 comes out users should not use the Category class at all. > The deprecation of Category.getInstance and Category.getRoot helps to push > that point across. If I am working on a project which is expected to come out after 1.2, what should I code to now. I ask

Re: Are Category methods prematurely deprecated?

2001-09-10 Thread Ceki Gülcü
Hi Sam, Logger is not speculative. Logger *is* Category. Here is the actual (real) code of Logger: package org.apache.log4j; public class Logger extends Category { protected Logger(String name) { super(name); } static public Logger getLogger(String name) { return LogMan

Re: Are Category methods prematurely deprecated?

2001-09-10 Thread Sam Ruby
Ceki Gülcü wrote: > >>What is the target date for removal of these methods? > > Err, 1Q 2003 (no joke). > > [snip] > > I think that > the @deprecation flags should be reintroduced before log4j 1.2 > alpha/beta/whatever is released. I guess my question is, given the target date, what's the rush?

cvs commit: jakarta-log4j/src/java/org/apache/log4j Category.java

2001-09-10 Thread ceki
ceki01/09/10 09:51:57 Modified:src/java/org/apache/log4j Category.java Log: Being Gump friendly. Revision ChangesPath 1.51 +4 -3 jakarta-log4j/src/java/org/apache/log4j/Category.java Index: Category.java ==

Re: Are Category methods prematurely deprecated?

2001-09-10 Thread Ceki Gülcü
At 11:07 10.09.2001 -0400, Sam Ruby wrote: >What is the target date for removal of these methods? Hi Sam, Err, 1Q 2003 (no joke). >Gump is a valuable tool for getting the word out... but is now really the >right time to ask people to look at migrating away from Category? Gump is tremendously u

cvs commit: jakarta-log4j/src/java/org/apache/log4j/or/sax AttributesRenderer.java

2001-09-10 Thread ceki
ceki01/09/10 08:47:38 Modified:src/java/org/apache/log4j/or/sax AttributesRenderer.java Log: Revision ChangesPath 1.3 +1 -4 jakarta-log4j/src/java/org/apache/log4j/or/sax/AttributesRenderer.java Index: AttributesRenderer.java =

Are Category methods prematurely deprecated?

2001-09-10 Thread Sam Ruby
What is the target date for removal of these methods? Gump is a valuable tool for getting the word out... but is now really the right time to ask people to look at migrating away from Category? My preference is that these deprecation markings be removed for now, and re-added at the time when we

cvs commit: jakarta-log4j/src/docbook faq.xml architecture.xml manual.xml

2001-09-10 Thread ceki
ceki01/09/10 03:51:47 Modified:src/docbook architecture.xml manual.xml Added: src/docbook faq.xml Log: Added a FAQ section to manual. Revision ChangesPath 1.4 +7 -6 jakarta-log4j/src/docbook/architecture.xml Index: architecture.xml =

cvs commit: jakarta-log4j/src/java/org/apache/log4j/or/sax AttributesRenderer.java

2001-09-10 Thread ceki
ceki01/09/10 03:26:41 Modified:src/java/org/apache/log4j/or/sax AttributesRenderer.java Log: Corrected wrong package import. Revision ChangesPath 1.2 +2 -1 jakarta-log4j/src/java/org/apache/log4j/or/sax/AttributesRenderer.java Index: AttributesRender

cvs commit: jakarta-log4j/src/java/org/apache/log4j/or/sax AttributesRenderer.java Makefile

2001-09-10 Thread ceki
ceki01/09/10 02:31:01 Modified:src/java/org/apache/log4j/or Makefile Added: src/java/org/apache/log4j/or/jms Makefile MessageRenderer.java src/java/org/apache/log4j/or/sax AttributesRenderer.java Makefile Remov

cvs commit: jakarta-log4j/src/java/org/apache/log4j/or/jms - New directory

2001-09-10 Thread ceki
ceki01/09/10 02:27:10 jakarta-log4j/src/java/org/apache/log4j/or/jms - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-log4j/src/java/org/apache/log4j/or/sax - New directory

2001-09-10 Thread ceki
ceki01/09/10 02:27:10 jakarta-log4j/src/java/org/apache/log4j/or/sax - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]