Re: [jelly] patch for a core tag

2003-08-01 Thread Peter Royal
On Thursday, July 31, 2003, at 01:12 PM, Robert McIntosh wrote: great! Should I resubmit this via jira or has it already been taken care of? please resubmit, as i've been applying patches in a group on the weekends recently, and thats the best way to make sure it doesn't get dropped :) -pete

[GUMP] Build Failure - commons-el

2003-08-01 Thread Stefan Bodewig
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-08-01/commons-el.html Buildfile: build.xml init: [echo] el 1.1-dev prepare:

[GUMP] Build Failure - commons-net

2003-08-01 Thread Stefan Bodewig
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-08-01/commons-net.html Buildfile: build.xml init: [mkdir] Created dir:

cvs commit: jakarta-commons-sandbox/hivemind/src/xsl hivemind.xsl hivemind.css

2003-08-01 Thread hlship
hlship 2003/08/01 07:21:38 Modified:hivemind/xdocs descriptor.xml extension-points.xml services.xml hivemind/src/java/org/apache/commons/hivemind/parse ExtensionPointDescriptor.java DescriptorParser.java

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

2003-08-01 Thread hlship
hlship 2003/08/01 07:41:30 Modified:hivemind/xdocs localization.xml hivemind/src/test/hivemind/test/config TestExtensionPoint.java hivemind/src/java/org/apache/commons/hivemind/schema/rules BaseRule.java

cvs commit: jakarta-commons-sandbox/hivemind .classpath

2003-08-01 Thread hlship
hlship 2003/08/01 07:44:37 Modified:hivemind .classpath Log: Remove Digester from the Eclipse classpath. Revision ChangesPath 1.11 +0 -1 jakarta-commons-sandbox/hivemind/.classpath Index: .classpath

[Attributes] Any plans for name value pairs?

2003-08-01 Thread Berin Loritsch
I looked at the Commons-Attributes sandbox web pages, and noticed that the only style of JavaDoc tag that it recognized and parsed was much like the @author tags. For example: @author Berin Loritsch @NewAttribute Foo @MyDescription I feel like a tomato today. I have a need for something to work

DO NOT REPLY [Bug 22046] - field validation for a list of fields

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

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

2003-08-01 Thread hlship
hlship 2003/08/01 11:25:33 Modified:hivemind/src/java/org/apache/commons/hivemind/service/impl AbstractServiceInterceptorFactory.java Log: Change the naming of generated Interceptor classes to help ensure uniqueness. Revision ChangesPath 1.3

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

2003-08-01 Thread hlship
hlship 2003/08/01 11:26:02 Modified:hivemind/src/java/org/apache/commons/hivemind HiveMind.java Log: Add a static isInitialized() method to HiveMind, to check of the default registry has been set. Revision ChangesPath 1.11 +9 -1

cvs commit: jakarta-commons-sandbox/hivemind/src/java/org/apache/commons/hivemind/parse DescriptorParser.java

2003-08-01 Thread hlship
hlship 2003/08/01 12:05:24 Modified:hivemind/src/java/org/apache/commons/hivemind HiveMindMessages.properties hivemind/xdocs descriptor.xml hivemind/src/test/hivemind/test/parse GenericModule.xml

cvs commit: jakarta-commons-sandbox/hivemind/src/xsl hivemind.xsl

2003-08-01 Thread hlship
hlship 2003/08/01 12:43:16 Modified:hivemind/src/test-data/sample org.example.boostrap.xml hivemind/src/xsl hivemind.xsl Log: Add id and ref-id to schema and parameters-schema to allow shared schemas (within the same module). Revision ChangesPath 1.3

Re: [lang] ReplaceChars committed (was Translate)

2003-08-01 Thread Henri Yandell
Religion. While in my own code I used to be quite open in terms of allowing lots of things, Lang is helping to make me think more defensively when code will be used by other people. For example I no longer make methods public if I don't think they should be private/protected, I actually use the

Re: [lang] ReplaceChars committed (was Translate)

2003-08-01 Thread Stephen Colebourne
CharSetUtils/CharSet needs refactoring really. CharSet should have the methods squeeze/count/keep/delete as instance methods. CharSetUtils is then just a simple access mechanism that creates a CharSet and calls the method. None of this breaks backwards compatability, so we don't need to do it

Re: [lang] ReplaceChars committed (was Translate)

2003-08-01 Thread Phil Steitz
--- Henri Yandell [EMAIL PROTECTED] wrote: Religion. While in my own code I used to be quite open in terms of allowing lots of things, Lang is helping to make me think more defensively when code will be used by other people. For example I no longer make methods public if I don't think

Re: [lang] ReplaceChars committed (was Translate)

2003-08-01 Thread Phil Steitz
--- Stephen Colebourne [EMAIL PROTECTED] wrote: CharSetUtils/CharSet needs refactoring really. CharSet should have the methods squeeze/count/keep/delete as instance methods. CharSetUtils is then just a simple access mechanism that creates a CharSet and calls the method. None of this

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang WordWrapUtils.java StringEscapeUtils.java CharSetUtils.java BooleanUtils.java RandomStringUtils.java ClassUtils.java ObjectUtils.java ArrayUtils.java SerializationUtils.java StringUtils.java

2003-08-01 Thread scolebourne
scolebourne2003/08/01 13:45:18 Modified:lang/src/java/org/apache/commons/lang WordWrapUtils.java StringEscapeUtils.java CharSetUtils.java BooleanUtils.java RandomStringUtils.java ClassUtils.java ObjectUtils.java

Re: [lang] ReplaceChars committed (was Translate)

2003-08-01 Thread Henri Yandell
On Fri, 1 Aug 2003, Phil Steitz wrote: Sorry if I am being dense here, but isn't CharSet already exposed? Its Teach me to look at the code before answering :) I think that I am missing something basic. Sorry if these are stupid questions. No such thing as stupid questions. Only stupid

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

2003-08-01 Thread scolebourne
scolebourne2003/08/01 14:02:16 Modified:lang/src/test/org/apache/commons/lang StringUtilsTest.java lang/src/java/org/apache/commons/lang StringUtils.java Log: Add join(Object[]) as a replacement for concatenate Revision ChangesPath 1.42 +12 -2

cvs commit: jakarta-commons/el/src/java/org/apache/commons/el/parser ELParser.java ParseException.java TokenMgrError.java

2003-08-01 Thread luehe
luehe 2003/08/01 14:12:33 Modified:el/src/java/org/apache/commons/el ArraySuffix.java BinaryOperatorExpression.java Coercions.java DivideOperator.java ExpressionEvaluatorImpl.java FunctionInvocation.java

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

2003-08-01 Thread scolebourne
scolebourne2003/08/01 15:05:43 Modified:lang/src/test/org/apache/commons/lang StringUtilsSubstringTest.java lang/src/java/org/apache/commons/lang StringUtils.java Log: Add substringBetween() as a replacement for getNestedString()

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

2003-08-01 Thread scolebourne
scolebourne2003/08/01 16:01:53 Modified:lang/src/test/org/apache/commons/lang StringUtilsTest.java lang/src/java/org/apache/commons/lang StringUtils.java Log: Add overlay() as a replacement for overlayString() Revision ChangesPath 1.43 +37 -4

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

2003-08-01 Thread scolebourne
scolebourne2003/08/01 16:11:55 Modified:lang/src/test/org/apache/commons/lang StringUtilsSubstringTest.java lang/src/java/org/apache/commons/lang StringUtils.java Log: Relax exceptions in left(), right() and mid() Revision ChangesPath

DO NOT REPLY [Bug 22075] New: - [io] moved copy methods from IOUtils to CopyUtils

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

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

2003-08-01 Thread mbecke
mbecke 2003/08/01 16:18:47 Modified:httpclient/src/java/org/apache/commons/httpclient URI.java Log: Changed URI.normalize() to ignore relative path normalization. (Copied from branch 2.0) Submitted by: Michael Becke Revision ChangesPath 1.40 +13 -7

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

2003-08-01 Thread scolebourne
scolebourne2003/08/01 16:20:06 Modified:lang/src/test/org/apache/commons/lang StringUtilsTest.java lang/src/java/org/apache/commons/lang StringUtils.java Log: Relax exceptions in leftPad(), rightPad() and center() Revision ChangesPath 1.44 +7 -27

cvs commit: jakarta-commons/httpclient release_notes.txt

2003-08-01 Thread mbecke
mbecke 2003/08/01 16:20:09 Modified:httpclient/xdocs news.xml downloads.xml features.xml status.xml httpclient release_notes.txt Log: Documentation updates for RC1. (Copied from branch 2.0 Revision ChangesPath 1.23 +4 -4

DO NOT REPLY [Bug 22075] - [io] moved copy methods from IOUtils to CopyUtils

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

DO NOT REPLY [Bug 22075] - [io] moved copy methods from IOUtils to CopyUtils

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

DO NOT REPLY [Bug 22075] - [io] moved copy methods from IOUtils to CopyUtils

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

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

2003-08-01 Thread scolebourne
scolebourne2003/08/01 16:54:41 Modified:lang/src/test/org/apache/commons/lang StringUtilsEqualsIndexOfTest.java lang/src/java/org/apache/commons/lang StringUtils.java Log: Complete the indexOfAny() method set Revision ChangesPath

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

2003-08-01 Thread scolebourne
scolebourne2003/08/01 16:58:30 Modified:lang/src/java/org/apache/commons/lang StringUtils.java Log: Reorder indexOf methods in file Revision ChangesPath 1.91 +102 -102 jakarta-commons/lang/src/java/org/apache/commons/lang/StringUtils.java Index:

RE: [lang] DEVELOPERS-GUIDE.html

2003-08-01 Thread Chuck Daniels
Forgive me if I'm out of line, as this is my first time posting after following a few threads on this list for some time. It seems to me that you have jumped the gun on adding the class will not be final to the document. It doesn't appear to me that any type of consensus has been reached on the

Re: [lang] DEVELOPERS-GUIDE.html

2003-08-01 Thread Stephen Colebourne
Your post is welcomed even though I disagree ;-) The choice and decision making process is based on long term watching of [lang] and commons in general. A rule has come about at commons that we should generally allow people to shoot themselves in the foot, rather than restrict them via

Re: [lang] StringUtils overlay/concatenate/getNested

2003-08-01 Thread Stephen Colebourne
OK, commits are - overlayString -- overlay with better defined semantics/tests for odd cases - getNestedString -- substringBetween a much better name - concatenate -- join join being too well established to change, but concatenate being just strange on its own Stephen - Original Message

[lang] Work outstanding

2003-08-01 Thread Stephen Colebourne
Work todo for 2.0: - Enum tests on Linux Hard for me to look at as I don't have Linux StringUtils is done I think (again!), additional commits today were - - don't throw exceptions from left(), right(), mid(), leftPad(), rightPad(), center() this brings all of StringUtils in line - added

RE: [lang] DEVELOPERS-GUIDE.html

2003-08-01 Thread Chuck Daniels
Thanks for your kind reply, Stephen. After reading the thread on [io][vote] FileUtils: decision on style, I can see where the reasoning comes from for making the utility classes non-final. My question then is, is there a better approach to implementing a utility class than by creating a class

Re: [net] 1.1 release planning

2003-08-01 Thread Jeffrey D. Brekke
That works for me. In message [EMAIL PROTECTED], [EMAIL PROTECTED] wind\.it writes: During this week I have= received a request from a user of TelnetClient who is requesting a new f= unctionality (notificacion of changes in option state to the application = program) that could be put into 1.1

Re: [net] 1.1 release planning

2003-08-01 Thread Jeffrey D. Brekke
That works for me. In message [EMAIL PROTECTED], [EMAIL PROTECTED] wind\.it writes: During this week I have= received a request from a user of TelnetClient who is requesting a new f= unctionality (notificacion of changes in option state to the application = program) that could be put into 1.1

Fw: [Apache Newsletter Draft] News on Jakarta in July, 2003

2003-08-01 Thread Tetsuya Kitahata
Dear Jakarta Commons Development Team, (http://jakarta.apache.org/commons/) Hello, I am now in the process of preparing the first all-Apache-wide newsletter. http://www.apache.org/newsletter/ Please feel free to write statement/comment etc. to the Apache Newsletter (Issue 1) using ApacheWiki

[lang] [patch] CharRange utilizing StringBuffer

2003-08-01 Thread Chris Feldhacker
[my first real post:] CharRange.toString() method was modified to utilize a StringBuffer. Index: CharRange.java === RCS file: /home/cvspublic/jakarta-commons/lang/src/java/org/apache/commons/lang/CharRa nge.java,v retrieving

unable to find line starting with HTTP error

2003-08-01 Thread [EMAIL PROTECTED]
Hi, In relation to the bug 20703, I have noticed that the workaround propose by Adrian Sutton works for the url http://www.msnbc.com/news/default.asp?newguid=2594c0a6623f464fb0ff25446bfa6cf3 mentioned in the bug report, but, at least as long as my experience is concerned, it doesn't seem to

Fw: unable to find line starting with HTTP error

2003-08-01 Thread Roland Weber
OK, once more without the huge log. - Forwarded by Roland Weber/Germany/IBM on 01.08.2003 12:54 - Roland Weber 01.08.2003 12:52 To: Commons HttpClient Project [EMAIL PROTECTED] cc: From: Roland Weber/Germany/[EMAIL PROTECTED] Subject:Re:

Re: Fw: unable to find line starting with HTTP error

2003-08-01 Thread [EMAIL PROTECTED]
I tried sending a GET request but I catch always the same error unable to find line starting with HTTP. thanks again.. 3620 DEBUG [Thread-1] httpclient.HttpConnection - enter HttpConnection.open() 3803 DEBUG [Thread-1] httpclient.HttpMethodBase - enter HttpMethodBase.execute(HttpState,

Re: Fw: unable to find line starting with HTTP error

2003-08-01 Thread Adrian Sutton
On Friday, August 1, 2003, at 11:04 PM, [EMAIL PROTECTED] wrote: I tried sending a GET request but I catch always the same error unable to find line starting with HTTP. thanks again.. Hi, The server is not responding with a valid HTTP response as it doesn't include a status line. Even wget

Re: unable to find line starting with HTTP error

2003-08-01 Thread Oleg Kalnichevski
OK. Now I know what is going on here. The server simply send the HTML page body without ANY response header of what so ever. No wonder HttpClient cannot find a status line. Stuff like that cannot work, as far as I am concerned. Feel free to drop the webmaster of that site a line. Oleg

Re: Fw: unable to find line starting with HTTP error

2003-08-01 Thread [EMAIL PROTECTED]
Hi, thank you very much for the help.. Actually I always try sending a HEAD request first, and then skip to GET in case of failure. I have already dealt with the problem of servers sending Body even in response to a HEAD request: Oleg adviced me to add the statement

DO NOT REPLY [Bug 19373] - Performance Optimizations

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

DO NOT REPLY [Bug 22069] New: - Cookie Strict Mode independent of regular Strict Mode

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

DO NOT REPLY [Bug 22069] - Cookie Strict Mode independent of regular Strict Mode

2003-08-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=22069. 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-08-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.