cvs commit: jakarta-commons/validator project.xml

2002-12-14 Thread martinc
martinc 2002/12/14 23:39:17 Modified:validator project.xml Log: Update current version for upcoming release. Revision ChangesPath 1.6 +1 -1 jakarta-commons/validator/project.xml Index: project.xml =

cvs commit: jakarta-commons/validator RELEASE-NOTES.txt

2002-12-14 Thread martinc
martinc 2002/12/14 23:37:43 Modified:validator RELEASE-NOTES.txt Log: Correct upcoming version number. Revision ChangesPath 1.3 +2 -2 jakarta-commons/validator/RELEASE-NOTES.txt Index: RELEASE-NOTES.txt ===

cvs commit: jakarta-commons/validator RELEASE-NOTES-1.0.txt

2002-12-14 Thread martinc
martinc 2002/12/14 23:37:19 Added: validator RELEASE-NOTES-1.0.txt Log: Preserve release notes for earlier versions. Revision ChangesPath 1.1 jakarta-commons/validator/RELEASE-NOTES-1.0.txt Index: RELEASE-NOTES-1.0.txt ===

DO NOT REPLY [Bug 14591] - Serialization problem with org.apache.commons.validator.ValidatorResult$ResultStatu

2002-12-14 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://nagoya.apache.org/bugzilla/show_bu

[betwixt][PATCH] XMLIntrospectorHelper

2002-12-14 Thread Tim Anderson
Hi, attached is a patch which removes a duplicate call to nodeDescriptor.setLocalName() in XMLIntrospectorHelper.createDescriptor() Regards, Tim XMLIntrospectorHelper.patch Description: Binary data -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/configuration/src/test/org/apache/commons/configuration TestEqualsProperty.java

2002-12-14 Thread henning
henning 2002/12/14 04:07:01 Modified:configuration/conf test.properties configuration/src/java/org/apache/commons/configuration BasePropertiesConfiguration.java Added: configuration/src/test/org/apache/commons/configuration

cvs commit: jakarta-commons-sandbox/configuration/src/test/org/apache/commons/configuration TestClassPropertiesConfiguration.java

2002-12-14 Thread henning
henning 2002/12/14 03:54:23 Modified:configuration/src/test/org/apache/commons/configuration TestClassPropertiesConfiguration.java Log: Argh, the joys of "cut-n-past" reuse... Revision ChangesPath 1.2 +3 -3 jakarta-commons-sandbox/confi

cvs commit: jakarta-commons-sandbox/configuration build.xml

2002-12-14 Thread henning
henning 2002/12/14 03:45:17 Modified:configuration build.xml Log: fix up the ant build process so that "ant test" works again Revision ChangesPath 1.6 +3 -10 jakarta-commons-sandbox/configuration/build.xml Index: build.xml

cvs commit: jakarta-commons-sandbox/configuration maven.xml

2002-12-14 Thread henning
henning 2002/12/14 03:39:58 Added: configuration maven.xml Log: Maven preGoal to copy the properties files on the class path for testing the ClassPropertiesConfiguration Revision ChangesPath 1.1 jakarta-commons-sandbox/configuration/maven.xml Ind

cvs commit: jakarta-commons-sandbox/configuration maven.xml

2002-12-14 Thread henning
henning 2002/12/14 03:43:32 Modified:configuration maven.xml Log: removed forgotten debug statement Revision ChangesPath 1.2 +1 -2 jakarta-commons-sandbox/configuration/maven.xml Index: maven.xml ==

cvs commit: jakarta-commons-sandbox/configuration/src/test/org/apache/commons/configuration TestClassPropertiesConfiguration.java

2002-12-14 Thread henning
henning 2002/12/14 03:39:28 Added: configuration/src/test/org/apache/commons/configuration TestClassPropertiesConfiguration.java Log: New TestCase for testing the new ClassPropertiesConfiguration Revision ChangesPath 1.1 jakarta

cvs commit: jakarta-commons-sandbox/configuration/src/java/org/apache/commons/configuration ClassPropertiesConfiguration.java

2002-12-14 Thread henning
henning 2002/12/14 03:37:28 Added: configuration/src/java/org/apache/commons/configuration ClassPropertiesConfiguration.java Log: This is a new PropertyConfiguration class which is intended to be used when loading properties as resources from the class pat

cvs commit: jakarta-commons-sandbox/configuration/src/java/org/apache/commons/configuration PropertiesConfiguration.java

2002-12-14 Thread henning
henning 2002/12/14 03:36:11 Modified:configuration/src/java/org/apache/commons/configuration PropertiesConfiguration.java Log: - Factored out lots of the code into BasePropertyConfiguration. Here are only the code to open up a file and allow access to a pr

cvs commit: jakarta-commons-sandbox/configuration/src/java/org/apache/commons/configuration BasePropertiesConfiguration.java

2002-12-14 Thread henning
henning 2002/12/14 03:33:46 Added: configuration/src/java/org/apache/commons/configuration BasePropertiesConfiguration.java Log: - moved from PropertiesConfiguration - factored out the code that is necessary to open a PropertyStream - changed the EOF log

cvs commit: jakarta-commons-sandbox/configuration build.xml project.xml

2002-12-14 Thread henning
henning 2002/12/14 03:26:07 Modified:configuration build.xml project.xml Log: - Updated Version to 1.0-dev-2, because we do incompatible changes to 1.0-dev and I try to avoid a "commons-lang" desaster. :-) - cleaned up the autogenerated properties in build.xml a bit - u

[collections] [patch] NodeCachingLinkedList

2002-12-14 Thread rich
Hi Here is a patch to resolve the license issues with NodeCachingLinkedList. Included in this patch is: - CommonsLinkedList, a version of java.util.LinkedList that we can distribute with [collections]. A few points about this class: - Is the name ok? I couldn't think of anything else to d

[GUMP] Build Failure - commons-jelly

2002-12-14 Thread Stefan Bodewig
This email is autogenerated from the output from: Buildfile: build.xml init: [mkdir] Created dir: /home/rubys/jakarta/jak

[GUMP] Build Failure - commons-email

2002-12-14 Thread dIon Gillard
This email is autogenerated from the output from: Buildfile: build-gump.xml jar: [mkdir] Created dir: /home/rubys/jakart

RE: [betwixt][BUG?] Destreaming custom collections using Hyphenated/DecapitalizeNameMapper?

2002-12-14 Thread Tim Anderson
Attached is a junit test case which reproduces the problem. Regards, Tim > -Original Message- > From: Tim Anderson [mailto:[EMAIL PROTECTED]] > Sent: Saturday, December 14, 2002 7:50 PM > To: [EMAIL PROTECTED] > Subject: [betwixt][BUG?] Destreaming custom collections using > Hyphenated/D

Re: [collections] [patch] NodeCachingLinkedList

2002-12-14 Thread Rich Dougherty
> Thanks, although I'm a little confused ;-) > > What benefit does CommonsLinkedList give? A NodeCachingLinkedList class > is allowed to subclass LinkedList directly. The licencing issue was that > some of the methods in NodeCachingLinkedList were copied verbatim, > especially noted in the javadoc.

Re: [collections] [patch] NodeCachingLinkedList

2002-12-14 Thread Stephen Colebourne
Thanks, although I'm a little confused ;-) What benefit does CommonsLinkedList give? A NodeCachingLinkedList class is allowed to subclass LinkedList directly. The licencing issue was that some of the methods in NodeCachingLinkedList were copied verbatim, especially noted in the javadoc. A reimplem

Re: [functor] draft proposal

2002-12-14 Thread Stephen Colebourne
Henri wrote: > I can't fault much of your proposal document. It's well put together and > if functor were to be a separate package, would serve well. +1 > I am worried that there is a time/cost to pay for lots of small components > which have to be release managed, bug managed, documented and chec

Re: [lang] Has anyone thought about a TimeUtils package?

2002-12-14 Thread Stephen Colebourne
> What is not thread safe about SimpleDateFormatter? If this is true that > seems kind of serious! (I will take a look at the source tonight but it > might help if you gave me a hint) http://developer.java.sun.com/developer/bugParade/bugs/4228335.html > Anyways, this thread safety business sou

[betwixt][BUG?] Destreaming custom collections using Hyphenated/DecapitalizeNameMapper?

2002-12-14 Thread Tim Anderson
Hi people, I am trying to destream some XML using betwixt into a class structure which looks like: public class Foos { // manages a collection of Foo public void addFoo(Foo foo) { ... } public Iterator getFoos() { } } public class Foo { // ... public void setValue(Str