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

2003-12-14 Thread scolebourne
scolebourne2003/12/14 04:54:42 Modified:collections/src/java/org/apache/commons/collections DoubleOrderedMap.java Log: Javadoc fix Revision ChangesPath 1.10 +6 -6

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

2003-12-14 Thread scolebourne
scolebourne2003/12/14 04:59:38 Modified:collections/src/java/org/apache/commons/collections/bidimap AbstractDualBidiMap.java Log: Fix bug in iterator method from coverage testing Revision ChangesPath 1.5 +3 -3

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

2003-12-14 Thread scolebourne
scolebourne2003/12/14 05:00:03 Modified:collections/src/java/org/apache/commons/collections/map StaticBucketMap.java Log: Fix bug in remove method from coverage testing Revision ChangesPath 1.3 +7 -4

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections/bidimap AbstractTestBidiMap.java

2003-12-14 Thread scolebourne
scolebourne2003/12/14 05:00:37 Modified:collections/src/test/org/apache/commons/collections/bidimap AbstractTestBidiMap.java Log: Add additional tests for coverage Revision ChangesPath 1.7 +22 -4

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections/map AbstractTestMap.java

2003-12-14 Thread scolebourne
scolebourne2003/12/14 05:01:07 Modified:collections/src/test/org/apache/commons/collections/iterators AbstractTestIterator.java collections/src/test/org/apache/commons/collections/map AbstractTestMap.java Log: Add

cvs commit: jakarta-commons/collections/xdocs index.xml

2003-12-14 Thread scolebourne
scolebourne2003/12/14 05:01:32 Modified:collections/xdocs index.xml Log: Fix reference to moved Sun page Revision ChangesPath 1.6 +1 -1 jakarta-commons/collections/xdocs/index.xml Index: index.xml

DO NOT REPLY [Bug 25511] New: - allow for database clusters/clustering

2003-12-14 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=25511. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2003-12-14 Thread dirkv
dirkv 2003/12/14 05:06:39 Removed: launcher .cvsignore LICENSE LICENSE.txt PROPOSAL.html RELEASE-NOTES.txt STATUS.html build-maven.xml build.properties.sample build.xml project.xml launcher/src/bin launch-ant.bat

Bug report for Commons [2003/12/14]

2003-12-14 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

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

2003-12-14 Thread scolebourne
scolebourne2003/12/14 08:10:38 Modified:collections/src/java/org/apache/commons/collections StaticBucketMap.java Log: Fix bug in remove method from coverage testing Revision ChangesPath 1.15 +7 -4

[jira] Commented: (JELLY-13) Jelly should throw an exception if an unknown tag is used in a TagLibrary

2003-12-14 Thread jira
The following comment has been added to this issue: Author: Christian Hargraves Created: Sun, 14 Dec 2003 12:09 PM Body: I vote this be fixed. I am the author of Jameleon which uses Jelly as it's core engine. It is very annoying to mispell a tag name and think that everything

DO NOT REPLY [Bug 25514] New: - add initialSize parameter to do pre-loading of the connection pool

2003-12-14 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=25514. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25511] - allow for database clusters/clustering

2003-12-14 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=25511. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections/set TestCompositeSet.java TestAll.java

2003-12-14 Thread psteitz
psteitz 2003/12/14 13:42:55 Modified:collections/src/java/org/apache/commons/collections/collection CompositeCollection.java collections/src/test/org/apache/commons/collections/collection TestCompositeCollection.java

cvs commit: jakarta-commons/lang project.xml

2003-12-14 Thread psteitz
psteitz 2003/12/14 13:52:51 Modified:lang project.xml Log: Changed junit dependency version to 3.8.1 Revision ChangesPath 1.22 +1 -1 jakarta-commons/lang/project.xml Index: project.xml

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient HttpMethodBase.java

2003-12-14 Thread mbecke
mbecke 2003/12/14 14:39:04 Modified:httpclient/src/java/org/apache/commons/httpclient/util HttpURLConnection.java httpclient/src/java/org/apache/commons/httpclient/methods PostMethod.java EntityEnclosingMethod.java

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient HttpMethodBase.java

2003-12-14 Thread mbecke
mbecke 2003/12/14 14:41:37 Modified:httpclient/src/java/org/apache/commons/httpclient/methods Tag: HTTPCLIENT_2_0_BRANCH PostMethod.java EntityEnclosingMethod.java MultipartPostMethod.java

Re: [lang] JUnit version, broken tests

2003-12-14 Thread Phil Steitz
Stephen Colebourne wrote: +1, enough time has now passed for JUnit3.8 to be OK Stephen Done. The enum test remains broken, however under JDK 1.4.2. The test that is failing was added to demonstrate the problem referenced in PR 23374. Since it fails (actually just fails to demonstrate broken

Re: [lang] JUnit version, broken tests

2003-12-14 Thread __matthewHawthorne
Instead of removing it, is it possible to modify the test to expect the failure? I'm not familiar with the test or class that you're speaking of, but sometimes it's nice to keep tests like this around. Maybe catch an expected RuntimeException, or change an assertTrue to an assertFalse, etc.?

cvs commit: jakarta-commons/lang project.xml

2003-12-14 Thread ggregory
ggregory2003/12/14 16:09:44 Modified:lang project.xml Log: Tweak my developer entry. Revision ChangesPath 1.23 +2 -2 jakarta-commons/lang/project.xml Index: project.xml === RCS file:

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

2003-12-14 Thread ggregory
ggregory2003/12/14 17:17:49 Modified:lang/src/java/org/apache/commons/lang Tokenizer.java Log: Javadoc. Revision ChangesPath 1.2 +31 -6 jakarta-commons/lang/src/java/org/apache/commons/lang/Tokenizer.java Index: Tokenizer.java

RE: [lang] JUnit version, broken tests

2003-12-14 Thread Gary Gregory
JUnit has a fail(This should not happen) method that you can call, usually like so: try { // I'd like this to blow up please: Thing.kaboom(); Assert.fail(Thing should have blown up); } catch (KaBoom e) { // expected, do nothing } Gary -Original Message- From:

Re: [lang] JUnit version, broken tests

2003-12-14 Thread Phil Steitz
__matthewHawthorne wrote: Instead of removing it, is it possible to modify the test to expect the failure? I'm not familiar with the test or class that you're speaking of, but sometimes it's nice to keep tests like this around. Maybe catch an expected RuntimeException, or change an assertTrue

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

2003-12-14 Thread ggregory
ggregory2003/12/14 17:51:36 Modified:lang/src/java/org/apache/commons/lang StringUtils.java Log: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25454 StringUtils.replaceChars(String,String,String). Revision ChangesPath 1.121 +14 -28

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

2003-12-14 Thread ggregory
ggregory2003/12/14 17:52:32 Modified:lang/src/test/org/apache/commons/lang StringUtilsTest.java Log: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25454 StringUtils.replaceChars(String,String,String). Revision ChangesPath 1.57 +17 -6

[lang] How to best address Bug 25454 - Part 2

2003-12-14 Thread Gary Gregory
It seems that the consensus is to just fix StringUtils.replaceChars(S,S,S), so I have done so. I have added a couple more unit tests to cover more of the Javadoc examples and the example cited in the email thread. Please note the following: the pre-fix unit tests asserted that if an input string

Re: [lang] JUnit version, broken tests

2003-12-14 Thread __matthewHawthorne
Phil Steitz wrote: __matthewHawthorne wrote: Instead of removing it, is it possible to modify the test to expect the failure? I'm not familiar with the test or class that you're speaking of, but sometimes it's nice to keep tests like this around. Maybe catch an expected RuntimeException, or

Re: [lang] How to best address Bug 25454 - Part 2

2003-12-14 Thread Phil Steitz
Gary Gregory wrote: It seems that the consensus is to just fix StringUtils.replaceChars(S,S,S), so I have done so. Looks good to me. I have added a couple more unit tests to cover more of the Javadoc examples and the example cited in the email thread. Please note the following: the pre-fix unit

cvs commit: jakarta-commons/validator/src/javascript/org/apache/commons/validator/javascript package.html validateByte.js validateCreditCard.js validateDate.js validateEmail.js validateFloat.js validateFloatRange.js validateIntRange.js validateInteger.js validateMask.js validateMaxLength.js validateMinLength.js validateRequired.js validateShort.js

2003-12-14 Thread rleland
rleland 2003/12/14 18:56:57 Modified:validator build.xml project.xml validator/src/javascript/org/apache/commons/validator/javascript validateByte.js validateCreditCard.js validateDate.js validateEmail.js validateFloat.js

cvs commit: jakarta-commons/validator/etc - New directory

2003-12-14 Thread rleland
rleland 2003/12/14 21:56:07 jakarta-commons/validator/etc - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-12-14 Thread rleland
rleland 2003/12/14 22:10:51 Modified:validator build.properties.sample build.xml validator/src/javascript/org/apache/commons/validator/javascript package.html validator/xdocs tasks.xml Added: validator RELEASE-NOTES.readme

cvs commit: jakarta-commons/validator/xdocs navigation.xml tasks.xml

2003-12-14 Thread rleland
rleland 2003/12/14 22:34:35 Modified:validator/xdocs navigation.xml tasks.xml Log: Doc a few items Revision ChangesPath 1.3 +1 -0 jakarta-commons/validator/xdocs/navigation.xml Index: navigation.xml

cvs commit: jakarta-commons/validator/src/javascript/org/apache/commons/validator/javascript/doc-files - New directory

2003-12-14 Thread rleland
rleland 2003/12/14 22:42:52 jakarta-commons/validator/src/javascript/org/apache/commons/validator/javascript/doc-files - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

cvs commit: jakarta-commons/validator/src/javascript/org/apache/commons/validator/javascript/doc-files sm-maybe.gif sm-no.gif sm-yes.gif

2003-12-14 Thread rleland
rleland 2003/12/14 22:43:34 Added: validator/src/javascript/org/apache/commons/validator/javascript/doc-files sm-maybe.gif sm-no.gif sm-yes.gif Log: Add images to CVS for javadoc Revision ChangesPath 1.1

DO NOT REPLY [Bug 25004] - javadoc often has code without /code

2003-12-14 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=25004. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.