DO NOT REPLY [Bug 20740] - [PATCH - Updated] Map.debugPrint assume key is string.

2003-08-22 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

RE: [lang] Lang 2.0 release?

2003-08-22 Thread Henri Yandell
Not in the builds it isn't. We hadn't decided on whether it will be id, identifiers, uid, etc, so I just moved the ones we wanted into the main package and left util as is. It is not tagged as LANG_2_0. Hen On Fri, 22 Aug 2003, Gary Gregory wrote: > The util package is still in there, it shoul

RE: [lang] Lang 2.0 release?

2003-08-22 Thread Henri Yandell
Very peculiar. All I'm doing is the ant dist-build [which just depends on ant dist], and then unzipping it on daedalus. Hen On Fri, 22 Aug 2003, Gary Gregory wrote: > I just noticed that SystemUtils had some missing Javadoc tags which I > committed to CVS. The other odd thing is that the Javad

cvs commit: jakarta-commons/validator build.properties.sample

2003-08-22 Thread rleland
rleland 2003/08/22 19:36:49 Modified:validator build.properties.sample Log: Add cvs/repository variables. Revision ChangesPath 1.8 +11 -3 jakarta-commons/validator/build.properties.sample Index: build.properties.sample

DO NOT REPLY [Bug 22664] New: - Tests for dependent validators [PATCH]

2003-08-22 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

cvs commit: jakarta-commons-sandbox/attributes/compiler/src/java/org/apache/commons/attributes/compiler AttributeCompiler.java AttributeIndexer.java

2003-08-22 Thread leosutic
leosutic2003/08/22 16:48:03 Modified:attributes/compiler project.xml attributes/compiler/src/java/org/apache/commons/attributes/compiler AttributeCompiler.java AttributeIndexer.java Log: Renamed all maven id's from "jakarta-commons-attributes" t

cvs commit: jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes AttributeIndex.java AttributeRepositoryClass.java Attributes.java CachedRepository.java CircularDependencyError.java DefaultCachedRepository.java EmptyCachedRepository.java Indexed.java Inheritable.java RepositoryError.java Util.java

2003-08-22 Thread leosutic
leosutic2003/08/22 16:48:16 Modified:attributes/api project.xml attributes/api/src/java overview.html attributes/api/src/java/org/apache/commons/attributes AttributeIndex.java AttributeRepositoryClass.java Attr

DO NOT REPLY [Bug 18689] - Tests for dependent validators + Refactoring

2003-08-22 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

cvs commit: jakarta-commons-sandbox/attributes/site/xdocs index.xml

2003-08-22 Thread leosutic
leosutic2003/08/22 16:48:45 Modified:attributes maven.xml project.xml attributes/site/xdocs index.xml Added: attributes build.xml Log: Renamed all maven id's from "jakarta-commons-attributes" to "commons-attributes", and added Apache license. Revision C

cvs commit: jakarta-commons/validator project.xml

2003-08-22 Thread rleland
rleland 2003/08/22 19:34:45 Modified:validator project.xml Log: Add repository and remove items duplicated from commons project.cml Revision ChangesPath 1.21 +16 -6 jakarta-commons/validator/project.xml Index: project.xml

cvs commit: jakarta-commons/validator project.properties

2003-08-22 Thread rleland
rleland 2003/08/22 19:26:49 Modified:validator project.properties Log: Kee[ ant and Maven build directories seperate Revision ChangesPath 1.3 +4 -1 jakarta-commons/validator/project.properties Index: project.properties ===

cvs commit: jakarta-commons/validator/src/test/org/apache/commons/validator ByteTest.java CreditCardValidatorTest.java DoubleTest.java EmailTest.java FloatTest.java IntegerTest.java LocaleTest.java LongTest.java MultipleConfigFilesTest.java MultipleTests.java NameBean.java RequiredIfTest.java RequiredNameTest.java ShortTest.java TestTypeValidator.java TestValidator.java TypeBean.java TypeTest.java UrlTest.java

2003-08-22 Thread rleland
rleland 2003/08/22 19:24:08 Modified:validator/src/test/org/apache/commons/validator ByteTest.java CreditCardValidatorTest.java DoubleTest.java EmailTest.java FloatTest.java IntegerTest.java LocaleTest.java LongTest.

cvs commit: jakarta-commons/dbcp/src/test/org/apache/commons/dbcp TestAbandonedBasicDataSource.java

2003-08-22 Thread dirkv
dirkv 2003/08/22 05:40:00 Modified:dbcp/src/test/org/apache/commons/dbcp TestAbandonedBasicDataSource.java Log: logging Revision ChangesPath 1.2 +10 -7 jakarta-commons/dbcp/src/test/org/apache/commons/dbcp/TestAbandonedBasicDataSource.

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/builder ToStringStyle.java HashCodeBuilder.java CompareToBuilder.java ReflectionToStringBuilder.java EqualsBuilder.java ToStringBuilder.java

2003-08-22 Thread ggregory
ggregory2003/08/22 17:21:49 Modified:lang/src/java/org/apache/commons/lang/builder ToStringStyle.java HashCodeBuilder.java CompareToBuilder.java ReflectionToStringBuilder.java EqualsBuilder.java

RE: [lang] Lang 2.0 release?

2003-08-22 Thread Gary Gregory
> 3) I missed one commit of Gary's, fixing his name in various places. I've just committed another batch of Javadoc fixes to the root .lang package. Will it ever end? :-) ahhh... Gary

RE: [lang] Lang 2.0 release?

2003-08-22 Thread Gary Gregory
The util package is still in there, it should not (4 +1's on not including it). Gary > -Original Message- > From: Henri Yandell [mailto:[EMAIL PROTECTED] > Sent: Friday, August 22, 2003 05:15 > To: Jakarta Commons Developers List > Subject: Re: [lang] Lang 2.0 release? > > > > On Thu,

RE: [lang] Lang 2.0 release?

2003-08-22 Thread Gary Gregory
I just noticed that SystemUtils had some missing Javadoc tags which I committed to CVS. The other odd thing is that the Javadoc on ~bayard does not list all of the @author's for this class. A local build does list them for me though. Gary > -Original Message- > From: Henri Yandell [mailt

RE: [VOTE] Release of Commons Lang 2.0 [take 2]

2003-08-22 Thread Gary Gregory
I've just done a pass to pretty up some Javadoc in .lang.builder and I cannot see the need for the class StandardToStringStyle. It is not used at all except in a unit test. All it does is call super on a bunch of accessors and mutators (and changing these methods from protected to public). What is

[jira] Updated: (JELLY-75) Check classpath for jelly files

2003-08-22 Thread jira
The following issue has been updated: Updater: Sean Ferguson (mailto:[EMAIL PROTECTED]) Date: Fri, 22 Aug 2003 7:58 PM Comment: This is the patch for CommandLineParser.java Changes: Attachment changed to patch-CommandLineParser.txt --

DO NOT REPLY [Bug 22659] New: - Adds functionallity to predicates

2003-08-22 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

MultiMap Re: [collections] contribute?

2003-08-22 Thread Takuya Murata
2. What is a current situation about HashMap? Is the problem about implementation or is there a plan to make a change in HashMap interface? java.util.HashMap? Did you really mean HashMap? Oops, I meant MultiMap. - To unsubscribe

[jira] Updated: (JELLY-75) Check classpath for jelly files

2003-08-22 Thread jira
The following issue has been updated: Updater: Sean Ferguson (mailto:[EMAIL PROTECTED]) Date: Fri, 22 Aug 2003 8:03 PM Comment: This is the real patch for CommandLineParse. First one was incorrect. Changes: Attachment changed to patch-CommandLineParser.txt

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/builder StandardToStringStyle.java

2003-08-22 Thread ggregory
ggregory2003/08/22 17:22:53 Modified:lang/src/java/org/apache/commons/lang/builder StandardToStringStyle.java Log: Class Javadoc: Normalize the first sentence. Revision ChangesPath 1.16 +2 -3 jakarta-commons/lang/src/java/org/apache/comm

[jira] Updated: (JELLY-75) Check classpath for jelly files

2003-08-22 Thread jira
The following issue has been updated: Updater: Sean Ferguson (mailto:[EMAIL PROTECTED]) Date: Fri, 22 Aug 2003 7:58 PM Comment: This is the patch for Jelly.java Changes: Attachment changed to patch-Jelly.txt --

[jira] Created: (JELLY-75) Check classpath for jelly files

2003-08-22 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-75 Here is an overview of the issue: ---

cvs commit: jakarta-commons-sandbox/attributes/plugin - New directory

2003-08-22 Thread leosutic
leosutic2003/08/22 16:43:07 jakarta-commons-sandbox/attributes/plugin - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Release Process for Sandbox Projects

2003-08-22 Thread Robert Leland
Leo Sutic wrote: From: Stephen Colebourne [mailto:[EMAIL PROTECTED] As a warning, my concerns would be the speed of passage through the sandbox. You need to think if you have a community to maintain this in commons proper, and whether people have had enough time to review it. My under

Re: [validator] Release 1.1.0

2003-08-22 Thread Robert Leland
Arun Thomas wrote: I noticed that a vote is ongoing for release of validator. FYI, http://jakarta.apache.org/commons/dtds/validator_1_1.dtd should be updated to the version of the dtd currently in CVS. I don't know if this is a manual process, or something that happens automatically with the

RE: DO NOT REPLY [Bug 20740] - [PATCH] Map.debugPrint assume key is string.

2003-08-22 Thread Arun Thomas
New patch with test cases submitted to bugzilla! -AMT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 2:08 PM To: [EMAIL PROTECTED] Subject: DO NOT REPLY [Bug 20740] - [PATCH] Map.debugPrint assume key is string. DO NOT REPLY TO THI

RE: cvs commit: jakarta-commons-sandbox/attributes/site/xdocs index.xml

2003-08-22 Thread Leo Sutic
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Why are you keeping two project.xml files?? The Attributes project has two parts to it: + The runtime API. + The compiler. In order to separate those, I must have one project.xml for each, since Maven equates one jar == one project =

RE: Release Process for Sandbox Projects

2003-08-22 Thread Leo Sutic
> From: Stephen Colebourne [mailto:[EMAIL PROTECTED] > > As a warning, my concerns would be the speed of passage > through the sandbox. You need to think if you have a > community to maintain this in commons proper, and whether > people have had enough time to review it. My understanding wa

RE: [VOTE] Release of Commons Lang 2.0 [take 2]

2003-08-22 Thread Shapira, Yoav
Howdy, +1, let's get it out the door... ;) Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Henri Yandell [mailto:[EMAIL PROTECTED] >Sent: Friday, August 22, 2003 10:55 AM >To: Jakarta Commons Developers List >Cc: Jakarta Project Management Committee List >Subject: [VO

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/cpdsadapter package.html

2003-08-22 Thread dirkv
dirkv 2003/08/22 10:06:28 Modified:dbcp/src/java/org/apache/commons/dbcp/cpdsadapter package.html Log: fix javadoc example not displayed in browser Revision ChangesPath 1.2 +31 -34 jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/c

[JXPATH] Possible Sychronization Problem

2003-08-22 Thread Adam J Chesney
Hi, JXPath 1.1 running on Suse Linux 8.2, Sun JRE 1.4.2 We are using JXPath (which we think is great btw) in a highly multi-threaded environment where we are creating lots of contexts and we seem to be encountering an intermittent issue where a number of calls to jxp_context = JXPathContext.n

cvs commit: jakarta-commons/pool checkstyle.xml project.properties

2003-08-22 Thread dirkv
dirkv 2003/08/22 07:30:19 Modified:pool project.properties Added: pool checkstyle.xml Log: use maven checkstyle but disabled the following checks - RedundantThrows - DesignForExtension - FinalParameters Revision ChangesPath 1.4 +1 -1 jak

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang SystemUtils.java

2003-08-22 Thread ggregory
ggregory2003/08/22 09:34:06 Modified:lang/src/java/org/apache/commons/lang SystemUtils.java Log: Javadoc: Added missing end tags for . Revision ChangesPath 1.23 +5 -5 jakarta-commons/lang/src/java/org/apache/commons/lang/SystemUtils.java Index: SystemUtils

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp AbandonedObjectPool.java

2003-08-22 Thread dirkv
dirkv 2003/08/22 05:39:25 Modified:dbcp/src/java/org/apache/commons/dbcp AbandonedObjectPool.java Log: do not try to reuse abandoned connections but invalidate/discard them Revision ChangesPath 1.6 +6 -6 jakarta-commons/dbcp/src/java/

[validator] Release 1.1.0

2003-08-22 Thread Arun Thomas
I noticed that a vote is ongoing for release of validator. FYI, http://jakarta.apache.org/commons/dtds/validator_1_1.dtd should be updated to the version of the dtd currently in CVS. I don't know if this is a manual process, or something that happens automatically with the release? -AMT -

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/cpdsadapter DriverAdapterCPDS.java

2003-08-22 Thread dirkv
dirkv 2003/08/22 09:59:11 Modified:dbcp project.properties dbcp/src/java/org/apache/commons/dbcp PoolableConnectionFactory.java PoolingConnection.java package.html dbcp/src/java/org/apache/commons/dbcp/cp

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang BitField.java

2003-08-22 Thread ggregory
ggregory2003/08/22 09:57:04 Modified:lang/src/java/org/apache/commons/lang BitField.java Log: Javadoc: Normalize on the active voice, "Returns", "Sets", etc. Revision ChangesPath 1.2 +19 -18 jakarta-commons/lang/src/java/org/apache/commons/lang/BitField.java

cvs commit: jakarta-commons/codec/src/java/org/apache/commons/codec package.html

2003-08-22 Thread tobrien
tobrien 2003/08/22 10:55:03 Modified:codec/src/java/org/apache/commons/codec package.html Log: This package.html had file urls pointing to someone's c: drive. I removed these references. Revision ChangesPath 1.4 +81 -66 jakarta-commons/codec/src/java/org/apac

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang RandomStringUtils.java ObjectUtils.java WordUtils.java StringUtils.java SerializationUtils.java CharSet.java CharSetUtils.java BooleanUtils.java CharRange.java Validate.java ClassUtils.java ArrayUtils.java

2003-08-22 Thread ggregory
ggregory2003/08/22 10:25:34 Modified:lang/src/java/org/apache/commons/lang RandomStringUtils.java ObjectUtils.java WordUtils.java StringUtils.java SerializationUtils.java CharSet.java CharSetUtils.java BooleanUtils.j

[VOTE] Release of Commons Lang 2.0 [take 2]

2003-08-22 Thread Henri Yandell
We've already called a vote on this back in May, but a -1 that wanted us to include Lang.time caused us to delay and since then we've been dealing with more minutae. So, without further ado, I'll repeat my call for a VOTE last May. The information on what has changed below is largely the same as

DO NOT REPLY [Bug 22598] - minIdle Functionality for DBCP via Patches Posted for commons-pool

2003-08-22 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

cvs commit: jakarta-commons/dbcp/src/test/org/apache/commons/jocl TestAll.java TestJOCLContentHandler.java

2003-08-22 Thread dirkv
dirkv 2003/08/22 09:08:33 Modified:dbcp/doc JOCLPoolingDriverExample.java ManualPoolingDataSourceExample.java ManualPoolingDriverExample.java dbcp/src/java/org/apache/commons/dbcp AbandonedConfig.java

cvs commit: jakarta-commons/pool LICENSE.txt

2003-08-22 Thread dirkv
dirkv 2003/08/22 07:11:51 Modified:pool LICENSE.txt Log: license update - cvs source header - year - acknowledgement - site links Revision ChangesPath 1.2 +8 -7 jakarta-commons/pool/LICENSE.txt Index: LICENSE.txt ===

cvs commit: jakarta-commons/pool .cvsignore

2003-08-22 Thread dirkv
dirkv 2003/08/22 08:43:53 Modified:pool .cvsignore Log: ignore eclipse .checkstyle Revision ChangesPath 1.6 +1 -0 jakarta-commons/pool/.cvsignore Index: .cvsignore === RCS file: /hom

cvs commit: jakarta-commons/dbcp checkstyle.xml project.properties

2003-08-22 Thread dirkv
dirkv 2003/08/22 08:40:20 Modified:dbcp project.properties Added: dbcp checkstyle.xml Log: use maven checkstyle but disabled the following checks - RedundantThrows - DesignForExtension - FinalParameters Revision ChangesPath 1.2 +1 -1 jak

cvs commit: jakarta-commons/dbcp LICENSE.txt

2003-08-22 Thread dirkv
dirkv 2003/08/22 08:39:17 Modified:dbcp LICENSE.txt Log: license update - cvs source header - year - acknowledgement - site links Revision ChangesPath 1.2 +8 -7 jakarta-commons/dbcp/LICENSE.txt Index: LICENSE.txt ===

cvs commit: jakarta-commons/dbcp .cvsignore

2003-08-22 Thread dirkv
dirkv 2003/08/22 08:43:39 Modified:dbcp .cvsignore Log: ignore eclipse .checkstyle Revision ChangesPath 1.7 +1 -0 jakarta-commons/dbcp/.cvsignore Index: .cvsignore === RCS file: /hom

Re: [Vote] Release of Commons Validator

2003-08-22 Thread David Graham
+1 David > On Fri, 22 Aug 2003, Robert Leland wrote: > --- > > Vote: Commons Validator 1.1.0 Release > > [ ] +1 I am in favor of the release, and will help support it > > [ ] +0 I am in favor of the release, but am unable to

cvs commit: jakarta-commons/pool/src/test/org/apache/commons/pool/performance PerformanceTest.java SleepingObjectFactory.java

2003-08-22 Thread dirkv
dirkv 2003/08/22 07:33:30 Modified:pool/src/java/org/apache/commons/pool BaseKeyedObjectPool.java BaseKeyedPoolableObjectFactory.java BaseObjectPool.java BasePoolableObjectFactory.java Keyed

[jira] Created: (JELLY-74) Scope inheritence is not being obeyed

2003-08-22 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-74 Here is an overview of the issue: ---

Re: [Vote] Release of Commons Validator

2003-08-22 Thread Henri Yandell
+1 Will be interested in seeing how the httpd release system adds difference to a Commons project. On Fri, 22 Aug 2003, Robert Leland wrote: > --- > Vote: Commons Validator 1.1.0 Release > [ ] +1 I am in favor of the release,

[jira] Created: (JELLY-73) Can't set inherit=false on include tag

2003-08-22 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JELLY-73 Here is an overview of the issue: ---

Re: [VFS|HttpClient] Re: [VFS] Crashes in getContent()

2003-08-22 Thread Adam R. B. Jack
Mike wrote: > Yes, it looks like you are using HttpClient from HEAD. 2.0 code has > been moved into a branch and we've started 2.1 in HEAD. All unit tests > are passing but HEAD contains essentially alpha code. If you are > looking for something stable I suggest 2.0. Mostly li

[GUMP] Build Failure - commons-attributes

2003-08-22 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml does not exist! Build failed