Re: [httpclient] why all this stream wrapping

2005-06-26 Thread Torsten Curdt
Oleg, thanks for the quick and extensive answer! This is a conscious design decision. The reason for these wrappers' existence is to ensure the reliability of persistent connections. I already assumed something like that. Bummer. We are perfectly aware of shortcomings of the existing

Re: [io] release?

2005-06-26 Thread Torsten Curdt
The main tasks for a release are all the release notes, clirr, jdiff, release candidates, votes etc Is the process docoumented somewhere? See http://jakarta.apache.org/commons/releases/index.html That's exensive! Awesome! Who is the release manager of commons-io? cheers -- Torsten

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

2005-06-26 Thread Ted Husted
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-logging has an issue affecting its community integration. This issue

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

2005-06-26 Thread Ted Husted
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-logging has an issue affecting its community integration. This issue

Re: [EMAIL PROTECTED]: Project commons-logging (in module jakarta-commons) failed

2005-06-26 Thread Stefan Bodewig
On Sun, 26 Jun 2005, Simon Kitching [EMAIL PROTECTED] wrote: I've committed an updated build.xml that has split the old compile-only target into: target name=compile-only depends=init,discovery,warning, show-lib-presence,compile-non-log4j,

svn commit: r201739 - /jakarta/commons/proper/email/trunk/project.xml

2005-06-26 Thread dion
Author: dion Date: Sat Jun 25 04:48:51 2005 New Revision: 201739 URL: http://svn.apache.org/viewcvs?rev=201739view=rev Log: Move to dumbster 1.6 for testing: - jdk13 compatible - faster - still works for us Modified: jakarta/commons/proper/email/trunk/project.xml Modified:

svn commit: r201751 - /jakarta/commons/proper/io/branches/finder-reminder/java/org/apache/commons/io/

2005-06-26 Thread scolebourne
Author: scolebourne Date: Sat Jun 25 08:11:09 2005 New Revision: 201751 URL: http://svn.apache.org/viewcvs?rev=201751view=rev Log: Add folder structure Added: jakarta/commons/proper/io/branches/finder-reminder/java/org/apache/commons/io/

svn commit: r201752 - in /jakarta/commons/proper/io/branches/finder-reminder/java: find/ org/apache/commons/io/find/

2005-06-26 Thread scolebourne
Author: scolebourne Date: Sat Jun 25 08:13:52 2005 New Revision: 201752 URL: http://svn.apache.org/viewcvs?rev=201752view=rev Log: Move finder to correct package Added: jakarta/commons/proper/io/branches/finder-reminder/java/org/apache/commons/io/find/ - copied from r201751,

svn commit: r201750 - in /jakarta/commons/proper/io/branches/finder-reminder/java/org: ./ apache/ apache/commons/

2005-06-26 Thread scolebourne
Author: scolebourne Date: Sat Jun 25 08:11:03 2005 New Revision: 201750 URL: http://svn.apache.org/viewcvs?rev=201750view=rev Log: Add folder structure Added: jakarta/commons/proper/io/branches/finder-reminder/java/org/ jakarta/commons/proper/io/branches/finder-reminder/java/org/apache/

svn commit: r201753 - /jakarta/commons/proper/io/branches/finder-reminder/java/org/apache/commons/io/find/FinderException.java

2005-06-26 Thread scolebourne
Author: scolebourne Date: Sat Jun 25 08:17:01 2005 New Revision: 201753 URL: http://svn.apache.org/viewcvs?rev=201753view=rev Log: Add javadoc Removed: jakarta/commons/proper/io/branches/finder-reminder/java/org/apache/commons/io/find/FinderException.java

svn commit: r201755 - in /jakarta/commons/proper/io/branches/finder-reminder/java/org/apache/commons/io/find: FindListener.java FindingFilter.java

2005-06-26 Thread scolebourne
Author: scolebourne Date: Sat Jun 25 08:23:41 2005 New Revision: 201755 URL: http://svn.apache.org/viewcvs?rev=201755view=rev Log: Add javadoc Modified: jakarta/commons/proper/io/branches/finder-reminder/java/org/apache/commons/io/find/FindListener.java

svn commit: r201754 - /jakarta/commons/proper/io/branches/finder-reminder/java/org/apache/commons/io/find/FinderException.java

2005-06-26 Thread scolebourne
Author: scolebourne Date: Sat Jun 25 08:19:34 2005 New Revision: 201754 URL: http://svn.apache.org/viewcvs?rev=201754view=rev Log: Add javadoc Added: jakarta/commons/proper/io/branches/finder-reminder/java/org/apache/commons/io/find/FinderException.java (with props) Added:

svn commit: r201757 - in /jakarta/commons/proper/io/branches/finder-reminder/test/org: ./ apache/ apache/commons/ apache/commons/io/ apache/commons/io/find/

2005-06-26 Thread scolebourne
Author: scolebourne Date: Sat Jun 25 08:38:06 2005 New Revision: 201757 URL: http://svn.apache.org/viewcvs?rev=201757view=rev Log: Rework to use lists not arrays bug 34256, inspired by gaxzerow Added: jakarta/commons/proper/io/branches/finder-reminder/test/org/

svn commit: r201759 - /jakarta/commons/proper/io/branches/finder-reminder/test/java/find/

2005-06-26 Thread scolebourne
Author: scolebourne Date: Sat Jun 25 08:40:33 2005 New Revision: 201759 URL: http://svn.apache.org/viewcvs?rev=201759view=rev Log: Delete to proper package structure Removed: jakarta/commons/proper/io/branches/finder-reminder/test/java/find/

svn commit: r201758 - /jakarta/commons/proper/io/branches/finder-reminder/java/org/apache/commons/io/find/FileFinder.java

2005-06-26 Thread scolebourne
Author: scolebourne Date: Sat Jun 25 08:38:12 2005 New Revision: 201758 URL: http://svn.apache.org/viewcvs?rev=201758view=rev Log: Rework to use lists not arrays bug 34256, inspired by gaxzerow Modified:

svn commit: r201760 - /jakarta/commons/proper/io/branches/finder-reminder/java/org/apache/commons/io/find/FindingFilter.java

2005-06-26 Thread scolebourne
Author: scolebourne Date: Sat Jun 25 08:55:43 2005 New Revision: 201760 URL: http://svn.apache.org/viewcvs?rev=201760view=rev Log: Avoid int overflow bug 34601, from Martin Kompf Modified: jakarta/commons/proper/io/branches/finder-reminder/java/org/apache/commons/io/find/FindingFilter.java

svn commit: r201762 - /jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/input/ClassLoaderObjectInputStreamTest.java

2005-06-26 Thread tobrien
Author: tobrien Date: Sat Jun 25 09:27:24 2005 New Revision: 201762 URL: http://svn.apache.org/viewcvs?rev=201762view=rev Log: A simple test case for ClassLoaderObjectInputStream that simply tests the expected behavior of an ObjectInputStream. To test the functionality of CLOIS, we will

svn commit: r201763 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AndFileFilter.java

2005-06-26 Thread tobrien
Author: tobrien Date: Sat Jun 25 09:31:48 2005 New Revision: 201763 URL: http://svn.apache.org/viewcvs?rev=201763view=rev Log: Added validation of List constructor argument. Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AndFileFilter.java Modified:

svn commit: r201764 - in /jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io: ./ filefilter/ input/

2005-06-26 Thread tobrien
Author: tobrien Date: Sat Jun 25 09:33:04 2005 New Revision: 201764 URL: http://svn.apache.org/viewcvs?rev=201764view=rev Log: Increased test coverage for file filter tests, and also fixed some nits in CountingInputStreamTest. Modified:

svn commit: r201765 - in /jakarta/commons/proper/collections/trunk: ./ src/java/org/apache/commons/collections/ src/java/org/apache/commons/collections/functors/ src/test/org/apache/commons/collections/

2005-06-26 Thread scolebourne
Author: scolebourne Date: Sat Jun 25 09:39:34 2005 New Revision: 201765 URL: http://svn.apache.org/viewcvs?rev=201765view=rev Log: Add casts to avoid some JDK1.5 compilation warnings bug 35474, from Will Pugh Modified: jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html

svn commit: r201790 - in /jakarta/commons/proper/httpclient/trunk: build.xml project.xml release_notes.txt src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java xdocs/downloads.xml xdocs/navigation.xml xdocs/news.xml xdocs/status.xml

2005-06-26 Thread mbecke
Author: mbecke Date: Sat Jun 25 14:46:23 2005 New Revision: 201790 URL: http://svn.apache.org/viewcvs?rev=201790view=rev Log: Updates for 3.0RC3 Modified: jakarta/commons/proper/httpclient/trunk/build.xml jakarta/commons/proper/httpclient/trunk/project.xml

svn commit: r201791 - /jakarta/commons/proper/httpclient/tags/HTTPCLIENT_3_0_RC3/

2005-06-26 Thread mbecke
Author: mbecke Date: Sat Jun 25 14:50:23 2005 New Revision: 201791 URL: http://svn.apache.org/viewcvs?rev=201791view=rev Log: Release 3.0RC3 Added: jakarta/commons/proper/httpclient/tags/HTTPCLIENT_3_0_RC3/ - copied from r201790, jakarta/commons/proper/httpclient/trunk/

svn commit: r201810 - in /jakarta/commons/proper/math/trunk: src/java/org/apache/commons/math/util/MathUtils.java src/test/org/apache/commons/math/util/MathUtilsTest.java xdocs/changes.xml

2005-06-26 Thread psteitz
Author: psteitz Date: Sat Jun 25 18:19:16 2005 New Revision: 201810 URL: http://svn.apache.org/viewcvs?rev=201810view=rev Log: Changed lcm to throw ArithmeticException (instead of returning bogus value) if the result is too large to store as an integer. PR # 35431 Submitted by: Jörg Weimar

svn commit: r201813 - in /jakarta/commons/proper/math/trunk: src/java/org/apache/commons/math/fraction/Fraction.java src/test/org/apache/commons/math/fraction/FractionTest.java xdocs/changes.xml

2005-06-26 Thread psteitz
Author: psteitz Date: Sat Jun 25 18:52:37 2005 New Revision: 201813 URL: http://svn.apache.org/viewcvs?rev=201813view=rev Log: Changed Fraction(double) to correctly handle near-integral arguments. PR # 35434 Submitted by: Jörg Weimar Modified:

svn commit: r201820 - /jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/MathExceptionTest.java

2005-06-26 Thread psteitz
Author: psteitz Date: Sat Jun 25 20:26:42 2005 New Revision: 201820 URL: http://svn.apache.org/viewcvs?rev=201820view=rev Log: Emasculated MathException secalization test to work under jdk 1.3. Modified:

svn commit: r201823 - /jakarta/commons/proper/logging/trunk/build.xml

2005-06-26 Thread skitching
Author: skitching Date: Sat Jun 25 21:11:08 2005 New Revision: 201823 URL: http://svn.apache.org/viewcvs?rev=201823view=rev Log: Split compile target into separate pieces in order to assist gump. Target compile-only is now:

svn commit: r201821 - /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/fraction/FractionFormat.java

2005-06-26 Thread psteitz
Author: psteitz Date: Sat Jun 25 20:29:09 2005 New Revision: 201821 URL: http://svn.apache.org/viewcvs?rev=201821view=rev Log: Eliminated JDK 1.4 dependency. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/fraction/FractionFormat.java Modified:

svn commit: r201824 - /jakarta/commons/proper/logging/trunk/build.xml

2005-06-26 Thread skitching
Author: skitching Date: Sat Jun 25 21:17:11 2005 New Revision: 201824 URL: http://svn.apache.org/viewcvs?rev=201824view=rev Log: Improve warning messages for missing libs (thanks to Dennis Lundberg). Modified: jakarta/commons/proper/logging/trunk/build.xml Modified:

svn commit: r201849 - in /jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient: TestEntityEnclosingMethod.java TestWebapp.java TestWebappParameters.java

2005-06-26 Thread olegk
Author: olegk Date: Sun Jun 26 06:26:59 2005 New Revision: 201849 URL: http://svn.apache.org/viewcvs?rev=201849view=rev Log: Remaining TestWebApp based test cases ported to the SimpleHttpServer based test framework Modified:

svn commit: r201851 - in /jakarta/commons/proper/httpclient/trunk/src/test: ADDING_TESTS.txt org/apache/commons/httpclient/TestWebapp.java org/apache/commons/httpclient/TestWebappBase.java org/apache/commons/httpclient/TestWebappMethods.java

2005-06-26 Thread olegk
Author: olegk Date: Sun Jun 26 06:37:05 2005 New Revision: 201851 URL: http://svn.apache.org/viewcvs?rev=201851view=rev Log: Remaining TestWebApp based test cases ported to the SimpleHttpServer based test framework Removed: jakarta/commons/proper/httpclient/trunk/src/test/ADDING_TESTS.txt

svn commit: r201850 - in /jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient: TestLocalHost.java TestNoHost.java TestQueryParameters.java TestWebappParameters.java

2005-06-26 Thread olegk
Author: olegk Date: Sun Jun 26 06:36:10 2005 New Revision: 201850 URL: http://svn.apache.org/viewcvs?rev=201850view=rev Log: Remaining TestWebApp based test cases ported to the SimpleHttpServer based test framework Added:

svn commit: r201852 - /jakarta/commons/proper/httpclient/trunk/src/test-webapp/

2005-06-26 Thread olegk
Author: olegk Date: Sun Jun 26 06:39:43 2005 New Revision: 201852 URL: http://svn.apache.org/viewcvs?rev=201852view=rev Log: Deprecated TestWebApp servlets deleted Removed: jakarta/commons/proper/httpclient/trunk/src/test-webapp/

svn commit: r201855 - /jakarta/commons/proper/betwixt/branches/RELEASE_0_7_BRANCH/src/java/org/apache/commons/betwixt/io/AbstractBeanWriter.java

2005-06-26 Thread rdonkin
Author: rdonkin Date: Sun Jun 26 07:12:58 2005 New Revision: 201855 URL: http://svn.apache.org/viewcvs?rev=201855view=rev Log: Committed fix for null pointer bug when writing beans with mapping IDs set on, attributes for primitives and attribute suppression. Modified:

svn commit: r201857 - in /jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient: TestAll.java TestAllLocal.java TestGetMethodLocal.java TestHttpConnection.java TestLocalHost.java TestMethodsLocalHost.java TestTraceMethodLocal.java

2005-06-26 Thread olegk
Author: olegk Date: Sun Jun 26 07:45:58 2005 New Revision: 201857 URL: http://svn.apache.org/viewcvs?rev=201857view=rev Log: Removed test cases that test functionality of the local web server rather that of HttpClient Removed:

svn commit: r201858 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/HttpMethodParams.java

2005-06-26 Thread olegk
Author: olegk Date: Sun Jun 26 07:47:00 2005 New Revision: 201858 URL: http://svn.apache.org/viewcvs?rev=201858view=rev Log: Unused import Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/HttpMethodParams.java Modified:

Re: svn commit: r201739 - /jakarta/commons/proper/email/trunk/project.xml

2005-06-26 Thread Ramiro Pereira de Magalhaes
[EMAIL PROTECTED] wrote: Author: dion Date: Sat Jun 25 04:48:51 2005 New Revision: 201739 URL: http://svn.apache.org/viewcvs?rev=201739view=rev Log: Move to dumbster 1.6 for testing: - jdk13 compatible - faster - still works for us Modified: jakarta/commons/proper/email/trunk/project.xml

svn commit: r201860 - in /jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient: TestAll.java TestAllExternal.java TestAllLocal.java TestExternalHost.java TestMethodsExternalHost.java

2005-06-26 Thread olegk
Author: olegk Date: Sun Jun 26 07:51:55 2005 New Revision: 201860 URL: http://svn.apache.org/viewcvs?rev=201860view=rev Log: Removed test cases that test functionality of external sites rather that of HttpClient Removed:

svn commit: r201862 - in /jakarta/commons/proper/httpclient/trunk: ./ src/test/org/apache/commons/httpclient/

2005-06-26 Thread olegk
Author: olegk Date: Sun Jun 26 08:03:07 2005 New Revision: 201862 URL: http://svn.apache.org/viewcvs?rev=201862view=rev Log: TestNoHost deprecated and is no longer to be used Modified: jakarta/commons/proper/httpclient/trunk/build.xml jakarta/commons/proper/httpclient/trunk/project.xml

Re: svn commit: r201739 - /jakarta/commons/proper/email/trunk/project.xml

2005-06-26 Thread Ramiro Pereira de Magalhaes
Ramiro Pereira de Magalhaes wrote: [EMAIL PROTECTED] wrote: Author: dion Date: Sat Jun 25 04:48:51 2005 New Revision: 201739 URL: http://svn.apache.org/viewcvs?rev=201739view=rev Log: Move to dumbster 1.6 for testing: - jdk13 compatible - faster - still works for us Modified:

svn commit: r201875 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/Entities.java java/org/apache/commons/lang/StringEscapeUtils.java test/org/apache/commons/lang/StringEscapeUtilsTest.java

2005-06-26 Thread stevencaswell
Author: stevencaswell Date: Sun Jun 26 09:56:36 2005 New Revision: 201875 URL: http://svn.apache.org/viewcvs?rev=201875view=rev Log: (35366) Implementation of escape/unescapeHtml methods with Writer (http://issues.apache.org/bugzilla/show_bug.cgi?id=35366) Modified:

DO NOT REPLY [Bug 35508] New: - Field::validate() cannot be invoked from user-defined code

2005-06-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35508. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r201881 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/

2005-06-26 Thread stevencaswell
Author: stevencaswell Date: Sun Jun 26 10:42:09 2005 New Revision: 201881 URL: http://svn.apache.org/viewcvs?rev=201881view=rev Log: corrected style issues (mostly empty blocks and missing javadocs) Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java

DO NOT REPLY [Bug 35509] New: - [configuration] XMLConfiguration does not handle tag names with dots correctly

2005-06-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35509. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r201882 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang: enum/ enums/ exception/ math/

2005-06-26 Thread stevencaswell
Author: stevencaswell Date: Sun Jun 26 10:45:54 2005 New Revision: 201882 URL: http://svn.apache.org/viewcvs?rev=201882view=rev Log: corrected style issues (mostly empty blocks and missing javadocs) Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/enum/Enum.java

DO NOT REPLY [Bug 35509] - [configuration] XMLConfiguration does not handle tag names with dots correctly

2005-06-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=35509. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r201883 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time: DateFormatUtils.java DateUtils.java FastDateFormat.java StopWatch.java

2005-06-26 Thread stevencaswell
Author: stevencaswell Date: Sun Jun 26 10:48:18 2005 New Revision: 201883 URL: http://svn.apache.org/viewcvs?rev=201883view=rev Log: corrected style issues (mostly empty blocks and missing javadocs) Modified:

Re: svn commit: r201882 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang: enum/ enums/ exception/ math/

2005-06-26 Thread Stephen Colebourne
[EMAIL PROTECTED] wrote: Log: corrected style issues (mostly empty blocks and missing javadocs) * pRestrictive constructor./p */ private Entry() { + ; // empty constructor } } I would suggest the following as a more logical way to handle this

svn commit: r201890 - /jakarta/commons/proper/betwixt/branches/RELEASE_0_7_BRANCH/src/test/org/apache/commons/betwixt/io/read/TestBindTimeTypeMapping.java

2005-06-26 Thread rdonkin
Author: rdonkin Date: Sun Jun 26 11:32:40 2005 New Revision: 201890 URL: http://svn.apache.org/viewcvs?rev=201890view=rev Log: Test should be order independent. Modified:

Re: [ANNOUNCEMENT] Betwixt 0.7 Release Candidate 1 Now Available

2005-06-26 Thread robert burrell donkin
On Fri, 2005-06-24 at 10:42 +1200, Simon Kitching wrote: On Fri, 2005-06-24 at 09:37 +1200, Simon Kitching wrote: On Fri, 2005-06-24 at 08:59 +1200, Simon Kitching wrote: One unit test failed with Java 1.3 (debian sarge): i tested on 1.3.1 (blackdown JVM on mandrake). 1.3.0 doesn't run on

svn commit: r201893 - /jakarta/commons/proper/betwixt/branches/RELEASE_0_7_BRANCH/project.properties

2005-06-26 Thread rdonkin
Author: rdonkin Date: Sun Jun 26 11:53:13 2005 New Revision: 201893 URL: http://svn.apache.org/viewcvs?rev=201893view=rev Log: Fixed bad property name and value Modified: jakarta/commons/proper/betwixt/branches/RELEASE_0_7_BRANCH/project.properties Modified:

Re: [ANNOUNCEMENT] Betwixt 0.7 Release Candidate 1 Now Available

2005-06-26 Thread robert burrell donkin
On Fri, 2005-06-24 at 08:59 +1200, Simon Kitching wrote: Maven build fails with javac: target release 1.1 conflicts with default source release 1.5 The project.properties file has maven.target.source=1.2. Perhaps this should be maven.compile.source=1.2? i think that it should be

svn commit: r201896 - /jakarta/commons/proper/math/trunk/xdocs/changes.xml

2005-06-26 Thread psteitz
Author: psteitz Date: Sun Jun 26 12:26:00 2005 New Revision: 201896 URL: http://svn.apache.org/viewcvs?rev=201896view=rev Log: Formmatting, changed a couple of 'updates' to 'fixes'. Modified: jakarta/commons/proper/math/trunk/xdocs/changes.xml Modified:

Re: [logging] proposal to split Log4JLogger into Log4J12Logger and Log4J13Logger

2005-06-26 Thread robert burrell donkin
On Mon, 2005-06-20 at 18:22 +1200, Simon Kitching wrote: Hi, Currently the Log4JLogger class has this kind of thing all through it: if(is12) { getLogger().log(FQCN, (Priority) Level.DEBUG, message, null ); } else { getLogger().log(FQCN, Level.DEBUG, message, null ); }

Re: [logging] Split Log4JLogger into Log4J12Logger and Log4J13Logger

2005-06-26 Thread robert burrell donkin
On Wed, 2005-06-22 at 21:55 +0200, Dennis Lundberg wrote: Simon Kitching wrote: Hi, Currently the Log4JLogger code in svn has this horrible stuff all through it: if (is12) { ... } else { ... } This is to handle the fact that log4j versions 1.2 and 1.3 are

Re: svn commit: r201739 - /jakarta/commons/proper/email/trunk/project.xml

2005-06-26 Thread Dion Gillard
Huh? It's available on ibiblio... On 6/27/05, Ramiro Pereira de Magalhaes [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Author: dion Date: Sat Jun 25 04:48:51 2005 New Revision: 201739 URL: http://svn.apache.org/viewcvs?rev=201739view=rev Log: Move to dumbster 1.6 for testing: -

Re: svn commit: r201739 - /jakarta/commons/proper/email/trunk/project.xml

2005-06-26 Thread Dion Gillard
Cool. I'll fix those. On 6/27/05, Ramiro Pereira de Magalhaes [EMAIL PROTECTED] wrote: Ramiro Pereira de Magalhaes wrote: [EMAIL PROTECTED] wrote: Author: dion Date: Sat Jun 25 04:48:51 2005 New Revision: 201739 URL: http://svn.apache.org/viewcvs?rev=201739view=rev Log: Move

RE: [lang] text.Interpolation, on to 2.2

2005-06-26 Thread Gary Gregory
Hello Oliver: I took a quick look at the ticket you linked to below. For this to work for System properties, a simple VariableResolver would do the trick I think. Maybe a generic MapVariableResolver could also be provided and maybe a factory methods in order to say simple things like:

svn commit: r201908 - /jakarta/commons/proper/math/trunk/xdocs/changes.xml

2005-06-26 Thread psteitz
Author: psteitz Date: Sun Jun 26 14:28:29 2005 New Revision: 201908 URL: http://svn.apache.org/viewcvs?rev=201908view=rev Log: Added description for 1.1 release. Modified: jakarta/commons/proper/math/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/math/trunk/xdocs/changes.xml URL:

[EMAIL PROTECTED]: Project commons-logging-step-1 (in module jakarta-commons) failed

2005-06-26 Thread Ted Husted
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-logging-step-1 has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project commons-logging-step-1 (in module jakarta-commons) failed

2005-06-26 Thread Ted Husted
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-logging-step-1 has an issue affecting its community integration. This

svn commit: r201910 - in /jakarta/commons/proper/math/trunk: maven.xml release-notes.xsl

2005-06-26 Thread psteitz
Author: psteitz Date: Sun Jun 26 14:31:28 2005 New Revision: 201910 URL: http://svn.apache.org/viewcvs?rev=201910view=rev Log: Added style sheet to create release-notes.txt from changes.xml. Added: jakarta/commons/proper/math/trunk/release-notes.xsl Modified:

svn commit: r201912 - /jakarta/commons/proper/math/trunk/release-notes.xsl

2005-06-26 Thread psteitz
Author: psteitz Date: Sun Jun 26 14:43:34 2005 New Revision: 201912 URL: http://svn.apache.org/viewcvs?rev=201912view=rev Log: Eliminated trailing spaces. Modified: jakarta/commons/proper/math/trunk/release-notes.xsl Modified: jakarta/commons/proper/math/trunk/release-notes.xsl URL:

Re: [EMAIL PROTECTED]: Project commons-logging-step-1 (in module jakarta-commons) failed

2005-06-26 Thread Dennis Lundberg
Ted Husted wrote: 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-logging-step-1 has an issue affecting its community

svn commit: r201915 - in /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math: ./ analysis/ complex/ distribution/ fraction/ special/

2005-06-26 Thread psteitz
Author: psteitz Date: Sun Jun 26 15:20:57 2005 New Revision: 201915 URL: http://svn.apache.org/viewcvs?rev=201915view=rev Log: Eliminated tabs. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/PolynomialSplineFunction.java

svn commit: r201919 - in /jakarta/commons/proper/math/trunk/xdocs: ./ images/ style/ userguide/

2005-06-26 Thread psteitz
Author: psteitz Date: Sun Jun 26 15:39:42 2005 New Revision: 201919 URL: http://svn.apache.org/viewcvs?rev=201919view=rev Log: Eliminated tabs. Modified: jakarta/commons/proper/math/trunk/xdocs/developers.xml jakarta/commons/proper/math/trunk/xdocs/images/math-old.gif

svn commit: r201921 - /jakarta/commons/proper/logging/trunk/build.xml

2005-06-26 Thread skitching
Author: skitching Date: Sun Jun 26 16:08:36 2005 New Revision: 201921 URL: http://svn.apache.org/viewcvs?rev=201921view=rev Log: Add dependency on prepare targets for new compile targets, so that if they are run independently the destination dirs will exist. Modified:

Re: [EMAIL PROTECTED]: Project commons-logging-step-1 (in module jakarta-commons) failed

2005-06-26 Thread Simon Kitching
On Mon, 2005-06-27 at 00:20 +0200, Dennis Lundberg wrote: BUILD FAILED /x1/gump/public/workspace/jakarta-commons/logging/build.xml:295: destination directory /x1/gump/public/workspace/jakarta-commons/logging/target/classes does not exist or is not a directory

Re: [logging] Split Log4JLogger into Log4J12Logger and Log4J13Logger

2005-06-26 Thread Simon Kitching
On Sun, 2005-06-26 at 20:56 +0100, robert burrell donkin wrote: i think that the next release should be a 1.1 release in any case. however, i would prefer retaining Log4JLogger so that it can be properly deprecated. The problem is that people won't be referring to it in the normal way, via an

Re: svn commit: r201882 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang: enum/ enums/ exception/ math/

2005-06-26 Thread Steven Caswell
Sounds reasonable. I'll make the code change, but I don't think there is a checkstyle rule that will enforce it. On 6/26/05, Stephen Colebourne [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Log: corrected style issues (mostly empty blocks and missing javadocs) * pRestrictive

svn commit: r201930 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang: ./ enums/

2005-06-26 Thread stevencaswell
Author: stevencaswell Date: Sun Jun 26 17:54:42 2005 New Revision: 201930 URL: http://svn.apache.org/viewcvs?rev=201930view=rev Log: chanegd empty statement in constructor to invocation of super() Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java

svn commit: r201934 - /jakarta/commons/proper/httpclient/trunk/xdocs/news.xml

2005-06-26 Thread mbecke
Author: mbecke Date: Sun Jun 26 19:21:02 2005 New Revision: 201934 URL: http://svn.apache.org/viewcvs?rev=201934view=rev Log: Wording changes Modified: jakarta/commons/proper/httpclient/trunk/xdocs/news.xml Modified: jakarta/commons/proper/httpclient/trunk/xdocs/news.xml URL:

RE: [jelly] SOLVED: Maven issue with Hans memory leak patch

2005-06-26 Thread Hans Gilde
Hmm, I'm having a hard time replicating this. Could you send some examples? Basically, if the tag has two attributes on the first run, how would it have one attribute on the second run? -Original Message- From: Kristofer Eriksson [mailto:[EMAIL PROTECTED] Sent: Friday, June 24, 2005

[math] RE: svn commit: r201912 - /jakarta/commons/proper/math/trunk/release-notes.xsl

2005-06-26 Thread Brent Worden
Not to poo-poo on your work, but have you considered using the Maven Announcement plugin for generating release notes? It performs the same job of creating a text file based on the changes.xml items. Brent Worden -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [math][patch] 1.4 dependency in FractionFormat

2005-06-26 Thread Brent Worden
You might want to add a couple of modifications better enforce an integer constraint: NumberFormat nf = NumberFormat.getNumberInstance(locale); nf.setMaximumFractionDigits(0); nf.setParseIntegerOnly(true); Brent Worden -Original Message- From: Phil Steitz [mailto:[EMAIL PROTECTED]

Re: [math] RE: svn commit: r201912 - /jakarta/commons/proper/math/trunk/release-notes.xsl

2005-06-26 Thread Phil Steitz
Poo it is, then :-) Much rather use something from maven. I was unaware that this existed. I Will rip this stuff out, assuming the plugin works OK. Thanks! Phil On 6/26/05, Brent Worden [EMAIL PROTECTED] wrote: Not to poo-poo on your work, but have you considered using the Maven

svn commit: r201940 - /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/fraction/FractionFormat.java

2005-06-26 Thread psteitz
Author: psteitz Date: Sun Jun 26 20:46:57 2005 New Revision: 201940 URL: http://svn.apache.org/viewcvs?rev=201940view=rev Log: Added integer parse restriction. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/fraction/FractionFormat.java Modified:

Re: [math][patch] 1.4 dependency in FractionFormat

2005-06-26 Thread Phil Steitz
On 6/26/05, Brent Worden [EMAIL PROTECTED] wrote: You might want to add a couple of modifications better enforce an integer constraint: NumberFormat nf = NumberFormat.getNumberInstance(locale); nf.setMaximumFractionDigits(0); nf.setParseIntegerOnly(true); Done. Phil

svn commit: r201942 - in /jakarta/commons/proper/math/trunk: maven.xml release-notes.xsl

2005-06-26 Thread psteitz
Author: psteitz Date: Sun Jun 26 21:27:14 2005 New Revision: 201942 URL: http://svn.apache.org/viewcvs?rev=201942view=rev Log: Changed to use maven announcement plugin instead of custom xsl. Removed: jakarta/commons/proper/math/trunk/release-notes.xsl Modified:

svn commit: r201943 - /jakarta/commons/proper/math/trunk/project.properties

2005-06-26 Thread psteitz
Author: psteitz Date: Sun Jun 26 21:30:51 2005 New Revision: 201943 URL: http://svn.apache.org/viewcvs?rev=201943view=rev Log: Added announcement.file, compile.target, xdoc.copy.excludes.classic properties. Modified: jakarta/commons/proper/math/trunk/project.properties Modified: