RE: getting 1.3 code...

2004-11-19 Thread Alan Brown
Are you sure I need SSH to get the code? The instructions imply I should be able to do it with a simple cvsClient (I'm using tortoise). Only committers appear to need to use cvs with SSH. However, if I'm wrong then I'm unable to login to the cvs server with anoncvs/anoncvs. Any pointers would be

RE: getting 1.3 code...

2004-11-19 Thread Shapira, Yoav
Hi, You need to it over a SSH connection: use PuTTY or a similar client as instructed at http://www.apache.org/dev. The CVS server is working fine, I'm using it right now. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Alan Brown [mailto:[EMAIL PROTECTED] >Sent: Fri

getting 1.3 code...

2004-11-19 Thread Alan Brown
I can't seem to connect to cvs to get the latest code. >From a windows shell, I'm using... set CVSROOT=:pserver:[EMAIL PROTECTED]:/home/cvspublic and cvs login I am asked for my password and I get... cvs [login aborted]: connect to cvs.apache.org:2401 failed: No connection could be made beca

RE: LF5 / Chainsaw localization

2004-11-19 Thread Scott Deboy
I believe the old version of Chainsaw (1.2.9 and earlier) is smaller than LF5. LF5 has been moved to the CVS attic (no longer being delivered as a part of log4j), in favor of Chainsaw. Chainsaw V2 is available via WebStart here: http://logging.apache.org/log4j/docs/chainsaw.html -Orig

Re: LF5 / Chainsaw localization

2004-11-19 Thread Tomasz Sztejka
Thanks for answers. I will then attempt to slightly modify LF5 to get i18n and some stuff I do need in GUI. I won't do Chainsaw since my deadline is very close - LF5 is smaller, isn't it? = Tomasz Sztejka POLON ALFA (work) http://www.polon-alfa.com.pl/ (private) http://www.sztejkat.prv.pl/

RE: LF5 / Chainsaw localization

2004-11-19 Thread Scott Deboy
Chainsaw V2 is not i18n. It would be much-appreciated if you were interested in contributing this capability. Chainsaw V2 may look more complicated by default, but everything but the main logging window can be hidden in a tab. Enabling tooltips might be a good idea in this mode (available fro

Re: LF5 / Chainsaw localization

2004-11-19 Thread Ricardo Trindade
I get the impression that LF5 is going to be discontinued in favor of chainsaw 2, perhaps you should check with the maintainers. ricardo Tomasz Sztejka wrote: Hi, I just downloaded the log4j and I'm now on the state of making my application to log informations there. Since this is mainly an event

RE: http requests for nonexistent *BeanInfo.classes?

2004-11-19 Thread Jerry Seutter
I should have mentioned that I tried that, with no change in behaviour. I put the call in the applets' start method. Was there somewhere in particular that it had to go? From reading the docs, it looks like the call you mention is global to the thread. Jerry On Fri, 2004-11-19 at 02:21, Keith H

Re: Unknown periodity - Is DailyRollingFileAppender broken in log4j 1.3 alpha ?

2004-11-19 Thread Davidson . Hutton
Apparently periods and dashes can be part of the pattern used to instantiate a SimpleDateFormat object. You should be able to use the single quotes, but it's not really necessary. I have tried other documented example patterns. They all work fine in 1.2.8, but none are accepted by 1.3 I will

RE: http requests for nonexistent *BeanInfo.classes?

2004-11-19 Thread Keith Hatton
java.beans.Introspector.setBeanInfoSearchPath(new String[0]); I forget whether this eliminates the BeanInfo requests completely, or just reduces them. Hope this helps Keith -Original Message- From: Jerry Seutter [mailto:[EMAIL PROTECTED] Sent: 16 November 2004 21:51 To: log4j-user Subj

LF5 / Chainsaw localization

2004-11-19 Thread Tomasz Sztejka
Hi, I just downloaded the log4j and I'm now on the state of making my application to log informations there. Since this is mainly an event logging application for distributed measurement system I need to present results to end user - most of loggers will log measurement events, a few will log stat