Re: [logging] improvements to generated documentation

2006-01-21 Thread robert burrell donkin
On Sat, 2006-01-21 at 13:19 -0500, Rahul Akolkar wrote: > 6. Figure out why the links are broken on (try clicking the line number): > http://jakarta.apache.org/commons/logging/javadoc-warnings-report.html > Whats causing 6? vadoc/src/org/apache/commons/logging/LogFactory.java ^ but i'm

Re: [logging] minimal jar vs api jar

2006-01-21 Thread robert burrell donkin
On Sun, 2006-01-22 at 10:36 +1300, Simon Kitching wrote: > On Sat, 2006-01-21 at 16:41 +, robert burrell donkin wrote: > > On Fri, 2006-01-20 at 14:02 +1300, Simon Kitching wrote: > > > > > IMO the mistake was in creating API classes (Log and LogFactory) which > > could not be used independent

Re: [logging] improvements to generated documentation

2006-01-21 Thread robert burrell donkin
On Sun, 2006-01-22 at 14:45 +1300, Simon Kitching wrote: > On Sun, 2006-01-22 at 00:15 +0100, Dennis Lundberg wrote: > > I'd like to change the menu on the site so that it looks like the one > > used on the digester site [1]. That mean changing the menu items "1.0.4 > > Release", "1.0.3 Release"

svn commit: r371225 - /jakarta/commons/proper/logging/trunk/xdocs/guide.xml

2006-01-21 Thread skitching
Author: skitching Date: Sat Jan 21 23:29:54 2006 New Revision: 371225 URL: http://svn.apache.org/viewcvs?rev=371225&view=rev Log: Add info about use of commons-logging.properties, including new "priority" feature. Document problems with Use of static log members in library code. Modified: ja

svn commit: r371221 - /jakarta/commons/proper/logging/trunk/xdocs/index.xml

2006-01-21 Thread skitching
Author: skitching Date: Sat Jan 21 22:56:46 2006 New Revision: 371221 URL: http://svn.apache.org/viewcvs?rev=371221&view=rev Log: Add section for 1.1 release. Other minor updates. Modified: jakarta/commons/proper/logging/trunk/xdocs/index.xml Modified: jakarta/commons/proper/logging/trunk/xd

svn commit: r371219 - /jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml

2006-01-21 Thread rahul
Author: rahul Date: Sat Jan 21 22:35:30 2006 New Revision: 371219 URL: http://svn.apache.org/viewcvs?rev=371219&view=rev Log: Summarized changes. Modified: jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml Modified: jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml URL: http://svn.a

svn commit: r371217 - /jakarta/commons/proper/logging/trunk/project.xml

2006-01-21 Thread skitching
Author: skitching Date: Sat Jan 21 22:22:42 2006 New Revision: 371217 URL: http://svn.apache.org/viewcvs?rev=371217&view=rev Log: Add explicit dependency on required maven xdoc plugin version. Thanks to Niall Pemberton for the info. Modified: jakarta/commons/proper/logging/trunk/project.xml

svn commit: r371216 - in /jakarta/commons/sandbox/scxml/trunk/xdocs/api-notes: core-digester.xml testing-standalone.xml

2006-01-21 Thread rahul
Author: rahul Date: Sat Jan 21 22:21:25 2006 New Revision: 371216 URL: http://svn.apache.org/viewcvs?rev=371216&view=rev Log: Update API notes for the website based on today's changes. Modified: jakarta/commons/sandbox/scxml/trunk/xdocs/api-notes/core-digester.xml jakarta/commons/sandbox/

svn commit: r371213 - in /jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml: SCXMLDigesterTest.java SCXMLTestHelper.java

2006-01-21 Thread rahul
Author: rahul Date: Sat Jan 21 22:02:24 2006 New Revision: 371213 URL: http://svn.apache.org/viewcvs?rev=371213&view=rev Log: Update imports in test classes. Modified: jakarta/commons/sandbox/scxml/trunk/src/test/java/org/apache/commons/scxml/SCXMLDigesterTest.java jakarta/commons/sandb

Re: [logging] unable to build logging site

2006-01-21 Thread Niall Pemberton
Changes to the commons-build/site.jsl now mean you need a later version of maven xdoc plugin - 1.9.2 You can either install it so thats the default for your maven build - or add the plugin as a dependency to your project.xml. For validator I chose to go the "dependency" route. http://svn.apache.o

svn commit: r371203 - /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/servlet/ServletContextResolver.java

2006-01-21 Thread rahul
Author: rahul Date: Sat Jan 21 21:34:26 2006 New Revision: 371203 URL: http://svn.apache.org/viewcvs?rev=371203&view=rev Log: Update package name after move to the "env.servlet" package. Modified: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/servlet/ServletC

Re: [logging] unable to build logging site

2006-01-21 Thread Rahul Akolkar
On 1/22/06, Simon Kitching <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to run "maven site" to build the logging website but cannot > get this to work. > > Using maven 1.0.2, I get failures in the xdoc plugin: > > > xdoc:jelly-transform: >[echo] > Generating > /mnt/hda12/simon/apache/commo

svn commit: r371201 - in /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/io: SCXMLDigester.java SCXMLSerializer.java

2006-01-21 Thread rahul
Author: rahul Date: Sat Jan 21 21:27:34 2006 New Revision: 371201 URL: http://svn.apache.org/viewcvs?rev=371201&view=rev Log: Update package names, imports after relocation to "io" package. Modified: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.

svn commit: r371200 - in /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/test: StandaloneElExpressions.java StandaloneJexlExpressions.java StandaloneUtils.java

2006-01-21 Thread rahul
Author: rahul Date: Sat Jan 21 21:26:10 2006 New Revision: 371200 URL: http://svn.apache.org/viewcvs?rev=371200&view=rev Log: Update package names, imports after relocation to "test" package. Modified: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/test/Standalone

[logging] unable to build logging site

2006-01-21 Thread Simon Kitching
Hi, I'm trying to run "maven site" to build the logging website but cannot get this to work. Using maven 1.0.2, I get failures in the xdoc plugin: xdoc:jelly-transform: [echo] Generating /mnt/hda12/simon/apache/commons-svn/proper/logging/trunk/target/docs/javadoc.html from /mnt/hda12/sim

[validator] New routines package and plans

2006-01-21 Thread Niall Pemberton
Commons validator serves two functions: 1) To provide validation routines 2) To provide a mini validation framework I'd like to more clearly separate out these two aspects, so as a first step in this process I have created a new "routines" package with the intention that validation routines, whic

svn commit: r371197 - in /jakarta/commons/sandbox/scxml/trunk: build.xml project.xml

2006-01-21 Thread rahul
Author: rahul Date: Sat Jan 21 21:17:17 2006 New Revision: 371197 URL: http://svn.apache.org/viewcvs?rev=371197&view=rev Log: Wire up the new packages to the tests, regen'd ant build file. Modified: jakarta/commons/sandbox/scxml/trunk/build.xml jakarta/commons/sandbox/scxml/trunk/project.

svn commit: r371196 - in /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml: env/jsp/package.html package.html

2006-01-21 Thread rahul
Author: rahul Date: Sat Jan 21 21:14:56 2006 New Revision: 371196 URL: http://svn.apache.org/viewcvs?rev=371196&view=rev Log: Update package descriptions that changed after the introduction of the new packages. Modified: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/s

svn commit: r371195 - in /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env: ServletContextResolver.java servlet/ServletContextResolver.java

2006-01-21 Thread rahul
Author: rahul Date: Sat Jan 21 21:11:07 2006 New Revision: 371195 URL: http://svn.apache.org/viewcvs?rev=371195&view=rev Log: Move servlet API dependent class to new env.servlet package Added: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/servlet/ServletConte

svn commit: r371194 - in /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml: SCXMLSerializer.java io/SCXMLSerializer.java

2006-01-21 Thread rahul
Author: rahul Date: Sat Jan 21 21:08:11 2006 New Revision: 371194 URL: http://svn.apache.org/viewcvs?rev=371194&view=rev Log: Move SCXML writing to the new io package Added: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLSerializer.java - copied unch

svn commit: r371193 - in /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml: SCXMLDigester.java io/SCXMLDigester.java

2006-01-21 Thread rahul
Author: rahul Date: Sat Jan 21 21:07:01 2006 New Revision: 371193 URL: http://svn.apache.org/viewcvs?rev=371193&view=rev Log: Move SCXML reading to the new io package Added: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java - copied unchan

svn commit: r371192 - in /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml: env/jexl/Standalone.java test/StandaloneJexlExpressions.java

2006-01-21 Thread rahul
Author: rahul Date: Sat Jan 21 21:04:29 2006 New Revision: 371192 URL: http://svn.apache.org/viewcvs?rev=371192&view=rev Log: Move command line testing classes to the new test package Added: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/test/StandaloneJexlExpress

svn commit: r371190 - in /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml: env/jsp/Standalone.java test/StandaloneElExpressions.java

2006-01-21 Thread rahul
Author: rahul Date: Sat Jan 21 21:03:44 2006 New Revision: 371190 URL: http://svn.apache.org/viewcvs?rev=371190&view=rev Log: Move command line testing classes to the new test package Added: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/test/StandaloneElExpressio

svn commit: r371191 - /jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/routines/package.html

2006-01-21 Thread niallp
Author: niallp Date: Sat Jan 21 21:03:40 2006 New Revision: 371191 URL: http://svn.apache.org/viewcvs?rev=371191&view=rev Log: Update "routines" package javadoc with currency and percent details Modified: jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/routines/

svn commit: r371189 - in /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml: env/StandaloneUtils.java test/StandaloneUtils.java

2006-01-21 Thread rahul
Author: rahul Date: Sat Jan 21 21:01:21 2006 New Revision: 371189 URL: http://svn.apache.org/viewcvs?rev=371189&view=rev Log: Move command line testing classes to the new test package Added: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/test/StandaloneUtils.java

svn commit: r371188 - in /jakarta/commons/sandbox/scxml/trunk/src: main/java/org/apache/commons/scxml/env/servlet/ test/java/org/apache/commons/scxml/env/servlet/

2006-01-21 Thread rahul
Author: rahul Date: Sat Jan 21 20:58:09 2006 New Revision: 371188 URL: http://svn.apache.org/viewcvs?rev=371188&view=rev Log: Create a new "env.servlet" package for classes that have dependencies to the servlet API; for Commons SCXML usecases in servlet containers. Added: jakarta/commons/sa

svn commit: r371187 - in /jakarta/commons/sandbox/scxml/trunk/src: main/java/org/apache/commons/scxml/io/ main/java/org/apache/commons/scxml/io/package.html test/java/org/apache/commons/scxml/io/ test

2006-01-21 Thread rahul
Author: rahul Date: Sat Jan 21 20:52:29 2006 New Revision: 371187 URL: http://svn.apache.org/viewcvs?rev=371187&view=rev Log: Create a new "io" package for code related to reading / writing SCXML documents. Added: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/io/

svn commit: r371185 - in /jakarta/commons/sandbox/scxml/trunk/src: main/java/org/apache/commons/scxml/test/ test/java/org/apache/commons/scxml/test/

2006-01-21 Thread rahul
Author: rahul Date: Sat Jan 21 20:50:46 2006 New Revision: 371185 URL: http://svn.apache.org/viewcvs?rev=371185&view=rev Log: Create a new "test" package for command line (and maybe other) testing utility classes. Added: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/s

svn commit: r371168 - /jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt

2006-01-21 Thread skitching
Author: skitching Date: Sat Jan 21 17:56:12 2006 New Revision: 371168 URL: http://svn.apache.org/viewcvs?rev=371168&view=rev Log: Update notes re api jarfile. Modified: jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt Modified: jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt UR

Re: [logging] improvements to generated documentation

2006-01-21 Thread Simon Kitching
On Sun, 2006-01-22 at 00:15 +0100, Dennis Lundberg wrote: > I'd like to change the menu on the site so that it looks like the one > used on the digester site [1]. That mean changing the menu items "1.0.4 > Release", "1.0.3 Release" and "1.0.2 Release" to be menus. > > There are two reasons for t

svn commit: r371164 - in /jakarta/commons/proper/logging/trunk: build.properties.sample build.xml

2006-01-21 Thread skitching
Author: skitching Date: Sat Jan 21 17:47:01 2006 New Revision: 371164 URL: http://svn.apache.org/viewcvs?rev=371164&view=rev Log: Exclude jdk14 logger from api jar Include WeakHashtable in api jar Make ant dependencies used in build be the same as those in the maven project.xml file. Modified:

Re: [logging] improvements to generated documentation

2006-01-21 Thread Dennis Lundberg
robert burrell donkin wrote: the site generated by maven could do with some improvements before the release. here's a brief list (but could do with a general review): 1 junit report - this should be replaced by a note explaining that maven cannot run the JCL unit tests 2 javadocs warnings and er

Re: svn commit: r371110 - in /jakarta/commons/proper/logging/trunk/xdocs: cvs-usage.xml issue-tracking.xml

2006-01-21 Thread Niall Pemberton
They both have "svn:eol-style = native" - which is (IMO) the main one to get right - otherwise you can get loads of unnecessary changes depending on the platform different committers edit on. The other svn property that all the other files have is the keywords - however since there don't appear to

Re: svn commit: r371110 - in /jakarta/commons/proper/logging/trunk/xdocs: cvs-usage.xml issue-tracking.xml

2006-01-21 Thread Dennis Lundberg
Hi Can someone have a quick look and see if I got the svn properties right. This is the first time I added files. -- Dennis Lundberg [EMAIL PROTECTED] wrote: Author: dennisl Date: Sat Jan 21 12:10:41 2006 New Revision: 371110 URL: http://svn.apache.org/viewcvs?rev=371110&view=rev Log: Add i

DO NOT REPLY [Bug 38344] - [logging] Various improvements to generated documentation

2006-01-21 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

Re: [logging] minimal jar vs api jar

2006-01-21 Thread Simon Kitching
On Sat, 2006-01-21 at 16:41 +, robert burrell donkin wrote: > On Fri, 2006-01-20 at 14:02 +1300, Simon Kitching wrote: > > > IMO the mistake was in creating API classes (Log and LogFactory) which > could not be used independently. the static methods should delegate to a > single LogFactory imp

Re: [logging] minimal jar vs api jar

2006-01-21 Thread Simon Kitching
On Sat, 2006-01-21 at 17:05 +, robert burrell donkin wrote: > On Sat, 2006-01-21 at 00:09 +1100, Torsten Curdt wrote: > > On 20.01.2006, at 12:02, Simon Kitching wrote: > > > > > Re the proposed "minimal" jarfile: > > > > > > What exactly are the differences between this and the existing > >

Re: [logging] improvements to generated documentation

2006-01-21 Thread Rahul Akolkar
On 1/21/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > Rahul Akolkar wrote: > > > > I see 3 warnings, so does this page: > > http://jakarta.apache.org/commons/logging/javadoc.html > > > > I get a clean slate after the related patch here: > > http://issues.apache.org/bugzilla/show_bug.cgi?id=3834

svn commit: r371110 - in /jakarta/commons/proper/logging/trunk/xdocs: cvs-usage.xml issue-tracking.xml

2006-01-21 Thread dennisl
Author: dennisl Date: Sat Jan 21 12:10:41 2006 New Revision: 371110 URL: http://svn.apache.org/viewcvs?rev=371110&view=rev Log: Add improved Source repository and Issue tracking documentation. Issue #38344. Thanks to Rahul Akolkar. Added: jakarta/commons/proper/logging/trunk/xdocs/cvs-usage.

Re: [logging] improvements to generated documentation

2006-01-21 Thread Dennis Lundberg
Rahul Akolkar wrote: On 1/21/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote: 2 javadocs warnings and errors - these need to be eliminated These are already gone. I see 3 warnings, so does this page: http://jakarta.apache.org/commons/logging/javadoc.html I get a clean slate after the relate

svn commit: r371108 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java

2006-01-21 Thread dennisl
Author: dennisl Date: Sat Jan 21 11:39:46 2006 New Revision: 371108 URL: http://svn.apache.org/viewcvs?rev=371108&view=rev Log: Eliminate javadoc warnings and errors. Issue #38344. Thanks to Rahul Akolkar. Modified: jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/Log

Re: [logging] Using maven-changes-plugin to track issues?

2006-01-21 Thread Dennis Lundberg
Simon Kitching wrote: On the subject of the RELEASE-NOTES.txt, though, I would like to have that available directly from the website, so people can see the release notes without downloading the release. The commons-digester site does this, for example: http://jakarta.apache.org/commons/digeste

svn commit: r371107 - in /jakarta/commons/proper/logging/trunk: maven.xml xdocs/navigation.xml

2006-01-21 Thread dennisl
Author: dennisl Date: Sat Jan 21 11:33:32 2006 New Revision: 371107 URL: http://svn.apache.org/viewcvs?rev=371107&view=rev Log: Copy the release notes during site build and add a link to it in the menu. Modified: jakarta/commons/proper/logging/trunk/maven.xml jakarta/commons/proper/loggin

Re: [logging] improvements to generated documentation

2006-01-21 Thread Rahul Akolkar
On 1/21/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > > >> 2 javadocs warnings and errors - these need to be eliminated > > These are already gone. > I see 3 warnings, so does this page: http://jakarta.apache.org/commons/logging/javadoc.html I get a clean slate after the related patch here:

DO NOT REPLY [Bug 38344] - [logging] Various improvements to generated documentation

2006-01-21 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

DO NOT REPLY [Bug 38344] - [logging] Various improvements to generated documentation

2006-01-21 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

svn commit: r371106 - /jakarta/commons/proper/logging/trunk/project.xml

2006-01-21 Thread dennisl
Author: dennisl Date: Sat Jan 21 11:21:26 2006 New Revision: 371106 URL: http://svn.apache.org/viewcvs?rev=371106&view=rev Log: Add URLs to the dependencies. Modified: jakarta/commons/proper/logging/trunk/project.xml Modified: jakarta/commons/proper/logging/trunk/project.xml URL: http://svn

svn commit: r371105 - /jakarta/commons/proper/logging/trunk/project.xml

2006-01-21 Thread dennisl
Author: dennisl Date: Sat Jan 21 11:12:12 2006 New Revision: 371105 URL: http://svn.apache.org/viewcvs?rev=371105&view=rev Log: Removing task list report. Issue #38344. Thanks to Rahul Akolkar. Modified: jakarta/commons/proper/logging/trunk/project.xml Modified: jakarta/commons/proper/loggin

DO NOT REPLY [Bug 38344] - [logging] Various improvements to generated documentation

2006-01-21 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

DO NOT REPLY [Bug 38344] - [logging] Various improvements to generated documentation

2006-01-21 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

DO NOT REPLY [Bug 38344] - [logging] Various improvements to generated documentation

2006-01-21 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

DO NOT REPLY [Bug 38344] - [logging] Various improvements to generated documentation

2006-01-21 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

DO NOT REPLY [Bug 38344] New: - [logging] Various improvements to generated documentation

2006-01-21 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

Re: [logging] improvements to generated documentation

2006-01-21 Thread Dennis Lundberg
Rahul Akolkar wrote: On 1/21/06, robert burrell donkin <[EMAIL PROTECTED]> wrote: the site generated by maven could do with some improvements before the release. here's a brief list (but could do with a general review): 1 junit report - this should be replaced by a note explaining that maven ca

Re: [logging] improvements to generated documentation

2006-01-21 Thread Rahul Akolkar
On 1/21/06, robert burrell donkin <[EMAIL PROTECTED]> wrote: > the site generated by maven could do with some improvements before the > release. here's a brief list (but could do with a general review): > > 1 junit report - this should be replaced by a note explaining that maven > cannot run the JC

svn commit: r371093 - /jakarta/commons/proper/logging/trunk/xdocs/index.xml

2006-01-21 Thread rdonkin
Author: rdonkin Date: Sat Jan 21 09:39:15 2006 New Revision: 371093 URL: http://svn.apache.org/viewcvs?rev=371093&view=rev Log: Corrected comments about 1.0.5 Alpha. Modified: jakarta/commons/proper/logging/trunk/xdocs/index.xml Modified: jakarta/commons/proper/logging/trunk/xdocs/index.xml

[logging] improvements to generated documentation

2006-01-21 Thread robert burrell donkin
the site generated by maven could do with some improvements before the release. here's a brief list (but could do with a general review): 1 junit report - this should be replaced by a note explaining that maven cannot run the JCL unit tests 2 javadocs warnings and errors - these need to be elimina

svn commit: r371089 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java

2006-01-21 Thread rdonkin
Author: rdonkin Date: Sat Jan 21 09:19:05 2006 New Revision: 371089 URL: http://svn.apache.org/viewcvs?rev=371089&view=rev Log: Added a note about the reason for this change. Might be useful to those that come after us... Modified: jakarta/commons/proper/logging/trunk/src/java/org/apache/co

Re: [logging] minimal jar vs api jar

2006-01-21 Thread robert burrell donkin
On Sat, 2006-01-21 at 00:09 +1100, Torsten Curdt wrote: > On 20.01.2006, at 12:02, Simon Kitching wrote: > > > Re the proposed "minimal" jarfile: > > > > What exactly are the differences between this and the existing > > commons-logging-api jarfile? > > Basically the implementations. > > It wou

svn commit: r371084 - in /jakarta/commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/SubnodeConfiguration.java test/org/apache/commons/configuration/TestSubnodeConfiguration

2006-01-21 Thread oheger
Author: oheger Date: Sat Jan 21 08:54:24 2006 New Revision: 371084 URL: http://svn.apache.org/viewcvs?rev=371084&view=rev Log: Added initial implementation of SubnodeConfiguration Added: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/SubnodeConfiguration

DO NOT REPLY [Bug 38075] - [configuration] add new config.subsets() method to return multiple SubsetConfigurationS

2006-01-21 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

Re: [logging] minimal jar vs api jar

2006-01-21 Thread robert burrell donkin
On Fri, 2006-01-20 at 14:02 +1300, Simon Kitching wrote: > Re the proposed "minimal" jarfile: > > What exactly are the differences between this and the existing > commons-logging-api jarfile? > > As far as I can see, commons-logging-api.jar has the Jdk14Logger class > in it, but otherwise is dep

Re: [logging] Cleanup source before release?

2006-01-21 Thread robert burrell donkin
On Sun, 2006-01-22 at 01:05 +1300, Simon Kitching wrote: > On Sat, 2006-01-21 at 10:16 +0100, Boris Unckel wrote: > > Good Morning, > > > > Simon Kitching wrote: > > > Thanks for your offer Boris, your offer to spend time on JCL is > > > appreciated. However I would personally prefer not to make t

[EMAIL PROTECTED]: Project commons-jelly-tags-define-test (in module commons-jelly) failed

2006-01-21 Thread commons-jelly-tags-define development
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 commons-jelly-tags-define-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-define-test (in module commons-jelly) failed

2006-01-21 Thread commons-jelly-tags-define development
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 commons-jelly-tags-define-test has an issue affecting its community integration.

Re: [logging] Cleanup source before release?

2006-01-21 Thread Simon Kitching
On Sat, 2006-01-21 at 10:16 +0100, Boris Unckel wrote: > Good Morning, > > Simon Kitching wrote: > > Thanks for your offer Boris, your offer to spend time on JCL is > > appreciated. However I would personally prefer not to make these > > suggested changes. The code is reasonably ok now, and this j

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-01-21 Thread commons-jelly-tags-jsl development
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 commons-jelly-tags-jsl-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-01-21 Thread commons-jelly-tags-jsl development
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 commons-jelly-tags-jsl-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-tags-html (in module commons-jelly) failed

2006-01-21 Thread commons-jelly-tags-html development
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 commons-jelly-tags-html has an issue affecting its community integration. This i

[EMAIL PROTECTED]: Project commons-jelly-tags-html (in module commons-jelly) failed

2006-01-21 Thread commons-jelly-tags-html development
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 commons-jelly-tags-html has an issue affecting its community integration. This i

[EMAIL PROTECTED]: Project commons-jelly-tags-swing (in module commons-jelly) failed

2006-01-21 Thread JellySwing development
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 commons-jelly-tags-swing has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project commons-jelly-tags-swing (in module commons-jelly) failed

2006-01-21 Thread JellySwing development
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 commons-jelly-tags-swing has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project commons-jelly-tags-xml-test (in module commons-jelly) failed

2006-01-21 Thread commons-jelly-tags-xml development
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 commons-jelly-tags-xml-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-tags-xml-test (in module commons-jelly) failed

2006-01-21 Thread commons-jelly-tags-xml development
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 commons-jelly-tags-xml-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-test (in module commons-jelly) failed

2006-01-21 Thread commons-jelly development
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 commons-jelly-test has an issue affecting its community integration. This issue a

[EMAIL PROTECTED]: Project commons-jelly-test (in module commons-jelly) failed

2006-01-21 Thread commons-jelly development
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 commons-jelly-test has an issue affecting its community integration. This issue a

Re: [logging] Cleanup source before release?

2006-01-21 Thread Boris Unckel
Good Morning, Simon Kitching wrote: Thanks for your offer Boris, your offer to spend time on JCL is appreciated. However I would personally prefer not to make these suggested changes. The code is reasonably ok now, and this just doesn't gain us anything that I can see. If you would like to writ