Re: [lang] DateUtils parseCVS with time format

2003-08-04 Thread steve
Quoting Stephen Colebourne [EMAIL PROTECTED]: The parseCVS h:mm z now fails on my PC. Locale en_GB, timezone Europe/London. GMT+01:00 Does the actual method fail, or the test? I tweaked the DateUtils class, but I didn't touch that part of the parseCVS method. I did add a test for h:mm z,

[general] Eclpse setup (was Re: Eclipse setup)

2003-08-04 Thread __matthewHawthorne
In eclipse, if you click on your own project's properties, there should be a dependent projects or projects tab in which you can select which projects that your project is dependent on. Choose jakarta-commons and you should be set. On Thu, 2003-07-31 at 20:43, Chris Feldhacker wrote: I am SO

[RESULT][VOTE] Commons Modeler 1.1 Release Plan

2003-08-04 Thread Shapira, Yoav
Howdy, The Commons Modeler 1.1 Release Plan (http://marc.theaimsgroup.com/?l=jakarta-commons-devm=105948473808118w =2) has been approved, with the voting results in the above thread. Accordingly, no more code should be submitted to the 1.1 branch of modeler. I will build and tag the

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

2003-08-04 Thread hlship
hlship 2003/08/04 07:21:53 jakarta-commons-sandbox/hivemind/src/test/hivemind/test/rules - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/src/java/org/apache/commons/hivemind/impl RegistryBuilder.java

2003-08-04 Thread hlship
hlship 2003/08/04 07:21:57 Modified:hivemind/src/test/hivemind/test/config TestExtensionPoint.java hivemind/src/java/org/apache/commons/hivemind/schema SchemaProcessor.java Translator.java

cvs commit: jakarta-commons-sandbox/hivemind/src/test/hivemind/test/config TestExtensionPoint.java IntTranslator.xml

2003-08-04 Thread hlship
hlship 2003/08/04 07:25:44 Modified:hivemind/src/test/hivemind/test/config TestExtensionPoint.java IntTranslator.xml Log: Add support for initializers for Translators. Initializers are strings used to configure a Translator. Revision ChangesPath

Re: [lang] Work outstanding

2003-08-04 Thread Henri Yandell
On Sun, 3 Aug 2003, Martin Poeschl wrote: Stephen Colebourne wrote: Work todo for 2.0: - Enum tests on Linux Hard for me to look at as I don't have Linux the junit tests all work on linux :-) They fail for me on JDK 1.2. The JUnit tests don't compile under Sun Linux JDK 1.2.2. I

RE: [lang] DEVELOPERS-GUIDE.html

2003-08-04 Thread Arun Thomas
Chuck, I would be pretty keen on figuring out a better approach to utility classes as well (RBD's suggestion deferring the decision between singleton and booch utility to the user seems interesting.) I think, however, that the 3rd option will still not be a possibility. Look back at thread

Re: [lang] Work outstanding

2003-08-04 Thread scolebourne
The tests all passed on JDK 1.4.1, 1.3.1, 1.2.2 Windows Sun. Well until the parseCVS test stopped working last night :-( I will try to come up with an alternative strategy for Linux. Stephen from:Henri Yandell [EMAIL PROTECTED] the junit tests all work on linux :-) They fail for me

Re: [lang] Work outstanding

2003-08-04 Thread Phil Steitz
--- [EMAIL PROTECTED] wrote: The tests all passed on JDK 1.4.1, 1.3.1, 1.2.2 Windows Sun. Well until the parseCVS test stopped working last night :-( Does that include compiling the tests on 1.2.2? See my comments on the Bugzilla ticket:

DO NOT REPLY [Bug 19030] - [lang] EnumTest fails on Linux Sun JDK 1.3.0

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

DO NOT REPLY [Bug 22116] New: - JXPathContextReferenceImpl not thread safe

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

DO NOT REPLY [Bug 22116] - JXPathContextReferenceImpl not thread safe

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

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

2003-08-04 Thread scolebourne
scolebourne2003/08/04 12:51:00 Modified:lang/src/test/org/apache/commons/lang/util ValidateTest.java Log: Extra tests inspired by Clover bug 22098, from Phil Steitz Revision ChangesPath 1.2 +37 -6

DO NOT REPLY [Bug 22098] - [lang] Improve util.Validate tests

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

DO NOT REPLY [Bug 22098] - [lang] Improve util.Validate tests

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

Re: [lang] DateUtils parseCVS with time format

2003-08-04 Thread Stephen Colebourne
There was 1 failure: 1) testParseCVS(org.apache.commons.lang.time.DateUtilsTest)junit.framework.Asse rtionFailedError: parseCVS format h:mm z expected Thu Jan 01 20:54:00 GMT 1970 but got Thu Jan 01 21:54:00 GMT 1970 at org.apache.commons.lang.time.DateUtilsTest.assertEquals(DateUtilsTest.java:6

Re: [lang] DateUtils parseCVS with time format

2003-08-04 Thread Stephen Colebourne
Error happens on Windows98, Sun JDK 1.4.1. Does not happen on JDK 1.3.1. Stephen - Original Message - From: Stephen Colebourne [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Monday, August 04, 2003 8:54 PM Subject: Re: [lang] DateUtils parseCVS with time

DO NOT REPLY [Bug 19030] - [lang] EnumTest fails on Linux Sun JDK 1.3.0

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

DO NOT REPLY [Bug 22116] - JXPathContextReferenceImpl not thread safe

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

DO NOT REPLY [Bug 22116] - JXPathContextReferenceImpl not thread safe

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

DO NOT REPLY [Bug 22121] New: - The required validator doesn't work with String[] (multi-selects)

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

DO NOT REPLY [Bug 22116] - JXPathContextReferenceImpl not thread safe

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

DO NOT REPLY [Bug 22121] - [patch] The required validator doesn't work with String[] (multi-selects)

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

DO NOT REPLY [Bug 22116] - JXPathContextReferenceImpl not thread safe

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

DO NOT REPLY [Bug 22116] - JXPathContextReferenceImpl not thread safe

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

[lang] [patch] Javadoc fixes

2003-08-04 Thread Fredrik Westermarck
Hi! Here is a patch that corrects some Javadoc in CharRange, CharSet, CharSetUtils, IntRange, DateUtils and FastDateFormat. lang.zip Description: Zip archive - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

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

2003-08-04 Thread scolebourne
scolebourne2003/08/04 16:52:28 Modified:lang/src/java/org/apache/commons/lang/enum Enum.java ValuedEnum.java lang/src/test/org/apache/commons/lang/enum OperationEnum.java Log: Rework Functional Enums to work on JDK1.2

DO NOT REPLY [Bug 19030] - [lang] EnumTest fails on Linux Sun JDK 1.3.0

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

cvs commit: jakarta-commons/modeler/src/conf MANIFEST.MF

2003-08-04 Thread yoavs
yoavs 2003/08/04 16:55:03 Modified:modeler/src/conf MANIFEST.MF Log: Updated manifest for release 1.1 Revision ChangesPath 1.4 +1 -1 jakarta-commons/modeler/src/conf/MANIFEST.MF Index: MANIFEST.MF

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/enum Enum.java ValuedEnum.java

2003-08-04 Thread scolebourne
scolebourne2003/08/04 17:24:02 Modified:lang/src/test/org/apache/commons/lang/enum EnumTest.java OperationEnum.java lang/src/java/org/apache/commons/lang/enum Enum.java ValuedEnum.java Added:

Re: [lang] Enum/JDK1.2 (was Work outstanding)

2003-08-04 Thread Stephen Colebourne
OK, solution checked in now for the JDK1.2 Enum problem. It should all be OK now. It should also be backwards compatable, and maybe offer other Enum forms that I haven't investigated yet. I'm all out of time now, and won't be doing much for the next week. So if someone else wants to check what

cvs commit: jakarta-commons-sandbox/hivemind/src/test/hivemind/test/rules/impl - New directory

2003-08-04 Thread hlship
hlship 2003/08/04 17:50:32 jakarta-commons-sandbox/hivemind/src/test/hivemind/test/rules/impl - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/hivemind/src/META-INF hivemodule.xml

2003-08-04 Thread hlship
hlship 2003/08/04 17:50:36 Modified:hivemind/src/test/hivemind/test/services RecursiveService.xml TestServices.java Tracker.xml hivemind/src/java/org/apache/commons/hivemind/schema/rules ServiceTranslator.java

KEYS for modeler

2003-08-04 Thread Yoav Shapira
Howdy, I'm in the process of cutting the 1.1 modeler release, and have run into a problem with the keys file. I can't find the KEYS file for modeler, nor can I log into www.apache.org (access denied) to add my PGP signing key to the KEYS file. Any ideas, suggestions, etc are appreciated ;) Yoav

DO NOT REPLY [Bug 22121] - [patch] The required validator doesn't work with String[] (multi-selects)

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

Re: [lang] Enum/JDK1.2 (was Work outstanding)

2003-08-04 Thread Phil Steitz
Henri Yandell wrote: Seems to work :) Yep. Everything compiles and tests run clean for me using Sun Linux JDKs 1.2.2_016, 1.3.1_08 and 1.4.2. Phil Am back from the weekend away, will try to grokk from the emails etc what's left. Hen On Tue, 5 Aug 2003, Stephen Colebourne wrote: OK, solution

DO NOT REPLY [Bug 22124] New: - Email validation is incorrect

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

Connection break

2003-08-04 Thread Leo Galambos
Hi. I write a robot for a search engine. The robot must harvest all files which are shorter than a few kilobytes (let's say 100kB) - longer files are not important, because they are often archives or long sheets about nothing. I cannot find a robust style in which I could drop a connection

Re: Connection break

2003-08-04 Thread Adrian Sutton
My second point is related to retrying you have in your docs (http://jakarta.apache.org/commons/httpclient/tutorial.html - catch block of HttpRecovableException). When I do something like this, I found out that I had to call method.recycle() in the catch block, or the connection was not

Re: Connection break

2003-08-04 Thread Michael Becke
Hi Leo, Here are a few additions to Arian's comments. I cannot find a robust style in which I could drop a connection (GET over HTTP/1.0 and HTTP/1.1) when the incoming data stream exceeds the upper limit. I do it by closing the input stream, which is constructed by getResponseAsStream,

DO NOT REPLY [Bug 19868] - Exception handling in HttpClient requires redesign

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