cvs commit: jakarta-commons/collections build.xml

2002-03-27 Thread morgand
morgand 02/03/27 21:23:37 Modified:collections build.xml Log: added LICENSE to binary distribution jar Revision ChangesPath 1.24 +5 -1 jakarta-commons/collections/build.xml Index: build.xml

cvs commit: jakarta-commons/collections build.xml

2002-03-27 Thread morgand
morgand 02/03/27 21:13:54 Modified:collections build.xml Log: added targets to build binary distributions Revision ChangesPath 1.23 +53 -3 jakarta-commons/collections/build.xml Index: build.xml =

Re: Minimum JDK version for HttpClient

2002-03-27 Thread otisg
I'm for not bothering to support such old versions. That's 2 versions behind. Otis ___ Get your own FREE email account at iVillage.com! http://webmail.ivillage.com <-Original Message-> > > From: Marc Saegesser > Sent: 3/28/200

Minimum JDK version for HttpClient

2002-03-27 Thread Marc Saegesser
I realized recently that there is code in HttpClient that requires JDK 1.3, namely URL.getPath() and URL.getQuery(). The JavaDoc doesn't indicate it, but these methods got added in JDK 1.3. Is there any reason we can't live with this? Is support JDK 1.2.2 a requirement? Neither of these method

Digester Rule.digester

2002-03-27 Thread Jon Scott Stevens
Why is Rule.digester protected and not private? -jon -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: [Collections] [Vote] Release Collections 2.0 redux

2002-03-27 Thread Morgan Delagrange
--- Tim Vernum <[EMAIL PROTECTED]> wrote: > > From: Morgan Delagrange [mailto:[EMAIL PROTECTED]] > > > I'm not really clear why the license is > > strictly necessary for the "src" build, since it > is at the top of all the > > source files. > > Well, for one thing, if you don't have a LICENSE

RE: [Collections] [Vote] Release Collections 2.0 redux

2002-03-27 Thread Tim Vernum
From: Morgan Delagrange [mailto:[EMAIL PROTECTED]] > I'm not really clear why the license is > strictly necessary for the "src" build, since it is at the top of all the > source files. Well, for one thing, if you don't have a LICENSE file in the source dist, then you can't create a valid binary

RE: [httpclient] release and development questions

2002-03-27 Thread Waldhoff, Rodney
A few minutes ago, I wrote: > Are there outstanding issues that need to be addressed [before a 2.0 final release] Actually, I've got one: drop org.apache.commons.httpclient.log, replacing it with commons-logging.

RE: [httpclient] release and development questions

2002-03-27 Thread Xiaowei Jiang
Hi, to explain the issues that I had with http client, consider the following naive usage of http client: URL url = new URL("http://jakarta.apache.org";); HttpConnection connection = new HttpConnection(url.getHost(), url.getPort()); HttpMethod method = new GetMethod(url.getPath()); method.setQuer

RE: [httpclient] release and development questions

2002-03-27 Thread Waldhoff, Rodney
We're probably long overdue for a 2.0 release. Mark, Dion, everyone else: what do you think? Are there outstanding issues that need to be addressed? We should probably do a 2.0 beta release at least, to get semi-formal release of the fixes and features that are in the nightly builds. -Origi

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/client/impl AbstractConnectionPinger.java DefaultConnectionPinger.java PerpetualConnectionPinger.java

2002-03-27 Thread hammant
hammant 02/03/27 13:51:57 Modified:altrmi/src/java/org/apache/commons/altrmi/client/impl DefaultConnectionPinger.java PerpetualConnectionPinger.java Added: altrmi/src/java/org/apache/commons/altrmi/client/impl

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/client/impl DefaultConnectionPinger.java

2002-03-27 Thread hammant
hammant 02/03/27 12:58:24 Modified:altrmi/src/java/org/apache/commons/altrmi/client/impl DefaultConnectionPinger.java Log: small refactor to pinger Revision ChangesPath 1.4 +17 -14 jakarta-commons-sandbox/altrmi/src/java/org/apache/commo

cvs commit: jakarta-commons-sandbox/altrmi memleak.xml

2002-03-27 Thread hammant
hammant 02/03/27 12:56:43 Modified:altrmi memleak.xml Log: improved memleak test Revision ChangesPath 1.2 +9 -3 jakarta-commons-sandbox/altrmi/memleak.xml Index: memleak.xml === RCS fil

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/test MemoryLeak.java MemoryLeakClientTest.java MemoryLeakImpl.java

2002-03-27 Thread hammant
hammant 02/03/27 12:54:55 Modified:altrmi/src/java/org/apache/commons/altrmi/test MemoryLeak.java MemoryLeakClientTest.java MemoryLeakImpl.java Log: improved memory leak tests Revision ChangesPath 1.2 +2 -0 jaka

RE: [httpclient] release and development questions

2002-03-27 Thread Xiaowei Jiang
Thanks for the response. I looked into CVS and noticed that several bugs that I encountered have already been fixed in CVS (I was using Release 2.0 Alpha 1 - 5 October 2001). I'm sorry for the poor wording in my previous email, my overall experience with httpclient is good. However, I'm having som

RE: [httpclient] release and development questions

2002-03-27 Thread Waldhoff, Rodney
One could argue that few changes is a sign of stability, not instability. Have you been experiencing specific bugs? -Original Message- From: Xiaowei Jiang [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 1:11 PM To: 'Jakarta Commons Developers List' Subject: [httpclient] release

Re: [httpclient] release and development questions

2002-03-27 Thread otisg
Hello, What are the stability issues that you noticed? Could you please report those stability issues and enter them as bugs, if appropriate? That way they have a chance of getting fixed. I do not know of a better alternative. Thanks, Otis

[httpclient] release and development questions

2002-03-27 Thread Xiaowei Jiang
I'm currently using HttpClient in my crawler project. It seems to be the only Java HttpClient which has compatible license for a comercial product. However, in the process, I find the stability of httpclient a big issue. I looked into the CVS and find that there was almost no checkins for the last

Re: [httpclient] Proxy and release questions.

2002-03-27 Thread Bill Cutshall
I finally got the chance to test my theory and it works with JSSE1.0.2. I added the following to HttpConnection (sorry, I'm working on Windows today and don't have a diff tool handy): /** * Return my alternative SSLSocketFactory. * @return my alternative SSLSocketFactory. */

[PATCH] beanutils dynabean populating

2002-03-27 Thread Anil Mandava
Hi, I am trying to use the new DynaActionForm (from Struts beta1) with nested properties, and it seems like that DynaActionForm ignores the nesting stuff. While checking out code, it appears like BeanUtils.populate() does not seem to traverse the property nesting. It works ok if I switch to regula

[SCRATCHPAD PROPOSAL] Morphos

2002-03-27 Thread Nicola Ken Barozzi
I'm writing to this list to ask for the creation of a new module in commons scratchpad called "morphos". The scope is to make a simple to use package for file format transformations. Currently we will concentrate on XML. Committers needing access would be: [EMAIL PROTECTED] (POI,Cocoon,Forrest)

[AltRMI] memory leak

2002-03-27 Thread Paul Hammant
Vinay, ant -buildfile memleak.xml server ant -buildfile memleak.xml client This demo shows a current bug that means that memory is eaten up as more and more pass-by-reference objects are referenced on the client. We'll need to solve this with WeakHashMap (I think). Regards, - Paul H

cvs commit: jakarta-commons-sandbox/altrmi memleak.xml

2002-03-27 Thread hammant
hammant 02/03/27 05:32:56 Added: altrmi memleak.xml Log: Revision ChangesPath 1.1 jakarta-commons-sandbox/altrmi/memleak.xml Index: memleak.xml ===

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/test MemoryLeak.java MemoryLeakClientTest.java MemoryLeakImpl.java MemoryLeakServerTest.java

2002-03-27 Thread hammant
hammant 02/03/27 05:32:40 Added: altrmi/src/java/org/apache/commons/altrmi/test MemoryLeak.java MemoryLeakClientTest.java MemoryLeakImpl.java MemoryLeakServerTest.java Log: memory leak tests. Revision ChangesPath 1.1