Re: [configuration]Last call for patches

2004-08-17 Thread Emmanuel Bourg
Henning P. Schmiedehausen wrote: Because for the main users of commons-configuration, which are turbine and torque, with this patch, these _are_ drop in replacements. I understand your argumentation, as you and Eric are the current main developers on c-c, feel free to revert the patch; I did check

DO NOT REPLY [Bug 29550] - [JEXL] Implement short-circuit boolean evaluation

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

Re: [Pool] New class/modification

2004-08-17 Thread Dirk Verbeeck
OK, so you basically implemented the GenericObjectPool.setMinIdle feature but for a KeyedObjectPool. Very usefull addition, I would even merge it into GenericKeyedObjectPool itself. Having the same behaviour in the two generic implementations is a good thing. You can post your code here or

Re: [validator] UrlValidator

2004-08-17 Thread Robert Leland
Question 3) Changing the UrlValidator should be a matter of getting the regular expression correct I believe(?) for the empty path parts. One thought I had on port validation was to attempt to construct a java.net.URL and do something like 2 problems with thatg: 1 ) I believe there is no URL

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

2004-08-17 Thread dion
dion2004/08/17 06:20:48 Modified:jexl/src/java/org/apache/commons/jexl/parser ASTAndNode.java ASTOrNode.java jexl/xdocs changes.xml jexl/src/test/org/apache/commons/jexl JexlTest.java Foo.java Log: Issue 29550 - Implement

DO NOT REPLY [Bug 29550] - [JEXL] Implement short-circuit boolean evaluation

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

DO NOT REPLY [Bug 29550] - [JEXL] Implement short-circuit boolean evaluation

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

cvs commit: jakarta-commons/math maven.xml

2004-08-17 Thread mdiggory
mdiggory2004/08/17 06:27:35 Modified:math maven.xml Log: When content is generated, the stylesheets are copied out of commons-build instead of being linked to, this allows independent stylesheets to be used in distributions. Maintains look and feel when jakarta site is

cvs commit: jakarta-commons/commons-build commons-site.jsl

2004-08-17 Thread mdiggory
mdiggory2004/08/17 06:29:01 Modified:commons-build commons-site.jsl Log: CSS Links are now relative to project. each project maven.xml will maintain a postGoal to copy css styles from commons-build. Revision ChangesPath 1.11 +10 -26

cvs commit: jakarta-commons/commons-build/xdocs/style tigris.css maven.css print.css

2004-08-17 Thread mdiggory
mdiggory2004/08/17 06:29:17 Added: commons-build/xdocs/style tigris.css maven.css print.css Log: CSS Links are now relative to project. each project maven.xml will maintain a postGoal to copy css styles from commons-build. Revision ChangesPath 1.1

JEXL and a release

2004-08-17 Thread Dion Gillard
Jexl currently has one outstanding issue in bugzilla ( the ability to reference statics ), and is well overdue for a release. My proposal is that we give this issue a go and if it's not too much effort, include it in a 1.0 release. The 1.0 release should be also be accompanied by a little more

[site] relative CSS links.

2004-08-17 Thread Mark R. Diggory
I've modified the site jsl to support relative css links again. I need to go through the maven.xml documents for all the projects and add the postGoal to copy the stylesheets (The same way as I have for the math project. !-- [Commons-Build] Required: Look and Feel for distributions --

cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli Util.java PatternOptionBuilder.java

2004-08-17 Thread roxspring
roxspring2004/08/17 06:51:37 Modified:cli/src/java/org/apache/commons/cli2/option GroupImpl.java cli/src/java/org/apache/commons/cli Util.java PatternOptionBuilder.java Log: Removed some javadoc warnings Revision ChangesPath 1.3

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

2004-08-17 Thread dion
dion2004/08/17 07:32:28 Modified:jelly/xdocs navigation.xml Log: detab Revision ChangesPath 1.24 +8 -8 jakarta-commons/jelly/xdocs/navigation.xml Index: navigation.xml === RCS file:

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

2004-08-17 Thread dion
dion2004/08/17 07:39:58 Modified:jelly/xdocs navigation.xml Log: Remove dupe entry Revision ChangesPath 1.25 +0 -9 jakarta-commons/jelly/xdocs/navigation.xml Index: navigation.xml ===

cvs commit: jakarta-commons/jelly maven.xml

2004-08-17 Thread dion
dion2004/08/17 07:57:06 Modified:jellymaven.xml Log: Remove comment Revision ChangesPath 1.75 +0 -2 jakarta-commons/jelly/maven.xml Index: maven.xml === RCS file:

cvs commit: jakarta-commons/jelly maven.xml

2004-08-17 Thread dion
dion2004/08/17 07:59:53 Modified:jellymaven.xml Log: indenting Revision ChangesPath 1.76 +29 -30jakarta-commons/jelly/maven.xml Index: maven.xml === RCS file:

Jelly's site build

2004-08-17 Thread Dion Gillard
I'm currently working on the Jelly maven.xml that builds the web site, as it seems a little fragile (e.g. fails on windows), and doing a little more than it needs to. It would be better if we used a multiproject goal or reactor to do the individual taglib builds, and I think I've fixed the memory

DO NOT REPLY [Bug 28270] - java process watchdog

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

cvs commit: jakarta-commons/jelly maven.xml

2004-08-17 Thread dion
dion2004/08/17 08:03:41 Modified:jellymaven.xml Log: Add a comment for windows users Revision ChangesPath 1.77 +1 -0 jakarta-commons/jelly/maven.xml Index: maven.xml === RCS file:

cvs commit: jakarta-commons/jelly maven.xml

2004-08-17 Thread dion
dion2004/08/17 08:05:20 Modified:jellymaven.xml Log: Fix typo Revision ChangesPath 1.78 +1 -1 jakarta-commons/jelly/maven.xml Index: maven.xml === RCS file:

DO NOT REPLY [Bug 30177] - File.mkdirs fails in java programs started with daemon on debian woody

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

[PATCH 1/1] daemon : Fix DaemonLoader to check that class implements 'Daemon' interface

2004-08-17 Thread Nigel Rantor
Index: DaemonLoader.java === RCS file: /home/cvspublic/jakarta-commons/daemon/src/java/org/apache/commons/daemon/support/DaemonLoader.java,v retrieving revision 1.4 diff -u -r1.4 DaemonLoader.java --- DaemonLoader.java 27 Feb 2004

cvs commit: jakarta-commons/jelly maven.xml

2004-08-17 Thread dion
dion2004/08/17 08:23:26 Modified:jellymaven.xml Log: Guess mavenCmd based on OS Revision ChangesPath 1.79 +8 -2 jakarta-commons/jelly/maven.xml Index: maven.xml === RCS file:

[Jakarta Commons Wiki] Updated: Digester/1.6.0ReleasePlan

2004-08-17 Thread commons-dev
Date: 2004-08-17T13:53:43 Editor: RobertBurrellDonkin [EMAIL PROTECTED] Wiki: Jakarta Commons Wiki Page: Digester/1.6.0ReleasePlan URL: http://wiki.apache.org/jakarta-commons/Digester/1.6.0ReleasePlan no comment Change Log:

Re: [digester] dependencies for 1.6 release

2004-08-17 Thread robert burrell donkin
On 28 Jul 2004, at 23:23, Simon Kitching wrote: On Thu, 2004-07-29 at 07:24, robert burrell donkin wrote: snip now this is sorted and the other releases i've been cutting are out of the way, i'm going to start working through the release plan (http://wiki.apache.org/jakarta-commons/Digester/

Re: [configuration]Last call for patches

2004-08-17 Thread Henning P. Schmiedehausen
Emmanuel Bourg [EMAIL PROTECTED] writes: I would still vote for a release _with_ the getVector() stuff, because there are so many commons-configuration-200xyy versions floating out there and an 1.0 release with getVector() would give them a released baseline to work from. Regarding the

RE: [math] RC1 available for review

2004-08-17 Thread Phil Steitz
OK. I will make sure to regenerate one more time before signing, etc. One more doc-related issue that I have noticed is that the links in the contents page do not work corrrectly. I also suspect that I have not correctly code the anchors in the xdocs that do work either. Can anyone point me

DO NOT REPLY [Bug 10543] - generate ant task automatically from CLI

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

cvs commit: jakarta-commons/cli README.txt

2004-08-17 Thread roxspring
roxspring2004/08/17 16:19:50 Modified:cli README.txt Log: readme lists deprecate maven goal and old maven URL PR:30371 Submitted by: Brant Langer Gurganus Reviewed by: roxspring Revision ChangesPath 1.3 +2 -2 jakarta-commons/cli/README.txt

DO NOT REPLY [Bug 30371] - readme lists deprecate maven goal and old maven URL

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

DO NOT REPLY [Bug 30246] - [cli] parser confuses values with similar options

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

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

2004-08-17 Thread roxspring
roxspring2004/08/17 17:44:47 Modified:cli project.xml project.properties cli/src/conf MANIFEST.MF Log: Build system changes in preparation for 2.0B1 release Revision ChangesPath 1.22 +38 -9 jakarta-commons/cli/project.xml Index:

RE: [Pool] New class/modification

2004-08-17 Thread Bowler Simon
Well it's not exactly the same as minIdle. Where minIdle only looks at the pooled idle instances. This implementation looks at the total pool for a key (active and idle). For consistancies sake, should we change it to be the same as GenericObjectPool and keep a minimum level of idle instances?

Response content length is not known

2004-08-17 Thread joseph mercado
HI list; Im using httpClient-2.0. I trying to post an xml data, parse xml to assemble the post data to be posted to several sequence of jsp page. I got all the response body for the all the page except the last one. I set logging to debug. On each page i got warning. What's causing this and why

Re: Response content length is not known

2004-08-17 Thread Michael Becke
Hi Joseph, Please post a full debug + wire log of the transaction http://jakarta.apache.org/commons/httpclient/logging.html. This will give us a better idea of what's happening. Thanks, Mike On Aug 17, 2004, at 8:07 AM, joseph mercado wrote: HI list; Im using httpClient-2.0. I trying to

Re: Response content length is not known

2004-08-17 Thread joseph mercado
by the way im using jboss. where do i change it here log4j.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE log4j:configuration SYSTEM log4j.dtd !-- = -- !-- --

Re: Response content length is not known

2004-08-17 Thread Michael Becke
Hi Joseph, I'm not a log4j configuration expert, but I think adding something like the following should work. appender name=HttpClient class=org.apache.log4j.FileAppender param name=Append value=false/ param name=File value=${jboss.server.home.dir}/log/httpclientwire.log/ layout

Re: Response content length is not known

2004-08-17 Thread joseph mercado
Thank michael ill try on this. And let you know what happened. --- Michael Becke [EMAIL PROTECTED] wrote: Hi Joseph, I'm not a log4j configuration expert, but I think adding something like the following should work. appender name=HttpClient class=org.apache.log4j.FileAppender

Re: Response content length is not known

2004-08-17 Thread joseph mercado
Hi list; Thanks to michael i generated the wire log. Here it is. This is the last page where i posted. I did'nt get the reponsebody. Can anyone explain it. 2004-08-18 10:06:07,686 DEBUG [org.apache.commons.httpclient.HttpMethodBase] Should force-close connection. 2004-08-18 10:06:07,686 DEBUG