Re: [collections] When is the next release?

2002-10-10 Thread Stephen Colebourne
AFAIK, collections was prepared fully for a release, but the release never ocurred. There was a delay in the primitive subpackage, but I believe Rodney Waldorf completed his work there. I don't know who the release manager was, but they either need a little reminder, or a new one electing. This

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/email - New directory

2002-10-10 Thread jstrachan
jstrachan2002/10/10 02:27:45 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/email - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly project.xml

2002-10-10 Thread jstrachan
jstrachan2002/10/10 02:27:52 Modified:jelly/src/java/org/apache/commons/jelly jelly.properties jellyproject.xml Added: jelly/src/java/org/apache/commons/jelly/tags/email EmailTag.java package.html EmailTagLibrary.java Log: Added

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/util - New directory

2002-10-10 Thread jstrachan
jstrachan2002/10/10 03:24:26 jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/util - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2002-10-10 Thread jstrachan
jstrachan2002/10/10 03:24:32 Modified:jellymaven.xml Added: jelly/src/test/org/apache/commons/jelly/util suite.jelly TestJelly.java Log: Added some JellyUnit test cases for the util:tokenize tag which also helped highlight the bug in Jexl Robert

cvs commit: jakarta-commons-sandbox/jexl .cvsignore

2002-10-10 Thread jstrachan
jstrachan2002/10/10 03:29:32 Added: jexl .cvsignore Log: added a cvsignore file Revision ChangesPath 1.1 jakarta-commons-sandbox/jexl/.cvsignore Index: .cvsignore ===

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-10-10 Thread jstrachan
jstrachan2002/10/10 03:40:58 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Added a few more test cases (that fail!) to demonstrate the .size() bug in Jexl. Revision ChangesPath 1.17 +14 -1

cvs commit: jakarta-commons-sandbox/joran README.txt

2002-10-10 Thread ceki
ceki2002/10/10 03:55:54 Added: joranREADME.txt Log: First commit in joran. Revision ChangesPath 1.1 jakarta-commons-sandbox/joran/README.txt Index: README.txt ===

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-10-10 Thread jstrachan
jstrachan2002/10/10 04:09:32 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Added a few more test cases (that fail!). Also added a helper method assertExpression(jc, expressionText, expectedValue) that makes it really easy to add lots more

Validator and Karma

2002-10-10 Thread Rob Leland
I am trying to fix a bug in the Validator code for struts, and bring it up to date for logging. It would help if I had karma to the commons. Is that possible ? -Rob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[general] Should maven projects still use STATUS.html? (was Re: cvs commit: jakarta-commons-sandbox/jelly STATUS.html)

2002-10-10 Thread James Strachan
:-). This brings up an interesting point I've been meaning to get around to asking for some time. Much of the information thats expected in the original PROPOSAL.html and STATUS.html is actually inside the Maven descriptor (dependencies, aim, committers, versions etc). Should we decide only the

RE: [general] Should maven projects still use STATUS.html? (was Re: cvs commit: jakarta-commons-sandbox/jelly STATUS.html)

2002-10-10 Thread Brekke, Jeff
+1, I think it is pretty easy to find the information from the project.xml wrt deps and committers/contributors. I've just added the proposal docs to the generated site for the project. Maybe a standard xdoc in cvs, proposal.xml? =

[Lang] Was my message lost in the noise?

2002-10-10 Thread Jon Skeet
Hi, A couple of days ago I submitted a message about increasing the speed on StringUtils.replace, and I haven't seen any replies to it or any discussion at all. Is this due to it not being of any interest, or has it just been lost in the noise? Feel free to mail me directly ([EMAIL PROTECTED])

Re: [Lang] Was my message lost in the noise?

2002-10-10 Thread Henri Yandell
Hi Jon, I think we're in post-release party hangover mode. Am sure your reminder will help us pull people from under the tables and get thinking again :) Will try to look at it myself today. Hen On Thu, 10 Oct 2002, Jon Skeet wrote: Hi, A couple of days ago I submitted a message about

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-10-10 Thread jstrachan
jstrachan2002/10/10 06:51:36 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Added a few more test cases Revision ChangesPath 1.19 +44 -8 jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl/JexlTest.java Index: JexlTest.java

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-10-10 Thread jstrachan
jstrachan2002/10/10 07:19:16 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Added a few more test cases Revision ChangesPath 1.20 +5 -4 jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl/JexlTest.java Index: JexlTest.java

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly JellyContext.java

2002-10-10 Thread jstrachan
jstrachan2002/10/10 07:50:22 Modified:jelly/src/java/org/apache/commons/jelly JellyContext.java Log: avoided null pointer exception if inherit is true and there is no parent Revision ChangesPath 1.30 +5 -4

Re: [logging] Log4j's NDC and MDC

2002-10-10 Thread Steve Downey
It looks like the concept is available in both LogKit and Log4J, although in slightly differenct forms. I don't know if the forms are compatible. It's not available in JDK 1.4 logging. So, the question is two-fold. Can the differences between LogKit and Log4J be harmonized, and is this

RE: [Lang] Was my message lost in the noise?

2002-10-10 Thread Jon Skeet
I think we're in post-release party hangover mode. Am sure your reminder will help us pull people from under the tables and get thinking again :) LOL. Will try to look at it myself today. Cheers. If anyone fancies coming up with good test cases I'd be happy to optimise further.

Re: [logging] Log4j's NDC and MDC

2002-10-10 Thread Ceki Gülcü
At 11:10 10.10.2002 -0400, Steve Downey wrote: It looks like the concept is available in both LogKit and Log4J, although in slightly differenct forms. I don't know if the forms are compatible. It's not available in JDK 1.4 logging. So, the question is two-fold. Can the differences between

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-10-10 Thread jstrachan
jstrachan2002/10/10 08:44:23 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Fixed a glaring bug I'd introduced into the unit test case by a bad cut and paste :-). the tests now demonstrate 3 main bugs in Jexl * .size() doesn't work in an expression

cvs commit: jakarta-commons-sandbox/periodicity/src/java/org/apache/commons/periodicity/test ParamTests.java TestConstants.java VObjectTests.java

2002-10-10 Thread prickett
prickett2002/10/10 09:02:45 Removed: periodicity/src/java/org/apache/commons/periodicity/test ParamTests.java TestConstants.java VObjectTests.java Log: Removed some more test files. -- To unsubscribe, e-mail: mailto:[EMAIL

RE: [general] Should maven projects still use STATUS.html? (was R e: cvs commit: jakarta-commons-sandbox/jelly STATUS.html)

2002-10-10 Thread Morgan Delagrange
I semi-agree. It seems that the project.xml is adequate for the list of committers. However, using that file to document dependencies is not very effective. There's a big difference between what you need to run an end-to-end Maven distribution and what you need to execute the core tags.

RE: Commons Collections:Suggested MapUtils enhancements

2002-10-10 Thread Phil Surette
That sounds plenty fast to me! Thanks for taking this on. As to the method signatures: I originally suggested that toMap should have a heavily overloaded method signature. The reason was to ease the pain of having to create all those java.lang.xxx objects instead of using basic types. It's a

Re: [general] Should maven projects still use STATUS.html? (was R e: cvs commit: jakarta-commons-sandbox/jelly STATUS.html)

2002-10-10 Thread James Strachan
From: Morgan Delagrange [EMAIL PROTECTED] I semi-agree. It seems that the project.xml is adequate for the list of committers. However, using that file to document dependencies is not very effective. There's a big difference between what you need to run an end-to-end Maven distribution and

cvs commit: jakarta-commons/discovery/src/java/org/apache/commons/discovery ResourceClass.java

2002-10-10 Thread rsitze
rsitze 2002/10/10 11:34:23 Modified:discovery/src/java/org/apache/commons/discovery ResourceClass.java Log: Cause loadClass to force linking of class for JDK14. Only return classes that really can be loaded, preventing future surprises.. Revision

[Betwixt] escaping question

2002-10-10 Thread mj m
Hi, I've been experimenting with Betwixt. My need is very simple. I'd like to turn some existing beans into xml files. I've been able to do most of this fairly easily, but am having problems with a few things. 1- Some of the bean properties contain strings with special characters. In some

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/jelly/validators GoldenFileTag.java MaxRequestTimeTag.java ResponseHeaderTag.java StatusCodeTag.java StatusTextTag.java XPathTag.java

2002-10-10 Thread morgand
morgand 2002/10/10 11:44:25 Added: latka/src/java/org/apache/commons/latka/jelly/validators GoldenFileTag.java MaxRequestTimeTag.java ResponseHeaderTag.java StatusCodeTag.java StatusTextTag.java XPathTag.java

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/jelly RequestTag.java SessionTag.java SuiteTag.java

2002-10-10 Thread morgand
morgand 2002/10/10 12:18:36 Modified:latka/src/java/org/apache/commons/latka/jelly RequestTag.java SessionTag.java SuiteTag.java Log: added session caching and implemented part of request skipping Revision ChangesPath 1.5 +35 -8

Re: [logging] Log4j's NDC and MDC

2002-10-10 Thread Costin Manolache
I haven't used this feature - if anyone can provide a short description and a proposal for API it'll probably have my +1. Regarding no-op - it may be better to try to provide a 'default' or baseline implementation, if possible ( even if the behavior will be inefficient ). At least IMO,

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/jelly RequestTag.java ValidateTag.java

2002-10-10 Thread morgand
morgand 2002/10/10 12:35:43 Modified:latka/src/java/org/apache/commons/latka/jelly RequestTag.java ValidateTag.java Log: cleaned up request skipping Revision ChangesPath 1.6 +8 -7

cvs commit: jakarta-commons-sandbox/threadpool/src/java/org - New directory

2002-10-10 Thread jstrachan
jstrachan2002/10/10 13:05:12 jakarta-commons-sandbox/threadpool/src/java/org - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/threadpool/src/java - New directory

2002-10-10 Thread jstrachan
jstrachan2002/10/10 13:05:12 jakarta-commons-sandbox/threadpool/src/java - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/threadpool/src/java/org/apache - New directory

2002-10-10 Thread jstrachan
jstrachan2002/10/10 13:05:13 jakarta-commons-sandbox/threadpool/src/java/org/apache - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/threadpool/src - New directory

2002-10-10 Thread jstrachan
jstrachan2002/10/10 13:05:12 jakarta-commons-sandbox/threadpool/src - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/threadpool - New directory

2002-10-10 Thread jstrachan
jstrachan2002/10/10 13:05:12 jakarta-commons-sandbox/threadpool - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/threadpool/src/test/org/apache/commons - New directory

2002-10-10 Thread jstrachan
jstrachan2002/10/10 13:05:13 jakarta-commons-sandbox/threadpool/src/test/org/apache/commons - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/threadpool/src/test - New directory

2002-10-10 Thread jstrachan
jstrachan2002/10/10 13:05:13 jakarta-commons-sandbox/threadpool/src/test - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/threadpool/src/java/org/apache/commons - New directory

2002-10-10 Thread jstrachan
jstrachan2002/10/10 13:05:13 jakarta-commons-sandbox/threadpool/src/java/org/apache/commons - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/threadpool/xdocs - New directory

2002-10-10 Thread jstrachan
jstrachan2002/10/10 13:05:13 jakarta-commons-sandbox/threadpool/xdocs - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/threadpool/src/test/org - New directory

2002-10-10 Thread jstrachan
jstrachan2002/10/10 13:05:13 jakarta-commons-sandbox/threadpool/src/test/org - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/threadpool/src/test/org/apache - New directory

2002-10-10 Thread jstrachan
jstrachan2002/10/10 13:05:13 jakarta-commons-sandbox/threadpool/src/test/org/apache - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/threadpool/src/java/org/apache/commons/threadpool - New directory

2002-10-10 Thread jstrachan
jstrachan2002/10/10 13:05:13 jakarta-commons-sandbox/threadpool/src/java/org/apache/commons/threadpool - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[collections][lang] deprecate StringStack

2002-10-10 Thread John McNally
This class is badly named and I am not sure it belongs in collections. The original use of this class was to join sql fragments together to form a where clause or a list of columns, etc. So its class doc should be something like: This class provides a way to collect a list of unique strings

Re: [logging] Log4j's NDC and MDC

2002-10-10 Thread Ceki Gülcü
At 13:40 10.10.2002 -0700, you wrote: Ceki Gülcü wrote: To illustrate this point, let us take the example of a servlet delivering content to numerous clients. The servlet can build the NDC at the very beginning of the request before executing other code. The contextual information can be

cvs commit: jakarta-commons-sandbox/periodicity/src/plugins-build/database maven.xml

2002-10-10 Thread prickett
prickett2002/10/10 14:40:33 Modified:periodicity/src/plugins-build/database maven.xml Log: Added a plugin install goal and a pluging deploy goal. Revision ChangesPath 1.2 +15 -0 jakarta-commons-sandbox/periodicity/src/plugins-build/database/maven.xml

cvs commit: jakarta-commons/discovery .cvsignore maven.xml project.xml

2002-10-10 Thread jstrachan
jstrachan2002/10/10 14:52:25 Modified:discovery maven.xml project.xml Added: discovery .cvsignore Log: Patched Maven build so that commons-discovery can be built property from inside Maven Revision ChangesPath 1.2 +11 -0

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/impl DefaultTagLibraryResolver.java

2002-10-10 Thread jstrachan
jstrachan2002/10/10 15:17:05 Modified:jelly/src/java/org/apache/commons/jelly/impl DefaultTagLibraryResolver.java Log: Patched to work against the latest snapshot of commons-discovery Revision ChangesPath 1.2 +24 -27

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/soap - New directory

2002-10-10 Thread jstrachan
jstrachan2002/10/10 15:19:09 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/soap - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/soap - New directory

2002-10-10 Thread jstrachan
jstrachan2002/10/10 15:19:09 jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/soap - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/periodicity/src/plugins-build/database plugin.jelly maven.xml project.xml

2002-10-10 Thread prickett
prickett2002/10/10 15:43:08 Modified:periodicity/src/plugins-build/database maven.xml project.xml Added: periodicity/src/plugins-build/database plugin.jelly Log: Added an exclude line to exclude the install.properties file from the plugin distribution Changed the

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/soap example.jelly

2002-10-10 Thread jstrachan
jstrachan2002/10/10 16:08:37 Modified:jelly/src/java/org/apache/commons/jelly/tags/soap InvokeTag.java jelly/src/test/org/apache/commons/jelly/soap example.jelly Log: Minor patch so that the soap:invoke tag can take the parameters as an

cvs commit: jakarta-commons/validator/src/example - New directory

2002-10-10 Thread turner
turner 2002/10/10 16:41:39 jakarta-commons/validator/src/example - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons/validator/src/example/org/apache - New directory

2002-10-10 Thread turner
turner 2002/10/10 16:41:56 jakarta-commons/validator/src/example/org/apache - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons/validator/src/example/org/apache/commons - New directory

2002-10-10 Thread turner
turner 2002/10/10 16:42:05 jakarta-commons/validator/src/example/org/apache/commons - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons/validator/src/example/org/apache/commons/validator - New directory

2002-10-10 Thread turner
turner 2002/10/10 16:42:12 jakarta-commons/validator/src/example/org/apache/commons/validator - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons/validator/src/example/org/apache/commons/validator ValidateBean.java ValidateExample.java applicationResources.properties validator-example.xml

2002-10-10 Thread turner
turner 2002/10/10 16:44:32 Added: validator/src/example/org/apache/commons/validator ValidateBean.java ValidateExample.java applicationResources.properties validator-example.xml Log: Revision Changes

Re: Validator and Karma

2002-10-10 Thread James Turner
Rob, Could you submit the patch to Bugzilla and I'll apply it after taking a look? Right now we're closing in on a release and are technically in feature freeze, but if it's common-sensical, I'd have no problem apply it. James At 08:02 AM 10/10/2002, Rob Leland wrote: I am trying to fix

cvs commit: jakarta-commons/validator build.xml

2002-10-10 Thread turner
turner 2002/10/10 16:56:27 Modified:validator build.xml Log: Added build targets for build-example and example Revision ChangesPath 1.9 +175 -145 jakarta-commons/validator/build.xml Index: build.xml

cvs commit: jakarta-commons/validator STATUS.html

2002-10-10 Thread turner
turner 2002/10/10 17:15:23 Modified:validator STATUS.html Log: Update status of Validator Revision ChangesPath 1.6 +21 -19jakarta-commons/validator/STATUS.html Index: STATUS.html === RCS

DO NOT REPLY [Bug 7318] - javascript: zero - means bad integer??

2002-10-10 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=7318. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8787] - Indexed field validation patch

2002-10-10 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=8787. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10782] - If two fields are required, and one has a mask, the mask is not checked if the other field is blank

2002-10-10 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=10782. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator GenericTypeValidator.java GenericValidator.java

2002-10-10 Thread turner
turner 2002/10/10 18:16:37 Modified:validator/src/share/org/apache/commons/validator GenericTypeValidator.java GenericValidator.java Log: Removed unused variables and fixed JavaDoc (Closes bug 13421 ) Revision ChangesPath 1.5 +5 -5

DO NOT REPLY [Bug 13421] - GenericValidator GenericTypeValidator unused variables JavaDoc

2002-10-10 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=13421. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator Field.java

2002-10-10 Thread turner
turner 2002/10/10 18:49:33 Modified:validator/src/share/org/apache/commons/validator Field.java Log: Can't modify a fast hash map while inside an iterate on it. (Closes bug 13472 ) Revision ChangesPath 1.6 +5 -5

Re: [clazz] New project? [was Re: [lang] Proposal for *NEXT* version]

2002-10-10 Thread Berin Loritsch
Stephen Colebourne wrote: There seems to be some consensus that a new project is possible here. I have already been working locally on classes in this area. Below is the proposal.html file that I was using to control my scope:? h3(0) Rationale/h3 p The Java Reflection Framework provides a

Re: [collections] When is the next release?

2002-10-10 Thread Berin Loritsch
Stephen Colebourne wrote: AFAIK, collections was prepared fully for a release, but the release never ocurred. There was a delay in the primitive subpackage, but I believe Rodney Waldorf completed his work there. I don't know who the release manager was, but they either need a little reminder,

DO NOT REPLY [Bug 13472] - Attempt to modify FastHashMap while in fast mode through iterator.

2002-10-10 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=13472. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons-sandbox/periodicity/src/plugins-build/database install.user.properties maven.xml plugin.jelly

2002-10-10 Thread prickett
prickett2002/10/10 20:31:35 Modified:periodicity project.xml periodicity/src/plugins-build/database maven.xml plugin.jelly Added: periodicity/src/plugins-build/database install.user.properties Log: Added jelly

DBMessageResources - It's finally finished.

2002-10-10 Thread James Mitchell
What is it? --- If you've followed recent discussions on the struts-user list. There has been a flurry of discussion over getting ApplicationResources messages from a database. I have finally finished a release of an implementation of MessageResources that grabs the key-value pairs

cvs commit: jakarta-commons/httpclient/lib commons-logging.jar

2002-10-10 Thread sullis
sullis 2002/10/10 21:22:10 Modified:httpclient/lib commons-logging.jar Log: JAR file from Jakarta Commons Logging 1.0.2 Revision ChangesPath 1.3 +77 -73jakarta-commons/httpclient/lib/commons-logging.jar Binary file -- To unsubscribe, e-mail:

cvs commit: jakarta-commons/logging/src/test/org/apache/commons/logging AbstractLogTest.java SimpleLogTest.java NoOpLogTest.java

2002-10-10 Thread sullis
sullis 2002/10/10 21:53:00 Added: logging/src/test/org/apache/commons/logging AbstractLogTest.java SimpleLogTest.java NoOpLogTest.java Log: unit test code Revision ChangesPath 1.1

cvs commit: jakarta-commons/logging/src/test/org/apache/commons/logging TestAll.java

2002-10-10 Thread sullis
sullis 2002/10/10 21:53:21 Modified:logging/src/test/org/apache/commons/logging TestAll.java Log: added test code Revision ChangesPath 1.3 +6 -6 jakarta-commons/logging/src/test/org/apache/commons/logging/TestAll.java Index: TestAll.java

cvs commit: jakarta-commons/logging/src/test/org/apache/commons/logging AbstractLogTest.java

2002-10-10 Thread sullis
sullis 2002/10/10 22:02:59 Modified:logging/src/test/org/apache/commons/logging AbstractLogTest.java Log: removed junk methods Revision ChangesPath 1.2 +0 -16

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/multipart FilePart.java

2002-10-10 Thread sullis
sullis 2002/10/10 22:16:32 Modified:httpclient/src/java/org/apache/commons/httpclient/methods MultipartPostMethod.java httpclient/src/java/org/apache/commons/httpclient/methods/multipart FilePart.java Log: applied