[GUMP] Build Failure - commons-jelly-tags-html

2003-03-31 Thread Morgan Delagrange
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-03-31/commons-jelly-tags-html.html Buildfile: build.xml init: [mkdir] Created dir:

DO NOT REPLY [Bug 14120] - [FileUpload] uploading files with non-ASCII filenames

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

DO NOT REPLY [Bug 14120] - [FileUpload] uploading files with non-ASCII filenames

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

RE: [lang] StringEscapeUtils

2003-03-31 Thread Shapira, Yoav
Howdy, A couple of comments, and a request: see intermixed. I've checked in my first pass at StringEscapeUtils. It handles Java, JavaScript, and HTML entity escaping and unescaping. Great -- thank you for contributing ;) * StringEscapeUtils is a bit much to type for a quick static API call

RE: [lang] StringEscapeUtils

2003-03-31 Thread SPRINGER,IAN (HP-NewJersey,ex1)
| * escapeJava now uses lowercase letters for hex codes. Are there any | feelings about switching to capital letters? I prefer caps (like | \uCAFE instead of \ucafe) but I could go either way. I would vote for using uppercase, because this is what Sun uses throughout the JDK. --Ian

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/example QuicksortExample.java

2003-03-31 Thread rwaldhoff
rwaldhoff2003/03/31 10:21:52 Modified:functor/xdocs examples.xml functor/src/test/org/apache/commons/functor/example QuicksortExample.java Log: minor changes to examples Revision ChangesPath 1.3 +6 -4

cvs commit: jakarta-commons/el/src/java/org/apache/commons/el ArraySuffix.java BinaryOperatorExpression.java ComplexValue.java ConditionalExpression.java Expression.java ExpressionEvaluatorImpl.java ExpressionString.java FunctionInvocation.java Literal.java NamedValue.java PropertySuffix.java UnaryOperatorExpression.java ValueSuffix.java

2003-03-31 Thread luehe
luehe 2003/03/31 10:29:42 Modified:el build.properties el/src/java/org/apache/commons/el ArraySuffix.java BinaryOperatorExpression.java ComplexValue.java ConditionalExpression.java Expression.java

cvs commit: jakarta-commons-sandbox/functor/xdocs examples.xml

2003-03-31 Thread rwaldhoff
rwaldhoff2003/03/31 11:04:53 Modified:functor/xdocs examples.xml Log: update link Revision ChangesPath 1.4 +1 -1 jakarta-commons-sandbox/functor/xdocs/examples.xml Index: examples.xml ===

[beanutil] Re: Accessing normal properties on a DynaBean using PropertyUtils.

2003-03-31 Thread robert burrell donkin
On Monday, March 31, 2003, at 02:09 AM, Gavin McPhee wrote: I had previously raise a bug report that the PropertyUtils class doesn't recognise normal properties on a DynaBean (see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17036). This has been closed without action for very valid reasons,

[VFS] exposing LocalFileName and it's associates

2003-03-31 Thread Jeff Barrett
Howdy, I've found it very useful to reuse some of the functionality in various implementations of FileName outside of VFS. To do so with local files, I found it necessary to expose LocalFileName and some of it's associates with a public modifier. It wasn't necessary for GenericFileName, it's

Re: [COLLECTIONS] OrderedSet - Bugzilla # 18006

2003-03-31 Thread Stephen Colebourne
Sounds like a sensible addition to [collections]. At some point, one of the commiters will take a look (I've been on holiday for the last few days...). Stephen - Original Message - From: Henning P. Schmiedehausen [EMAIL PROTECTED] Newsgroups: hometree.jakarta.commons.dev To: [EMAIL

Re: [lang] StringEscapeUtils

2003-03-31 Thread Stephen Colebourne
From: Alex Chaffee / Purple Technology [EMAIL PROTECTED] There are a few nitpicky issues I'd like some consensus on: * StringEscapeUtils is a bit much to type for a quick static API call -- should we rename it EscapeUtils? It's not like there will be any other type of Escape... I prefer

cvs commit: jakarta-commons/combo build.xml

2003-03-31 Thread craigmcc
craigmcc2003/03/31 15:09:41 Modified:combobuild.xml Log: Update betwixt tag to BETWIXT_1_0_ALPHA_1. Revision ChangesPath 1.7 +2 -2 jakarta-commons/combo/build.xml Index: build.xml ===

[collections] Status of typed collection patch?

2003-03-31 Thread __matthewHawthorne
I submitted a patch for typed Collections about 2 weeks ago, but I haven't noticed it in the cvs log... 1) I saw one vote of -0, but no others. Is that enough to veto it? 2) Was their something wrong/confusing about the patch itself? 3) Would the addition of methods such as

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

2003-03-31 Thread mbecke
mbecke 2003/03/31 16:25:24 Modified:httpclient/src/java/org/apache/commons/httpclient HttpMethodBase.java StatusLine.java Log: Adds support for unusual HTTP status line returned by some servers. PR: 18439 Reviewed by: Jeff Dever and Oleg Kalnichevski

resource message in validation

2003-03-31 Thread Bhagia, Mahesh
Hi, Is there any way to change / specify message resource bundle in validation.xml / validation-rules.xml. validation_1_1.dtd doesn't seem to define that ... (i guess it assumes arg0 key=registrationForm.firstname.displayname/ key from default message resource) or is there a way to change

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

2003-03-31 Thread mbecke
mbecke 2003/03/31 18:13:09 Modified:httpclient/src/java/org/apache/commons/httpclient HttpConnection.java Log: An attempt to make reusing HttpConnections more reliable. Connections are now closed whenever an exception occurs during writing. All

Re: Adding TERMINAL-TYPE option to TelnetClient

2003-03-31 Thread Jeffrey D. Brekke
On Sun, 30 Mar 2003 20:01:27 +0200, [EMAIL PROTECTED] [EMAIL PROTECTED] said: Maybe converting the examples to documentation is the best thing to do. Alternatively, I could modify the TelnetClientExample3 to output the spy on a file instead of waiting a second telnet connection and spying

DO NOT REPLY [Bug 14120] - [FileUpload] uploading files with non-ASCII filenames

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

DO NOT REPLY [Bug 18550] New: - Add defaultTransactionIsolation to BasicDataSource

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

DO NOT REPLY [Bug 17678] - DBCP Fails silently in many cases

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

DO NOT REPLY [Bug 18355] - HttpState cannot differentiate credentials for different hosts with same Realm names

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

DO NOT REPLY [Bug 18507] - reusing connections is unreliable

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

DO NOT REPLY [Bug 18355] - HttpState cannot differentiate credentials for different hosts with same Realm names

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

DO NOT REPLY [Bug 18439] - Unusual Http status line

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

DO NOT REPLY [Bug 18507] - reusing connections is unreliable

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

DO NOT REPLY [Bug 18355] - HttpState cannot differentiate credentials for different hosts with same Realm names

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