cvs commit: jakarta-commons/jexl/xdocs/reference syntax.xml

2004-08-19 Thread dion
dion2004/08/19 23:09:05 Modified:jexl/xdocs/reference syntax.xml Log: More details Revision ChangesPath 1.5 +67 -16jakarta-commons/jexl/xdocs/reference/syntax.xml Index: syntax.xml ===

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

2004-08-19 Thread dion
dion2004/08/19 23:08:54 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Add not tests Revision ChangesPath 1.45 +21 -34 jakarta-commons/jexl/src/test/org/apache/commons/jexl/JexlTest.java Index: JexlTest.java =

cvs commit: jakarta-commons/jexl/xdocs/reference syntax.xml

2004-08-19 Thread dion
dion2004/08/19 22:09:27 Modified:jexl/xdocs/reference syntax.xml Log: start on syntax Revision ChangesPath 1.4 +37 -2 jakarta-commons/jexl/xdocs/reference/syntax.xml Index: syntax.xml ===

cvs commit: jakarta-commons/jexl/xdocs/reference syntax.xml

2004-08-19 Thread dion
dion2004/08/19 21:40:50 Modified:jexl/xdocs/reference syntax.xml Log: More on syntax Revision ChangesPath 1.3 +24 -0 jakarta-commons/jexl/xdocs/reference/syntax.xml Index: syntax.xml ===

Re: [Validator] Completing the 1.1.3 GA release

2004-08-19 Thread Martin Cooper
On Sun, 15 Aug 2004, Martin Cooper wrote: We voted on this a while back, and the outcome was positive. As far as I'm aware, all that needs to happen to complete the process is: * Notify the PMC of the successful vote. Done. * Move the release to the mirror location. I've copied the release for n

Re: [PATCH] Jelly UseBean minor improvement

2004-08-19 Thread Dion Gillard
This looks fine. Could you please file it as an issue @ http://issues.apache.org/jira/ with the patch as an attachment. That way it's easier to apply and we can schedule it for a release. On Thu, 19 Aug 2004 21:32:46 -0400, Hans Gilde <[EMAIL PROTECTED]> wrote: > It's sort of hard to extend UseB

[jira] Commented: (JELLY-28) Bad entity processing

2004-08-19 Thread commons-dev
The following comment has been added to this issue: Author: dion gillard Created: Thu, 19 Aug 2004 9:24 PM Body: For me it's not a blocker, but a known beta issue. - View this comment: http://issues.apache.org/ji

[jira] Commented: (JELLY-28) Bad entity processing

2004-08-19 Thread commons-dev
The following comment has been added to this issue: Author: Hans Gilde Created: Thu, 19 Aug 2004 8:57 PM Body: The test case reports expected:[y] but was:[&x;]. At least it isn't &x;y. Given that this is basically a dom4j problem... is it really a blocker for Jelly 1.0b4? -

[PATCH] Jelly UseBean minor improvement

2004-08-19 Thread Hans Gilde
It's sort of hard to extend UseBean because it will try to set all the tag attributes as bean properties. You can remove an attribute from the map, but that's annoying because then your subclasses don't see it. I added a couple of methods that let a subclass tell UseBean to ignore certain prope

DO NOT REPLY [Bug 20838] - Add a new property maxFileSize to control a size of separate uploaded file but not a whole request

2004-08-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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

2004-08-19 Thread olegk
olegk 2004/08/19 14:39:26 Modified:httpclient/src/java/org/apache/commons/httpclient HttpMethodBase.java Log: Tone down warning messages generated by the readResponseBody method when encountering non-fatal protocol violations Contributed by Oleg Kalnic

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

2004-08-19 Thread olegk
olegk 2004/08/19 14:38:13 Modified:httpclient/src/java/org/apache/commons/httpclient Tag: HTTPCLIENT_2_0_BRANCH HttpMethodBase.java Log: Tone down warning messages generated by the readResponseBody method when encountering non-fatal protocol violations

DO NOT REPLY [Bug 30334] - [lang] New class proposal: CharacterEncoding

2004-08-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/cli/xdocs/images util.svg commandlines.svg diagrams.css diagrams.js diagrams-cli2.js options.svg

2004-08-19 Thread roxspring
roxspring2004/08/19 13:18:57 Modified:cli/xdocs/images util.svg commandlines.svg diagrams.css diagrams.js diagrams-cli2.js options.svg Log: File is a text format Revision ChangesPath 1.3 +45 -45jakarta-commons/cli/xdocs/images/util.svg

cvs commit: jakarta-commons/cli/xdocs/style project.css

2004-08-19 Thread roxspring
roxspring2004/08/19 13:18:17 Modified:cli/xdocs/style project.css Log: File is a text format Revision ChangesPath 1.2 +0 -0 jakarta-commons/cli/xdocs/style/project.css Index: project.css ===

Re: [NET] [PATCH] FTPClient to work with FTP servers using a Japanese locale. [UPDATE]

2004-08-19 Thread Daniel F. Savarese
In message <[EMAIL PROTECTED]>, Steve Cohen writes: >A diff -u patch file is best. Please don't send the actual files. >cvs diff -u [files] >> patchfile.txt As a reminder, we've previously vetoed changes of this sort (in FTP.java): public int sendCommand(String command, String args) throws

cvs commit: jakarta-commons/jexl/xdocs/reference syntax.xml

2004-08-19 Thread dion
dion2004/08/19 11:26:07 Modified:jexl/xdocs/reference syntax.xml Log: start on syntax Revision ChangesPath 1.2 +14 -0 jakarta-commons/jexl/xdocs/reference/syntax.xml Index: syntax.xml ===

cvs commit: jakarta-commons/jexl/src/java/org/apache/commons/jexl ExpressionFactory.java JexlContext.java ExpressionImpl.java

2004-08-19 Thread dion
dion2004/08/19 11:16:18 Modified:jexl/src/java/org/apache/commons/jexl ExpressionFactory.java JexlContext.java ExpressionImpl.java Log: detab Revision ChangesPath 1.6 +15 -15 jakarta-commons/jexl/src/java/org/apache/commons/jexl/Expre

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

2004-08-19 Thread dion
dion2004/08/19 11:13:11 Modified:jexl/src/test/org/apache/commons/jexl Foo.java Log: detab Revision ChangesPath 1.5 +6 -6 jakarta-commons/jexl/src/test/org/apache/commons/jexl/Foo.java Index: Foo.java =

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

2004-08-19 Thread dion
dion2004/08/19 11:12:00 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: detab Revision ChangesPath 1.44 +15 -15 jakarta-commons/jexl/src/test/org/apache/commons/jexl/JexlTest.java Index: JexlTest.java =

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

2004-08-19 Thread dion
dion2004/08/19 11:05:26 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Add a test for the comment Revision ChangesPath 1.43 +11 -3 jakarta-commons/jexl/src/test/org/apache/commons/jexl/JexlTest.java Index: JexlTest.java

[Jakarta Commons Wiki] Updated: JEXL

2004-08-19 Thread commons-dev
Date: 2004-08-19T10:40:27 Editor: DionGillard <[EMAIL PROTECTED]> Wiki: Jakarta Commons Wiki Page: JEXL URL: http://wiki.apache.org/jakarta-commons/JEXL no comment Change Log: -- @@ -10,8 +10,8 @@ JE

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

2004-08-19 Thread dion
dion2004/08/19 10:35:47 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Add a test for parse exception throwing Revision ChangesPath 1.42 +19 -1 jakarta-commons/jexl/src/test/org/apache/commons/jexl/JexlTest.java Index: JexlTest.java

DO NOT REPLY [Bug 30759] - [Patch] Problem with id attribute, caused NullPointerException

2004-08-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30759] New: - [Patch] Problem with id attribute, caused NullPointerException

2004-08-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/jexl/xdocs navigation.xml

2004-08-19 Thread dion
dion2004/08/19 10:18:35 Modified:jexl/xdocs navigation.xml Log: Add reference section to docs Revision ChangesPath 1.5 +4 -1 jakarta-commons/jexl/xdocs/navigation.xml Index: navigation.xml =

cvs commit: jakarta-commons/jexl project.xml

2004-08-19 Thread dion
dion2004/08/19 10:18:21 Modified:jexl project.xml Log: Add PMD report Revision ChangesPath 1.20 +1 -0 jakarta-commons/jexl/project.xml Index: project.xml === RCS file: /home/cvs/jak

cvs commit: jakarta-commons/jexl/xdocs/reference examples.xml syntax.xml index.xml

2004-08-19 Thread dion
dion2004/08/19 10:17:52 Added: jexl/xdocs/reference examples.xml syntax.xml index.xml Log: Start of docs as described on the wiki Revision ChangesPath 1.1 jakarta-commons/jexl/xdocs/reference/examples.xml Index: examples.xml =

cvs commit: jakarta-commons/jexl/xdocs/reference - New directory

2004-08-19 Thread dion
dion2004/08/19 10:17:48 jakarta-commons/jexl/xdocs/reference - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/jexl/src/java/org/apache/commons/jexl/util/introspection UberspectImpl.java ClassMap.java MethodMap.java

2004-08-19 Thread dion
dion2004/08/19 10:15:59 Modified:jexl/src/java/org/apache/commons/jexl/util/introspection UberspectImpl.java ClassMap.java MethodMap.java Log: Code cleanup from PMD Revision ChangesPath 1.6 +1 -2 jakarta-commons/jexl/src/java/org/ap

cvs commit: jakarta-commons/jexl project.properties

2004-08-19 Thread dion
dion2004/08/19 09:54:15 Modified:jexl project.properties Log: Make changes link to bugzilla correctly Revision ChangesPath 1.6 +7 -0 jakarta-commons/jexl/project.properties Index: project.properties ===

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

2004-08-19 Thread dion
dion2004/08/19 09:56:51 Modified:jexl/xdocs index.xml Log: Shorten link Revision ChangesPath 1.10 +1 -1 jakarta-commons/jexl/xdocs/index.xml Index: index.xml === RCS file: /home/cvs/jak

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

2004-08-19 Thread dion
dion2004/08/19 09:45:40 Modified:jexl/xdocs index.xml Log: fix typo Revision ChangesPath 1.9 +1 -1 jakarta-commons/jexl/xdocs/index.xml Index: index.xml === RCS file: /home/cvs/jakarta

cvs commit: jakarta-commons/jexl .project

2004-08-19 Thread dion
dion2004/08/19 09:33:54 Modified:jexl .project Log: Eclipse added another buildCommand Revision ChangesPath 1.2 +20 -16jakarta-commons/jexl/.project Index: .project === RCS file: /h

[Jakarta Commons Wiki] Updated: DBCP

2004-08-19 Thread commons-dev
Date: 2004-08-19T07:23:05 Editor: DieterLeber <[EMAIL PROTECTED]> Wiki: Jakarta Commons Wiki Page: DBCP URL: http://wiki.apache.org/jakarta-commons/DBCP no comment Change Log: -- @@ -89,3 +89,13 @@ A

[daemon] non-root user cannot start service on unix?

2004-08-19 Thread Nigel Rantor
Hi all, Using the daemon/jsvc combo I can't seem to start a daemon as a user other than root. The process dies in set_caps which is the code path it goes through if the jsvc binary is compiled on Linux and uses the linux capabilities interface to do it's thang. I am just wondering if this is t

DO NOT REPLY [Bug 30749] New: - Oracle 9.2.0 JDBC Timestamp Problem

2004-08-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu