[vfs][Chainsaw]: Web start + external dependances + license=ouch

2004-05-17 Thread Paul Smith
[cross posting to both lists, as I am hoping this would give me more chance of someone knowing what to do here] As discussed previously, I am keen to integrate log4j Chainsaw v2 and VFS, to take advantage of VFS's features of transparency of where the files are located. We're also using Java Web S

cvs commit: logging-log4j/src/xdocs chainsaw.xml

2004-05-17 Thread psmith
psmith 2004/05/17 20:06:25 Modified:src/xdocs chainsaw.xml Log: updated with the Java Web Start link... Be nice to have a nice image button but can't find anything that has an explicit licence grant to use it at will, so defering to simple text link for now. Revision Cha

Re: LocationInfo performance, StackTraceElement

2004-05-17 Thread Martin Schulz
Ceki, thanks for the encouragement ;-) Ceki Gülcü wrote: Hello Martin, Thanks for the code. What kind of improvement are we talking about? Do you have figures by any chance? We should use the Throwable.getStackTrace() method when running with JDK 1.4 and later. Doing this while keeping *compile*

EnhancedHTMLAppender

2004-05-17 Thread Steve Mactaggart
I have got an initial version of the updated HTMLAppender created. I have called it the EnhancedHTMLAppender at the moment, so you can run both and see the differences, but I hope to replace the existing one once this is completed. This Appender requires a change to some other classes, and these c

DailyRollingFileAppender NPE

2004-05-17 Thread Steve Mactaggart
Hey all, I have just got the latest from CVS to start working on the EnhancedHTMLLayout suggested last week. 2 Things I have noticed: - The current CVS version is NOT backwards compatible with 1.2.8, I was wondering why not? I have written a few appenders myself that required c

RE: NTEventLogAppender event ID customization?

2004-05-17 Thread Jon Russell
Probably more of a facelift... I've gone ahead and created a modified version of NTEventLogAppender since my last email. Its a standalone implementation (separate package, inheritance hierarchy, dll name) for right now, but will be implemented as a core extension submission when I figure out t

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/help release-notes.html

2004-05-17 Thread psmith
psmith 2004/05/17 17:39:55 Modified:src/java/org/apache/log4j/chainsaw/version VersionManager.java src/java/org/apache/log4j/chainsaw LoggerNameTreePanel.java src/java/org/apache/log4j/chainsaw/help release-notes.html Log: Tidied

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/help release-notes.html

2004-05-17 Thread psmith
psmith 2004/05/17 15:26:09 Modified:src/java/org/apache/log4j/chainsaw/version VersionManager.java .build.xml src/java/org/apache/log4j/chainsaw/help release-notes.html Log: made sure an appropriate set of JavaDoc is bund

Re: [GUMP@brutus]: jakarta-commons/commons-logging failed

2004-05-17 Thread Adam R. B. Jack
I'm no expert on when to [or not to] cross post, but this looks like a good topic for discussion in these two places at once. regards Adam - Original Message - From: "Mario Ivankovits" <[EMAIL PROTECTED]> To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]> Sent: Monday, May 17, 200

DO NOT REPLY [Bug 29039] New: - Link to log4j.dtd broken in javadocs

2004-05-17 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

cvs commit: logging-log4j/tests/input/db mysql.properties db.properties

2004-05-17 Thread ceki
ceki2004/05/17 10:13:21 Added: tests/input/db mysql.properties Removed: tests/input/db db.properties Log: DB tests will start using properties specific for each RDBMS. Revision ChangesPath 1.1 logging-log4j/tests/input/db/mysql.properties

cvs commit: logging-log4j/tests/input/db dbReceiver1.xml

2004-05-17 Thread ceki
ceki2004/05/17 10:00:42 Removed: tests/input/db dbReceiver1.xml Log: - DBAppender and DBReceiver tested for full read/write cycle. Written/Read items include properties in both the MDC and the repository as well as exceptions.

cvs commit: logging-log4j/src/java/org/apache/log4j/joran JoranConfigurator.java

2004-05-17 Thread ceki
ceki2004/05/17 09:58:30 Modified:src/java/org/apache/log4j/joran/action PropertyAction.java src/java/org/apache/log4j/db DBReceiver.java DBAppender.java tests/input/db writeCS1.xml readCS1.xml src/java/org/apache/log4j/spi LoggingEvent.jav

RE: [VFS]: Integration - too early?

2004-05-17 Thread Shapira, Yoav
Hi, Yeah, there will be an official release of VFS. Mario is committed to it. He's very flexible on what goes into 1.0, though, so if we want a release a certain point in time bring that up on commons-dev to urge him to stop working on new features ;) Yoav Shapira Millennium Research Informatic

RE: [Chainsaw]: splitting artwork into seperate jar

2004-05-17 Thread Shapira, Yoav
Hi, Ditto on it not being worth the effort ;) Yoav Shapira Millennium Research Informatics >-Original Message- >From: Paul Smith [mailto:[EMAIL PROTECTED] >Sent: Friday, May 14, 2004 11:59 PM >To: '[EMAIL PROTECTED]' >Subject: [Chainsaw]: splitting artwork into seperate jar > >I just ma

cvs commit: logging-log4j/tests/src/java/org/apache/log4j/scheduler PeriodicJob.java

2004-05-17 Thread ceki
ceki2004/05/17 01:20:58 Modified:tests/src/java/org/apache/log4j/scheduler PeriodicJob.java Log: Keeping grumpy happy. Revision ChangesPath 1.3 +1 -1 logging-log4j/tests/src/java/org/apache/log4j/scheduler/PeriodicJob.java Index: PeriodicJob.java ==

Re: LocationInfo performance, StackTraceElement

2004-05-17 Thread Ceki Gülcü
Hello Martin, Thanks for the code. What kind of improvement are we talking about? Do you have figures by any chance? We should use the Throwable.getStackTrace() method when running with JDK 1.4 and later. Doing this while keeping *compile* time compatibility with JDK 1.2 is a little tricky but