DO NOT REPLY [Bug 15046] New: - MissingArgumentException: no argument for is thrown when the option's parameter equals to an existing option.

2002-12-03 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons-sandbox/periodicity/src/plugins-build/database/src/java/org/apache/commons/periodicity/database DatabaseMetaDataImpl.java

2002-12-03 Thread prickett
prickett2002/12/03 19:30:15 Modified: periodicity/src/plugins-build/database/src/java/org/apache/commons/periodicity/database DatabaseMetaDataImpl.java Log: Added the following constants to DatabaseMetaDataImpl SYSTEM_USER_NAME_KEY SYSTEM_USER_HOME_KEY

[beanutils] adding Number support to Converter?

2002-12-03 Thread Rodney Waldhoff
Would anyone have any issues with adding support for java.lang.Number instances to ByteConverter, IntegerConverter, etc. I.e., something along the lines of (in ByteConverter for example): if(value instanceof Number) { return new Byte(((Number)value).byteValue()); } just after the test fo

[Jelly]Message tag for load string messages from resource

2002-12-03 Thread Kelly Chen
Hi: I searched Jelly tag reference, I couldn't find a tag that is similiar to tag which can load resource strings based on an id and locale. It can be very useful for using Jelly as a templating system that can be internationalized. In order to avoid duplicated work, I just wonder if it alrea

[configuration] XmlConfiguration

2002-12-03 Thread Kelvin Tan
I've noticed XmlConfiguration to be unimplemented for awhile now. Is there any intention to do something about it? I have a basic implementation using dom4j and am willing to contribute it if someone's interested... BaseConfiguration is populated by keys in the XML file when initialized. The muta

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/ant suite.jelly

2002-12-03 Thread rwaldhoff
rwaldhoff2002/12/03 11:19:24 Modified:jelly/src/test/org/apache/commons/jelly/ant suite.jelly Log: "basedir" not "base.dir"? (this fixes the tests for me at least) Revision ChangesPath 1.9 +4 -4 jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly

RE: [codec] Re: Submit: codec fixes + encoder changes + hex

2002-12-03 Thread O'brien, Tim
> Up to now I rolled my own, until I > started using org.apache.xerces.utils.HexBin. Ditto, the classes I've contributed are seriously trivial things, but I think that we gain value from not having to spend any more brain power on things like Hex, Base64 - (BTW, most people just use the sun.* impl

DO NOT REPLY [Bug 15026] - Validation should send back all errors in one shot

2002-12-03 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://nagoya.apache.org/bugzilla/show_bu

RE: [beanutils] dependencies in manifest?

2002-12-03 Thread Jeff Robertson
> Extension-List: collections logging > collections-Extension-Name: org.apache.commons.collections > collections-Specification-Version: 1.0 > collections-Implementation-Version: 1.0 > collections-Implementation-Vendor-Id: org.apache > collections-Implementation-URL: ...URL to download..

DO NOT REPLY [Bug 15026] - Validation should send back all errors in one shot

2002-12-03 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15026] New: - Validation should send back all errors in one shot

2002-12-03 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://nagoya.apache.org/bugzilla/show_bu

Re: [beanutils] dependencies in manifest?

2002-12-03 Thread Craig R. McClanahan
On Tue, 3 Dec 2002, Jeff Robertson wrote: > Date: Tue, 3 Dec 2002 09:29:11 -0500 > From: Jeff Robertson <[EMAIL PROTECTED]> > Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, > "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subjec

Sorry

2002-12-03 Thread Ortwin Glück
Not Eric's but Michael Becke's contribution. ps. Damn whitespace. Sorry for CVS churn. [EMAIL PROTECTED] wrote: Contributed by: Eric Johnson -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient TestLocalHost.java TestNoHost.java

2002-12-03 Thread oglueck
oglueck 2002/12/03 07:28:18 Modified:httpclient/src/java/org/apache/commons/httpclient HttpClient.java HttpMethodBase.java httpclient/src/test/org/apache/commons/httpclient TestLocalHost.java TestNoHost.java Log: fixed te

[dbcp] Issue with DelegatingConnection's passivate method

2002-12-03 Thread Sebastiaan van Erk
Hi all, I have run into the following issue when using DBCP. In the class DelegatingConnection.java there are the following two methods: public void close() throws SQLException { passivate(); _conn.close(); } protected void passivate() throws SQLException {

[CONFIGURATION] Big cleanup for BaseConfiguration.java, nowactually works

2002-12-03 Thread Henning Schmiedehausen
[Martin: Cc to commons-dev, that's why it is in english] Hi, I stumped over the following problem: foo.bar = aaa foo.bar = bbb, ccc I expected a Configuration object to return for getVector("foo.bar") : [ "aaa", "bbb", "ccc" ] but I got [ "aaa", "bbb, ccc" ] Which basically sucks and i

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

2002-12-03 Thread jsdever
jsdever 2002/12/03 07:20:32 Modified:httpclient build.xml httpclient/src/java/org/apache/commons/httpclient Authenticator.java HttpMethodBase.java NTLM.java URIUtil.java Added: httpclient/src/java/org/apache/commons/h

cvs commit: jakarta-commons/httpclient/xdocs contributors.xml logging.xml news.xml

2002-12-03 Thread jsdever
jsdever 2002/12/03 07:16:42 Modified:httpclient project.xml httpclient/xdocs contributors.xml logging.xml news.xml Log: Update xml documentation. Added httpclient/httpmulticlient news item. Some more logging information. Contributors list update. Contributed

Re: cvs

2002-12-03 Thread James Strachan
From: "Amir Kalron" <[EMAIL PROTECTED]> > I want to download the code of the > > jakarta-commons-sandbox / > messenger FWIW there are nightly builds of commons components here... http://jakarta.apache.org/builds/jakarta-commo

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

2002-12-03 Thread jsdever
jsdever 2002/12/03 06:45:48 Modified:httpclient/src/java/org/apache/commons/httpclient HostConfiguration.java Log: Add Apache license to HostConfiguration. Revision ChangesPath 1.2 +64 -0 jakarta-commons/httpclient/src/java/org/apache/co

[GUMP] Build Failure - commons-email

2002-12-03 Thread dIon Gillard
This email is autogenerated from the output from: Buildfile: build-gump.xml jar: [mkdir] Created dir: /home/rubys/jakart

[GUMP] Build Failure - commons-httpclient

2002-12-03 Thread Stefan Bodewig
This email is autogenerated from the output from: Buildfile: build.xml init: [echo] HttpClient Library 2.0

[beanutils] dependencies in manifest?

2002-12-03 Thread Jeff Robertson
BeanUtils uses both the commons logging and collections packages. However, the Manifest in the commons-beanutil.jar makes no mention of these dependencies. Since beanutils doesn't do this, I have to explicitly specify collections and logging as depencies of *my* jars, even if I don't directly use t

cvs commit: jakarta-commons-sandbox/configuration/src/java/org/apache/commons/configuration PropertiesConfiguration.java BaseConfiguration.java XmlConfiguration.java

2002-12-03 Thread mpoeschl
mpoeschl2002/12/03 06:13:55 Modified:configuration/src/java/org/apache/commons/configuration PropertiesConfiguration.java BaseConfiguration.java XmlConfiguration.java Log: fix some checkstyle errors Revision ChangesPath 1.5

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

2002-12-03 Thread oglueck
oglueck 2002/12/03 06:07:50 Added: httpclient/src/java/org/apache/commons/httpclient HostConfiguration.java Log: added missing file Revision ChangesPath 1.1 jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HostC

cvs commit: jakarta-commons-sandbox/configuration/src/test/org/apache/commons/configuration include.properties TestPropertiesConfiguration.java test.properties

2002-12-03 Thread mpoeschl
mpoeschl2002/12/03 06:03:54 Modified:configuration build.xml configuration/src/java/org/apache/commons/configuration BaseConfiguration.java configuration/src/test/org/apache/commons/configuration TestProperties

Re: cvs

2002-12-03 Thread John Keyes
Hi Amir, Please read http://jakarta.apache.org/site/cvsindex.html for the details you require. -John K On Tue, 2002-12-03 at 13:35, Amir Kalron wrote: > I want to download the code of the > > jakarta-commons-sandbox / > messenger

cvs

2002-12-03 Thread Amir Kalron
I want to download the code of the jakarta-commons-sandbox / messenger project into my eclipse workspace. what are the parameters to connect to the CVS server - Forwarded by Amir Kalr

cvs commit: jakarta-commons-sandbox/configuration/xdocs index.xml

2002-12-03 Thread mpoeschl
mpoeschl2002/12/03 04:31:11 Modified:configuration/xdocs index.xml Log: change layout Revision ChangesPath 1.3 +10 -16jakarta-commons-sandbox/configuration/xdocs/index.xml Index: index.xml ==

cvs commit: jakarta-commons-sandbox/configuration project.xml

2002-12-03 Thread mpoeschl
mpoeschl2002/12/03 04:21:59 Modified:configuration project.xml Log: fix unit tests Revision ChangesPath 1.11 +12 -3 jakarta-commons-sandbox/configuration/project.xml Index: project.xml === R

DO NOT REPLY [Bug 15016] New: - HttpMethodBase does not compile on JDK prior to 1.3

2002-12-03 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://nagoya.apache.org/bugzilla/show_bu