Re: [CLI] 2.x Tasks

2003-11-01 Thread John Keyes
. mandatory groups I think this can be achieved using min/max with Groups but I might be missing the point. I'm not going to claim that this is well documented or intuitive though so ideas welcome. Doh! Of course. . child Options Parent instances can have a children Group - doesn't this

Re: [dbcp] PooledConnectionImpl.prepareStatement(String, int, int)

2003-11-01 Thread Dirk Verbeeck
Looks like a typical copy/paste error. Please make a bugzilla issue for it. -- Dirk Todd Carmichael wrote: DBCP Team, What is the reason that the extended version of prepareStatement in PooledConnectionImpl that accepts resultSetType and resultSetConcurrency does not pass those values down to the

cvs commit: jakarta-commons/math - Imported sources

2003-11-01 Thread mdiggory
mdiggory2003/11/01 08:04:13 Log: Promoting Math project from Sandbox to Commons Proper. Status: Vendor Tag: commons_sandbox Release Tags: commons_promotion N jakarta-commons/math/.cvsignore N jakarta-commons/math/LICENSE.txt N jakarta-commons/math/PROPOSAL.html N

cvs commit: jakarta-commons-sandbox/math/xdocs/userguide analysis.xml index.xml linear.xml overview.xml random.xml special.xml stat.xml utilities.xml

2003-11-01 Thread mdiggory
mdiggory2003/11/01 08:09:22 Removed: math .cvsignore LICENSE.txt PROPOSAL.html RELEASE-NOTES.txt STATUS.html build.xml checkstyle.properties checkstyle.xml project.properties project.xml

Using Jira (was RE: [CLI] 2.x Tasks)

2003-11-01 Thread Noel J. Bergman
Now that we have jira on nagoya should we move to use this instead of Bugzilla? No biggy, but it is much a nicer interface than bugzilla. Not yet, please. We're still tuning the installation, and will certainly blow away the current database at least once more before declaring it open. We'll

cvs commit: jakarta-commons/math project.xml

2003-11-01 Thread mdiggory
mdiggory2003/11/01 08:14:45 Modified:math project.xml Log: Modification to project.xml to build and locate the cvs tree in the proper location. Revision ChangesPath 1.2 +4 -4 jakarta-commons/math/project.xml Index: project.xml

cvs commit: jakarta-commons/xdocs components.xml

2003-11-01 Thread mdiggory
mdiggory2003/11/01 08:22:16 Modified:xdocscomponents.xml Log: Moving Math from sandbox to pre-release section. Revision ChangesPath 1.103 +8 -8 jakarta-commons/xdocs/components.xml Index: components.xml

cvs commit: jakarta-commons/math/xdocs tasks.xml

2003-11-01 Thread mdiggory
mdiggory2003/11/01 08:35:03 Modified:math/xdocs tasks.xml Log: fixed unescaped ampersand Revision ChangesPath 1.2 +2 -2 jakarta-commons/math/xdocs/tasks.xml Index: tasks.xml === RCS file:

[codec] My own little base64 implementation, as an {Input,Output}Stream.

2003-11-01 Thread Alexander Hvostov
A little while ago, I wrote a base64 {en,de}coder in Java. Huzzah. Since I've found out that you guys wrote one too, I thought I should submit mine. It's implemented as an OutputStream and InputStream pair, though, so it's a bit different from yours, which is why I thought to send mine. It's

DO NOT REPLY [Bug 23815] - PropertyUtils.getNestedProperty() doesn't allow getXxxx on Map-Instances any longer

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

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections DoubleOrderedMap.java

2003-11-01 Thread scolebourne
scolebourne2003/11/01 10:45:48 Modified:collections/src/java/org/apache/commons/collections DoubleOrderedMap.java Log: Document the existence of the new DualHashBidiMap/DualTreeBidiMap classes Revision ChangesPath 1.7 +43 -34

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections DualTreeBidiMap.java AbstractDualBidiMap.java

2003-11-01 Thread scolebourne
scolebourne2003/11/01 10:47:18 Modified:collections/src/test/org/apache/commons/collections AbstractTestMap.java TestLRUMap.java AbstractTestSortedBidiMap.java AbstractTestBidiMap.java TestDoubleOrderedMap.java

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

2003-11-01 Thread scolebourne
scolebourne2003/11/01 11:20:35 Modified:lang/src/test/org/apache/commons/lang StringUtilsTest.java lang/src/java/org/apache/commons/lang StringUtils.java Log: Move remove code to relevant position in source file Revision ChangesPath 1.55 +3 -1

Re: [lang] ToStringBuilder.reflectionToString() and statics.

2003-11-01 Thread Stephen Colebourne
From: Gary Gregory [EMAIL PROTECTED] A code review would be greatly appreciated, especially in how the feature is surfaced at the API level. The main points are: (1) Deprecate in ReflectionToStringBuilder: +1 (2) New convenience methods ReflectionToStringBuilder.toStringWithStatics. -1 I

Re: Using Jira (was RE: [CLI] 2.x Tasks)

2003-11-01 Thread John Keyes
Now that we have jira on nagoya should we move to use this instead of Bugzilla? No biggy, but it is much a nicer interface than bugzilla. Not yet, please. We're still tuning the installation, and will certainly blow away the current database at least once more before declaring it open. We'll

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient Cookie.java Header.java HttpConnection.java

2003-11-01 Thread olegk
olegk 2003/11/01 13:13:56 Modified:httpclient/src/java/org/apache/commons/httpclient Tag: HTTPCLIENT_2_0_BRANCH Cookie.java Header.java HttpConnection.java Log: Javadoc cleanup java/org/apache/commons/httpclient/Cookie.java

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient Cookie.java Header.java HttpConnection.java

2003-11-01 Thread olegk
olegk 2003/11/01 13:17:25 Modified:httpclient/src/java/org/apache/commons/httpclient Cookie.java Header.java HttpConnection.java Log: Javadoc cleanup java/org/apache/commons/httpclient/Cookie.java java/org/apache/commons/httpclient/Header.java

cvs commit: jakarta-commons-sandbox/cli/src/test/org/apache/commons/cli2/bugs Bug13935.java

2003-11-01 Thread jkeyes
jkeyes 2003/11/01 13:27:32 Added: cli/src/test/org/apache/commons/cli2/bugs Bug13935.java Log: - test for quoted arguments Revision ChangesPath 1.1 jakarta-commons-sandbox/cli/src/test/org/apache/commons/cli2/bugs/Bug13935.java Index:

cvs commit: jakarta-commons-sandbox/cli/src/test/org/apache/commons/cli2/bugs Bug13886.java

2003-11-01 Thread jkeyes
jkeyes 2003/11/01 16:08:28 Added: cli/src/test/org/apache/commons/cli2/bugs Bug13886.java Log: - added test for mandatory groups (max == min == 1) Revision ChangesPath 1.1

[VOTE][RESULTS] Promote DbUtils to Commons Proper

2003-11-01 Thread David Graham
The vote to promote DbUtils from the sandbox to Commons proper passed. The [VOTE] thread can be found here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg29179.html Here's the vote summary: +1 David Graham Juozas Baliuka Steven Caswell Matthew Hawthorne +0 Yoav Shapira Craig McClanahan

DO NOT REPLY [Bug 24328] New: - PooledConnectionImpl ignores resultsetType and Concurrency if statement pooling is not enabled

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

Re: Using Jira (was RE: [CLI] 2.x Tasks)

2003-11-01 Thread Rob Oxspring
John Keyes wrote: Now that we have jira on nagoya should we move to use this instead of Bugzilla? No biggy, but it is much a nicer interface than bugzilla. Not yet, please. We're still tuning the installation, and will certainly blow away the current database at least once more before

Re: [CLI] 2.x Tasks

2003-11-01 Thread Rob Oxspring
John Keyes wrote: Our current group support is limited to mutually exclusive groups. We need to support inclusive groups also. This will allow more than one option to have the same child options. Let me know if you have any thoughts on it. There's currently no problem with assigning the same

Re: [CLI] 2.x Tasks

2003-11-01 Thread John Keyes
Our current group support is limited to mutually exclusive groups. We need to support inclusive groups also. This will allow more than one option to have the same child options. Let me know if you have any thoughts on it. There's currently no problem with assigning the same group as children

RE: [math] Complex implementation

2003-11-01 Thread Brent Worden
FYI, I wrote some unit tests for ComplexMath and found some bugs in my implementation. I have a patch containing the tests and bug fixes ready to submit. However, I noticed commons doesn't have a math component listed yet, so I was going to hold off on submitting the patch. If anyone is

[announcement] Math Promotion to Commons Proper complete

2003-11-01 Thread Mark R. Diggory
I've finished moving the math cvs tree to commons proper and making sure the maven build is still correct. Math is offically out of the sandbox now. If you are working at all with Commons Math, please go through your cvs checkouts and make sure your working with the tree that is now under

Re: cactus-13-1.5-rc and commons-httpclient-2.0-rc2.jar works on jdk1.4 and above only?

2003-11-01 Thread Michael Becke
I agree. We should make it a new release instead of just replacing the old one. Now that it's been a few weeks since RC2 I'm leaning towards a 2.0 final instead of a fixed RC2 release. How do the other committers feel about this? Mike On Oct 30, 2003, at 3:12 AM, Ortwin Glück wrote:

Re: NTLM authentication

2003-11-01 Thread Michael Becke
Hello again Alfonso, Sorry for the delayed response. The problem could be the Connection: close headers being returned by the server. We will need the debug log in addition to the wire log to be sure. Please use the system properties from

DO NOT REPLY [Bug 22073] - Javadocs clean-up

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

Re: cactus-13-1.5-rc and commons-httpclient-2.0-rc2.jar works on jdk1.4 and above only?

2003-11-01 Thread Oleg Kalnichevski
Now that it's been a few weeks since RC2 I'm leaning towards a 2.0 final instead of a fixed RC2 release. How do the other committers feel about this? Mike, according to the Jakarta project guidelines we may not release the final version until we have a bug-free release candidate for two

Re: cactus-13-1.5-rc and commons-httpclient-2.0-rc2.jar works on jdk1.4 and above only?

2003-11-01 Thread Michael Becke
Aha. That's good to know. I'm working on another patch for bug 24309, which we may want to include in 2.0. Are there any other outstanding problems? Mike On Nov 1, 2003, at 4:49 PM, Oleg Kalnichevski wrote: Now that it's been a few weeks since RC2 I'm leaning towards a 2.0 final instead of

Re: cactus-13-1.5-rc and commons-httpclient-2.0-rc2.jar works on jdk1.4 and above only?

2003-11-01 Thread Michael Becke
Oleg, Where did you find this? I have been looking for some official docs on the subject, but cannot find any. Thanks, Mike On Nov 1, 2003, at 4:49 PM, Oleg Kalnichevski wrote: Now that it's been a few weeks since RC2 I'm leaning towards a 2.0 final instead of a fixed RC2 release. How do

DO NOT REPLY [Bug 24309] - MultiThreadedHttpConnectionManager daemon Thread never GC'd

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

DO NOT REPLY [Bug 24309] - MultiThreadedHttpConnectionManager daemon Thread never GC'd

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

DO NOT REPLY [Bug 24327] New: - MS Proxy with NTLM authentication set up does not work

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

DO NOT REPLY [Bug 22073] - Javadocs clean-up

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

DO NOT REPLY [Bug 24081] - Manually set 'Cookie' 'Authorization' headers get discarded

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

Re: cactus-13-1.5-rc and commons-httpclient-2.0-rc2.jar works on jdk1.4 and above only?

2003-11-01 Thread Oleg Kalnichevski
Mike, I remember reading it a while ago, but I can't find any mentioning of such a requirement anywhere on the Jakarta site anymore. Disregard my remark. oleg On Sat, 2003-11-01 at 23:19, Michael Becke wrote: Oleg, Where did you find this? I have been looking for some official docs on

DO NOT REPLY [Bug 24327] - MS Proxy with NTLM authentication set up does not work

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

DO NOT REPLY [Bug 24012] - Ability to ignore (reject) cookies altogether

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

DO NOT REPLY [Bug 24012] - Ability to ignore (reject) cookies altogether

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