Chainsaw v2 Plugin for Eclipse

2005-01-08 Thread Brian O'Rourke
>Response to: Chainsaw v2 Plugin for Eclipse (Dino Di Cola) > >Date: Wed, 05 Jan 2005 08:10:54 +1100 >From: Paul Smith <[EMAIL PROTECTED]> >Subject: Chainsaw v2 Plugin for Eclipse >Content-Type: text/plain; charset=windows-1252; format=flowed > >only in our minds... If you have Eclipse plugin devel

cvs commit: logging-log4j/tests build.xml

2005-01-08 Thread carnold
carnold 2005/01/08 12:54:01 Modified:testsbuild.xml Added: tests/input/schema/valid DOMTestCase1.xml customLogger3.xml filters.LevelMatchFilter.test4.3.xml filters.LevelMatchFilter.test4.4.xml filters.Lev

cvs commit: logging-log4j/tests/input/schema/invalid - New directory

2005-01-08 Thread carnold
carnold 2005/01/08 12:53:56 logging-log4j/tests/input/schema/invalid - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: logging-log4j/src/schema - New directory

2005-01-08 Thread carnold
carnold 2005/01/08 12:53:56 logging-log4j/src/schema - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: logging-log4j/tests/input/schema - New directory

2005-01-08 Thread carnold
carnold 2005/01/08 12:53:56 logging-log4j/tests/input/schema - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: logging-log4j/tests/input/schema/valid - New directory

2005-01-08 Thread carnold
carnold 2005/01/08 12:53:56 logging-log4j/tests/input/schema/valid - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: logging-log4j-sandbox/src/java/org/apache/log4j/servlet InitShutdownController.java ServletContextLogAppender.java

2005-01-08 Thread hoju
hoju2005/01/08 09:57:29 Modified:src/java/org/apache/log4j/servlet InitShutdownController.java ServletContextLogAppender.java Log: Update to compile against the latest Log4j CVS. Should update InitShutdownController again once the

Re: Gump breakage

2005-01-08 Thread Curt Arnold
On Jan 8, 2005, at 9:55 AM, Ceki Gülcü wrote: At 04:34 PM 1/8/2005, Curt Arnold wrote: logging-log4j is currently failing due to Gump expecting the "jar" target to prepare both a log4j.jar and a chainsaw.jar target when due to recent changes it only produces a log4j.jar target. I've got a seri

cvs commit: logging-log4j build.xml

2005-01-08 Thread carnold
carnold 2005/01/08 08:52:09 Modified:.build.xml Log: log4j.jar no longer depends on build.chainsaw Revision ChangesPath 1.135 +9 -5 logging-log4j/build.xml Index: build.xml === RCS f

Log4j integration testing with Application Servers

2005-01-08 Thread Ceki Gülcü
Hello, In the log4j project, we need to perform integration tests between log4j and various Application Servers. Sounds familiar? :-) Our tests check that log4j correctly solves the "logging separation problem" [1] when ContextJNDISelector is installed. Unfortunately, since commons-logging relies

Re: cvs commit: logging-log4j/docs/css site.css

2005-01-08 Thread Ceki Gülcü
Yes, thanks. Have you tried UGLI? At 01:02 PM 1/7/2005, you wrote: | | Swapping implementations at runtime "deploy time", wouldn't it be? Endre -- Ceki Gülcü The complete log4j manual: http://www.qos.ch/log4j/ - To unsub

Re: Gump breakage

2005-01-08 Thread Ceki Gülcü
At 04:55 PM 1/8/2005, Ceki Gülcü wrote: At 04:34 PM 1/8/2005, Curt Arnold wrote: Restore the "jar" target to build both log4j.jar and log4j-chainsaw.jar. If you just want to build log4j.jar, you can use the "log4j.jar" target. I committed exactly the same change a few hours ago. 2 hours 43 minut

Re: Gump breakage

2005-01-08 Thread Ceki Gülcü
At 04:34 PM 1/8/2005, Curt Arnold wrote: logging-log4j is currently failing due to Gump expecting the "jar" target to prepare both a log4j.jar and a chainsaw.jar target when due to recent changes it only produces a log4j.jar target. I've got a series of changes that should get Gump back online

cvs commit: logging-log4j/tests build.xml

2005-01-08 Thread ceki
ceki2005/01/08 07:47:44 Modified:testsbuild.xml Log: Removed last bit of reference in ./tests/build.xml to ./examples/ Revision ChangesPath 1.90 +0 -1 logging-log4j/tests/build.xml Index: build.xml =

Gump breakage

2005-01-08 Thread Curt Arnold
logging-log4j is currently failing due to Gump expecting the "jar" target to prepare both a log4j.jar and a chainsaw.jar target when due to recent changes it only produces a log4j.jar target. I've got a series of changes that should get Gump back online which I will commit if there are no obje

RE: cvs commit: logging-log4j/src/java/org/apache/log4j/filter AndFilter.java

2005-01-08 Thread Scott Deboy
Sounds good.. I'll make the change but I probably don't have time to get to this for a bit. -Original Message- From: Ceki Gülcü [mailto:[EMAIL PROTECTED] Sent: Sat 1/8/2005 4:23 AM To: Log4J Developers List Cc: Subject:Re: cvs commit: logging-log4j/src/java/org/apach

cvs commit: logging-log4j/src/java/org/apache/log4j/filter AndFilter.java

2005-01-08 Thread sdeboy
sdeboy 2005/01/08 07:12:48 Modified:src/java/org/apache/log4j/filter AndFilter.java Log: using filter.setnext instead of holding a collection of filters. At some time soon this will be changed to use addNestedFilter Revision ChangesPath 1.3 +13 -10 logging-lo

Re: Joran not configuring appender

2005-01-08 Thread Ceki Gülcü
At 09:25 AM 1/8/2005, you wrote: I think the latest changes to the core classes affected appenders/etc. After commiting AndFilter, I realized I hadn't retrieved the latest CVS changes. Once I did, the appender config stopped working. ConsoleAppender had a bug. It should be fixed now. -- Ceki Gülc

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw ChainsawAppender.java

2005-01-08 Thread ceki
ceki2005/01/08 06:05:29 Modified:src/java/org/apache/log4j/helpers IntializationUtil.java OptionConverter.java src/java/org/apache/log4j Hierarchy.java PropertyConfigurator.java LogManager.java Con

cvs commit: logging-log4j/tests/input/ugli basic.xml

2005-01-08 Thread ceki
ceki2005/01/08 05:14:03 Modified:testsbuild.xml Added: tests/input/ugli basic.xml Log: - log4j.jar now confoms to the UGLI model. - Minor changes. The problem discovered by Scott is still not fixed. Revision ChangesPath 1.89 +9 -4 logging-

cvs commit: logging-log4j/tests/input/ugli - New directory

2005-01-08 Thread ceki
ceki2005/01/08 05:13:59 logging-log4j/tests/input/ugli - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: logging-log4j/tests ugli-test.xml

2005-01-08 Thread ceki
ceki2005/01/08 05:13:46 Modified:.ugli.xml build.xml src/java/org/apache/joran/action NestComponentIA.java src/java/org/apache/ugli/impl Log4jLoggerFA.java src/java/org/apache/log4j/helpers OptionConverter.java src/j

Re: Joran not configuring appender

2005-01-08 Thread Ceki Gülcü
I puzzled at why our unit tests are not catching this. At 09:25 AM 1/8/2005, Scott Deboy wrote: I think the latest changes to the core classes affected appenders/etc. After commiting AndFilter, I realized I hadn't retrieved the latest CVS changes. Once I did, the appender config stopped working.

Re: cvs commit: logging-log4j/src/java/org/apache/log4j/filter AndFilter.java

2005-01-08 Thread Ceki Gülcü
Hi Scott, While most Actions tend to be simple, actions that can be self-nested are not trivial to write, with NestComponentIA acts as a prime example of an action that can be self-nested (implicit objects potentially nesting other implicit objects). Even if Joran can currently deal with nested

RE: cvs commit: logging-log4j/src/java/org/apache/log4j/filter AndFilter.java

2005-01-08 Thread Ceki Gülcü
At 08:02 AM 1/8/2005, you wrote: I thought I'd throw this filter out there for discussion. Joran implicit actions are really powerful once you figure out how to use them. This filter should support composability and negation, but it's pretty complicated compared to the expressionFilter alternat

Re: cvs commit: logging-log4j/src/java/org/apache/log4j/filter AndFilter.java

2005-01-08 Thread Ceki Gülcü
At 07:57 AM 1/8/2005, you wrote: sdeboy 2005/01/07 22:57:48 Added: src/java/org/apache/log4j/filter AndFilter.java Log: Relying on Joran implicit actions to provide a filter that ANDs two nested filters. If both filters return accept, acceptOnMatch is used to return either ACCE

[EMAIL PROTECTED]: Project logging-log4j (in module logging-log4j) failed

2005-01-08 Thread noreply
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project logging-log4j has an issue affecting its community integration. This issue affect

Joran not configuring appender

2005-01-08 Thread Scott Deboy
I think the latest changes to the core classes affected appenders/etc. After commiting AndFilter, I realized I hadn't retrieved the latest CVS changes. Once I did, the appender config stopped working. Here's an example config file that should cause events to be displayed on the console, but

cvs commit: logging-log4j/src/java/org/apache/log4j/filter AndFilter.java

2005-01-08 Thread sdeboy
sdeboy 2005/01/08 00:03:34 Modified:src/java/org/apache/log4j/filter AndFilter.java Log: AndFilter now supports any number of contained filters, using Joran's support for collections. Revision ChangesPath 1.2 +20 -20 logging-log4j/src/java/org/apache/log4j/fil