reference to internet for jakarta-logo.gif in html files

2002-06-13 Thread Frank-Olaf Lohmann
Hi, some html files of the documentation have reference to "http://jakarta.apache.org/images/jakarta-logo.gif";. Is that a feature a flaw or a law? IMHO it would be nice to have the logo local and a link like "./images/jakarta-logo.jpg" as for the the log4j logo. Regards Frank-Olaf Lohmann -

Re: FW: Internationalization/ResourceBundles in messages?

2002-06-13 Thread Ceki Gülcü
It would be interesting to analyze the differences in internationalization support in log4j and JDK 1.4 logging API. I doubt the latter has any better internationalization support as historically it was not the case. I might be wrong -- things are known to change. If you fancy working on this t

ALERT - GroupShield ticket number OA69_1023998369_AAQMAIP01_3 was generated

2002-06-13 Thread GroupShield for Exchange (AAQMAIP01)
Action Taken: The attachment was quarantined from the message and replaced with a text file informing the recipient of the action taken. To: Log4J Developers List <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Sent: -180068864,29496083 Subject: RE: Updating millisecond timesta

Re: FW: Internationalization/ResourceBundles in messages?

2002-06-13 Thread Mike_McAngus
I'd be interested in helping. We'd need some requirements, and it would be a good idea to review Sun's Logging so we could match their API. Mike McAngus Associate Chief Engineer Wendy's International Knowledge Management 614-764-6776 Mark Womack <[EMAIL PROTECTED]> 06-13-2002 03:55 PM Ple

RE: generating universal diffs

2002-06-13 Thread Mark Womack
Sorry, there was a typo. The command should be: cvs rdiff -u -r -r -Mark > -Original Message- > From: Mark Womack > Sent: Thursday, June 13, 2002 1:16 PM > To: 'Log4J Developers List' > Subject: RE: generating universal diffs > > > > Sorry, I have not yet found a Windows program

RE: generating universal diffs

2002-06-13 Thread Mark Womack
> Sorry, I have not yet found a Windows program to provide unified diffs. In WinCVS, I am able to generate universal diffs with the following command: cvs rdiff -u -r -r You can pipe the output to a text file. Use cvs rdiff --help for help with all the options. I am assuming that you can

FW: Internationalization/ResourceBundles in messages?

2002-06-13 Thread Mark Womack
I wonder if this is something we should look into supporting more fully in a future version? -Mark -Original Message- From: Klein, Scott @ TW [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 10:42 AM To: Log4J-User (E-mail) Subject: Internationalization/ResourceBundles in message

DO NOT REPLY [Bug 9462] - make default initialization available as a public method

2002-06-13 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 9843] - reload configurations loaded by the Default Initialization Procedure

2002-06-13 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 9843] New: - reload configurations loaded by the Default Initialization Procedure

2002-06-13 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://nagoya.apache.org/bugzilla/show_bu

RE: How to use SMTPAppender

2002-06-13 Thread Xinjian Xue
Prblem solved. I forgot to call sa.activateOptions(); I have added thisi line in the code. - Xinjian Jack Xue, Phone: 317 554 7622 -Original Message- From: Xinjian Xue [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 9:

RE: Release of log4j version 1.2.4

2002-06-13 Thread Mittal, Manisha
My apologies.. I meant to send this email to my manager... Sorry again. Manisha- -Original Message- From: Mittal, Manisha Sent: Thursday, June 13, 2002 9:50 AM To: Log4J Developers List Subject: RE: Release of log4j version 1.2.4 I had it! Thanks Anyways...:-) Manisha- PS: Till now

RE: Release of log4j version 1.2.4

2002-06-13 Thread Mittal, Manisha
I had it! Thanks Anyways...:-) Manisha- PS: Till now I was working with 1.2.3, do we want to switch to 1.2.4 now? With 1.2.3 I am almost there with stubs and sample code for Java Server Pages. -Original Message- From: Ceki Gülcü [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002

How to use SMTPAppender

2002-06-13 Thread Xinjian Xue
Hi, This is my first time to try the SMTPAppender. BY running the following code, I got all logs in a file. But no email and an error message pops up: log4j:ERROR Message object not configured. What that means? Thanks. Yours Jack import org.apache.log4j.*; import org.apache.log4j.spi.*; import o

Release of log4j version 1.2.4

2002-06-13 Thread Ceki Gülcü
Greetings, Log4j developers are happy to announce the release of log4j 1.2.4. This release fixes several relatively minor bugs. The integration of LogFactor5 with log4j continues. - The JDBCAppender is marked as slated for replacement. Do not build critical software using it. - Added L

RE: new filters (was FW: cvs commit etc)

2002-06-13 Thread Ceki Gülcü
At 16:07 12.06.2002 -0700, you wrote: > > class X { > >public void setYoo(String s) {} > >public void setYoo(int i) {} > > } > > > > > javac Test > > > java Test > > Name: yoo, read: null, write: public void X.setYoo(java.lang.String) > > Name: class, read: public final native java.lang.