RE: apache-log4j-component-1.0 rc2

2007-06-20 Thread Scott Deboy
I'd still like us to consider finishing the property support included in LoggerRepositoryEx (mostly requiring new functionality being added to LoggingEvent). It would make finishing up the backporting of the appenders & receivers essentially complete. Also, I'm not sure of the state of our sup

apache-log4j-component-1.0 rc2

2007-06-20 Thread Curt Arnold
I've cut a release candidate for apache-log4j-component. Jars are available in the staging Maven repository at http:// people.apache.org/builds/logging/repo, distributions are at http:// people.apache.org/builds/logging/log4j/companions/component/1.0 and documentation is online at http://lo

Re: log4j 1.2.15 RC 3

2007-06-20 Thread Curt Arnold
On Jun 20, 2007, at 10:37 PM, Paul Smith wrote: On 21/06/2007, at 1:27 PM, Curt Arnold wrote: I've just pushed another release candidate out. This won't be the last since I forgot to update the release date and another tweak to the POM that I'd like to do. I'll likely refresh it tomorro

Re: log4j 1.2.15 RC 3

2007-06-20 Thread Curt Arnold
On Jun 20, 2007, at 11:55 PM, Paul Smith wrote: I've done the following quick test to compare 1.2.14->1.2.15. After unpacking both, I compared the contents of the respective jars. One way to see missing/additional files was this: unzip -l log4j-1.2.14.jar > /tmp/log4j.1.2.14.txt .. unzip

svn commit: r549378 - /logging/log4j/companions/component/trunk/pom.xml

2007-06-20 Thread carnold
Author: carnold Date: Wed Jun 20 22:18:34 2007 New Revision: 549378 URL: http://svn.apache.org/viewvc?view=rev&rev=549378 Log: [maven-release-plugin] prepare for next development iteration Modified: logging/log4j/companions/component/trunk/pom.xml Modified: logging/log4j/companions/component

svn commit: r549377 - in /logging/log4j/companions/component/tags/v1_0_rc2: ./ pom.xml src/site/apt/download.apt

2007-06-20 Thread carnold
Author: carnold Date: Wed Jun 20 22:18:31 2007 New Revision: 549377 URL: http://svn.apache.org/viewvc?view=rev&rev=549377 Log: [maven-release-plugin] copy for tag v1_0_rc2 Added: logging/log4j/companions/component/tags/v1_0_rc2/ - copied from r549373, logging/log4j/companions/component

svn commit: r549376 - /logging/log4j/companions/component/trunk/pom.xml

2007-06-20 Thread carnold
Author: carnold Date: Wed Jun 20 22:18:28 2007 New Revision: 549376 URL: http://svn.apache.org/viewvc?view=rev&rev=549376 Log: [maven-release-plugin] prepare release v1_0_rc2 Modified: logging/log4j/companions/component/trunk/pom.xml Modified: logging/log4j/companions/component/trunk/pom.xml

svn commit: r549375 - in /logging/log4j/companions/component/trunk: pom.xml src/site/apt/download.apt

2007-06-20 Thread carnold
Author: carnold Date: Wed Jun 20 22:17:40 2007 New Revision: 549375 URL: http://svn.apache.org/viewvc?view=rev&rev=549375 Log: Bug 42094: Drop -bin off distribution file name Modified: logging/log4j/companions/component/trunk/pom.xml logging/log4j/companions/component/trunk/src/site/apt/d

svn commit: r549372 - /logging/log4j/companions/component/trunk/pom.xml

2007-06-20 Thread carnold
Author: carnold Date: Wed Jun 20 22:01:04 2007 New Revision: 549372 URL: http://svn.apache.org/viewvc?view=rev&rev=549372 Log: [maven-release-plugin] prepare for next development iteration Modified: logging/log4j/companions/component/trunk/pom.xml Modified: logging/log4j/companions/component

svn commit: r549371 - in /logging/log4j/companions/component/tags/v1_0_rc1: ./ src/assembly/ src/changes/ src/main/java/org/apache/log4j/ src/main/java/org/apache/log4j/plugins/ src/main/java/org/apac

2007-06-20 Thread carnold
Author: carnold Date: Wed Jun 20 22:01:01 2007 New Revision: 549371 URL: http://svn.apache.org/viewvc?view=rev&rev=549371 Log: [maven-release-plugin] copy for tag v1_0_rc1 Added: logging/log4j/companions/component/tags/v1_0_rc1/ - copied from r544237, logging/log4j/companions/component

svn commit: r549370 - /logging/log4j/companions/component/trunk/pom.xml

2007-06-20 Thread carnold
Author: carnold Date: Wed Jun 20 22:00:52 2007 New Revision: 549370 URL: http://svn.apache.org/viewvc?view=rev&rev=549370 Log: [maven-release-plugin] prepare release v1_0_rc1 Modified: logging/log4j/companions/component/trunk/pom.xml Modified: logging/log4j/companions/component/trunk/pom.xml

svn commit: r549369 - in /logging/log4j/companions/component/trunk: build.xml pom.xml src/changes/changes.xml

2007-06-20 Thread carnold
Author: carnold Date: Wed Jun 20 21:59:55 2007 New Revision: 549369 URL: http://svn.apache.org/viewvc?view=rev&rev=549369 Log: Bug 42094: Switch back to junit 3.8.1 for pre-JDK 5, support testing existing jars Modified: logging/log4j/companions/component/trunk/build.xml logging/log4j/com

Re: log4j 1.2.15 RC 3

2007-06-20 Thread Paul Smith
I've done the following quick test to compare 1.2.14->1.2.15. After unpacking both, I compared the contents of the respective jars. One way to see missing/additional files was this: unzip -l log4j-1.2.14.jar > /tmp/log4j.1.2.14.txt .. unzip -l log4j-1.2.15.jar > /tmp/log4j.1.2.15.txt cat l

svn commit: r549361 - /logging/sandbox/jul-to-log4j-bridge/pom.xml

2007-06-20 Thread psmith
Author: psmith Date: Wed Jun 20 21:35:38 2007 New Revision: 549361 URL: http://svn.apache.org/viewvc?view=rev&rev=549361 Log: Added bundling of javadoc and source code to the maven artifacts. Thanks to Curt for the info on this one. Modified: logging/sandbox/jul-to-log4j-bridge/pom.xml Mo

Re: jul-log4j-bridge distribution test

2007-06-20 Thread Paul Smith
Thanks muchly! On 21/06/2007, at 1:55 PM, Curt Arnold wrote: On Jun 20, 2007, at 9:10 PM, Paul Smith wrote: I've been tweaking the jul-log4j-bridge pom to experiment with the distribution mechanism, and have placed a site and repo sample here: http://people.apache.org/~psmith/logging.apac

Re: jul-log4j-bridge distribution test

2007-06-20 Thread Curt Arnold
On Jun 20, 2007, at 9:10 PM, Paul Smith wrote: I've been tweaking the jul-log4j-bridge pom to experiment with the distribution mechanism, and have placed a site and repo sample here: http://people.apache.org/~psmith/logging.apache.org/ I'm not sure why the source distribution doesn't go wit

Re: log4j 1.2.15 RC 3

2007-06-20 Thread Paul Smith
On 21/06/2007, at 1:27 PM, Curt Arnold wrote: I've just pushed another release candidate out. This won't be the last since I forgot to update the release date and another tweak to the POM that I'd like to do. I'll likely refresh it tomorrow, but I thought I would leave it up overnight fo

log4j 1.2.15 RC 3

2007-06-20 Thread Curt Arnold
I've just pushed another release candidate out. This won't be the last since I forgot to update the release date and another tweak to the POM that I'd like to do. I'll likely refresh it tomorrow, but I thought I would leave it up overnight for any immediate feedback. The distributions ar

jul-log4j-bridge distribution test

2007-06-20 Thread Paul Smith
I've been tweaking the jul-log4j-bridge pom to experiment with the distribution mechanism, and have placed a site and repo sample here: http://people.apache.org/~psmith/logging.apache.org/ I'm not sure why the source distribution doesn't go with it. Any ideas appreciated. Paul

svn commit: r549326 - /logging/sandbox/jul-to-log4j-bridge/pom.xml

2007-06-20 Thread psmith
Author: psmith Date: Wed Jun 20 19:08:58 2007 New Revision: 549326 URL: http://svn.apache.org/viewvc?view=rev&rev=549326 Log: pom.xml twiddling for distribution testing Modified: logging/sandbox/jul-to-log4j-bridge/pom.xml Modified: logging/sandbox/jul-to-log4j-bridge/pom.xml URL: http://s

svn commit: r549322 - /logging/log4j/branches/v1_2-branch/pom.xml

2007-06-20 Thread carnold
Author: carnold Date: Wed Jun 20 18:37:02 2007 New Revision: 549322 URL: http://svn.apache.org/viewvc?view=rev&rev=549322 Log: [maven-release-plugin] prepare for next development iteration Modified: logging/log4j/branches/v1_2-branch/pom.xml Modified: logging/log4j/branches/v1_2-branch/pom.x

svn commit: r549321 - in /logging/log4j/tags/v1_2_15_rc3: ./ BUILD-INFO.txt pom.xml src/assembly/bin.xml src/ntdll/build.xml tests/build.xml tests/run-tests.bat

2007-06-20 Thread carnold
Author: carnold Date: Wed Jun 20 18:36:59 2007 New Revision: 549321 URL: http://svn.apache.org/viewvc?view=rev&rev=549321 Log: [maven-release-plugin] copy for tag v1_2_15_rc3 Added: logging/log4j/tags/v1_2_15_rc3/ - copied from r548942, logging/log4j/branches/v1_2-branch/ logging/l

svn commit: r549320 - /logging/log4j/branches/v1_2-branch/pom.xml

2007-06-20 Thread carnold
Author: carnold Date: Wed Jun 20 18:36:54 2007 New Revision: 549320 URL: http://svn.apache.org/viewvc?view=rev&rev=549320 Log: [maven-release-plugin] prepare release v1_2_15_rc3 Modified: logging/log4j/branches/v1_2-branch/pom.xml Modified: logging/log4j/branches/v1_2-branch/pom.xml URL: ht

svn commit: r549319 - /logging/log4j/branches/v1_2-branch/pom.xml

2007-06-20 Thread carnold
Author: carnold Date: Wed Jun 20 18:34:24 2007 New Revision: 549319 URL: http://svn.apache.org/viewvc?view=rev&rev=549319 Log: Bug 37930: Stab at full release automation Modified: logging/log4j/branches/v1_2-branch/pom.xml Modified: logging/log4j/branches/v1_2-branch/pom.xml URL: http://svn

svn commit: r549313 - /logging/log4j/branches/v1_2-branch/BUILD-INFO.txt

2007-06-20 Thread carnold
Author: carnold Date: Wed Jun 20 18:11:03 2007 New Revision: 549313 URL: http://svn.apache.org/viewvc?view=rev&rev=549313 Log: Bug 37930: Update BUILD-INFO.txt Modified: logging/log4j/branches/v1_2-branch/BUILD-INFO.txt Modified: logging/log4j/branches/v1_2-branch/BUILD-INFO.txt URL: http:/

svn commit: r549310 - in /logging/log4j/branches/v1_2-branch/tests: build.xml run-tests.bat

2007-06-20 Thread carnold
Author: carnold Date: Wed Jun 20 17:48:55 2007 New Revision: 549310 URL: http://svn.apache.org/viewvc?view=rev&rev=549310 Log: Bug 37930: Update tests/build.xml for Maven and run-tests.bat for new tests Modified: logging/log4j/branches/v1_2-branch/tests/build.xml logging/log4j/branches/v1

svn commit: r549303 - /logging/log4j/branches/v1_2-branch/src/assembly/bin.xml

2007-06-20 Thread carnold
Author: carnold Date: Wed Jun 20 17:25:02 2007 New Revision: 549303 URL: http://svn.apache.org/viewvc?view=rev&rev=549303 Log: Bug 37930: Omit javadoc and sources jar from distribution and set execute priv for NTEventLogAppender.dll Modified: logging/log4j/branches/v1_2-branch/src/assembly/b

svn commit: r549302 - /logging/log4j/branches/v1_2-branch/src/ntdll/build.xml

2007-06-20 Thread carnold
Author: carnold Date: Wed Jun 20 17:24:05 2007 New Revision: 549302 URL: http://svn.apache.org/viewvc?view=rev&rev=549302 Log: Bug 37930: Reduce size of cross-compiled DLL Modified: logging/log4j/branches/v1_2-branch/src/ntdll/build.xml Modified: logging/log4j/branches/v1_2-branch/src/ntdll/

svn commit: r549274 - in /logging/sandbox/jul-to-log4j-bridge: README.txt pom.xml src/changes/changes.xml src/site/apt/ src/site/apt/examples.apt src/site/apt/intro.apt src/site/apt/keyclasses.apt src

2007-06-20 Thread psmith
Author: psmith Date: Wed Jun 20 15:11:04 2007 New Revision: 549274 URL: http://svn.apache.org/viewvc?view=rev&rev=549274 Log: Tidied up site and documentation. Added: logging/sandbox/jul-to-log4j-bridge/src/site/apt/ logging/sandbox/jul-to-log4j-bridge/src/site/apt/examples.apt loggi

svn commit: r549242 - in /logging/sandbox/jul-to-log4j-bridge: pom.xml src/main/java/org/apache/logging/julbridge/JULLog4jBridge.java src/test/java/org/apache/log4j/jul/JULReceiverTest.java src/test/j

2007-06-20 Thread psmith
Author: psmith Date: Wed Jun 20 14:26:06 2007 New Revision: 549242 URL: http://svn.apache.org/viewvc?view=rev&rev=549242 Log: Fix for test cases breaking under Maven AND Eclipse. Turns out that a failing test works fine by itself but not in conjunction with the other tests running because an Fil

How to get the properties of an appender at Runtime

2007-06-20 Thread samurfriend
Friends, In our applicaiton, we have the log4j_conf.xml and we have different appenders. Now my work is show these appenders details to the user and allow him to modify and then need to change the modified contents in the XML. My Questions are 1. How can i get all the properties of an appender

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

2007-06-20 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-chainsaw has an issue affecting its community integration. This iss

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

2007-06-20 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-chainsaw has an issue affecting its community integration. This iss

RE: JUL appender

2007-06-20 Thread Sagi Mann
Scott, Where can I find information on setting up SVN for use with Apache's SVN server? I'm using SVN 1.4.4 and unable to initially checkout from: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch error is: svn: PROPFIND request failed on '/viewvc/logging/log4j/branches/v1_2-branch'