cvs commit: jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore/persistence/impl JDBMStorage.java

2002-03-24 Thread baliuka
baliuka 02/03/24 01:12:33 Added: simplestore/src/java/org/apache/commons/simplestore/persistence/impl JDBMStorage.java Log: added JDBM storage Revision ChangesPath 1.1

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils DynaProperty.java

2002-03-24 Thread dion
dion02/03/24 01:15:03 Modified:beanutils/src/java/org/apache/commons/beanutils DynaProperty.java Log: Fixed javadoc breakiterator issues Revision ChangesPath 1.3 +6 -6

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils MethodUtils.java

2002-03-24 Thread dion
dion02/03/24 01:15:16 Modified:beanutils/src/java/org/apache/commons/beanutils MethodUtils.java Log: Fixed javadoc breakiterator issues Revision ChangesPath 1.8 +18 -18

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils MutableDynaClass.java

2002-03-24 Thread dion
dion02/03/24 01:15:25 Modified:beanutils/src/java/org/apache/commons/beanutils MutableDynaClass.java Log: Fixed javadoc breakiterator issues Revision ChangesPath 1.4 +5 -5

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils MappedPropertyDescriptor.java

2002-03-24 Thread dion
dion02/03/24 01:16:11 Modified:beanutils/src/java/org/apache/commons/beanutils MappedPropertyDescriptor.java Log: Fixed bug 7309 Revision ChangesPath 1.8 +517 -262

cvs commit: jakarta-commons-sandbox/simplestore/src/test/org/apache/commons/simplestore TestSample.java

2002-03-24 Thread baliuka
baliuka 02/03/24 01:24:31 Modified:simplestore README.txt simplestore/src/test/org/apache/commons/simplestore TestSample.java Log: Updated README Revision ChangesPath 1.11 +6 -5

[SimpleStore] New Storage Types

2002-03-24 Thread Juozas Baliuka
Hi, I added BTree storage, it use JDBM. I have plans to add som XML persitence. Is frontend for Apache Xindice interesting for somebody ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils MappedPropertyDescriptor.java

2002-03-24 Thread dion
dion02/03/24 01:47:05 Modified:beanutils/src/java/org/apache/commons/beanutils MappedPropertyDescriptor.java Log: Remove blank lines Revision ChangesPath 1.9 +4 -33

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils MappedPropertyDescriptor.java

2002-03-24 Thread dion
dion02/03/24 01:53:52 Modified:beanutils/src/java/org/apache/commons/beanutils MappedPropertyDescriptor.java Log: Removed more blank lines Revision ChangesPath 1.10 +16 -351

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils MappedPropertyDescriptor.java

2002-03-24 Thread dion
dion02/03/24 01:59:30 Modified:beanutils/src/java/org/apache/commons/beanutils MappedPropertyDescriptor.java Log: Last of the blanks Revision ChangesPath 1.11 +7 -193

cvs commit: jakarta-commons/latka build.xml

2002-03-24 Thread dion
dion02/03/24 03:11:59 Modified:latkabuild.xml Log: Added docs to nightly build process, i.e. dist target Revision ChangesPath 1.30 +26 -2 jakarta-commons/latka/build.xml Index: build.xml

cvs commit: jakarta-commons-sandbox/graph2/src/java/org/apache/commons/graph/impl DirectedGraphImpl.java

2002-03-24 Thread jvanzyl
jvanzyl 02/03/24 07:50:00 Modified:graph2 project.xml graph2/src/java/org/apache/commons/graph/impl DirectedGraphImpl.java Log: Adding fix so that the directed graph impl is not 1.4 specific and filtering inner classes out of the tests.

cvs commit: jakarta-commons-sandbox/graph/src/test/org/apache/commons/graph/util TestDependencyResolver.java

2002-03-24 Thread jvanzyl
jvanzyl 02/03/24 08:07:51 Removed: graph.cvsignore LICENSE NOTES PROPOSAL README.txt build-test.xml build.xml default.properties graph/src/conf MANIFEST.MF graph/src/java/org/apache/commons/graph BFS.java DFS.java

RE: [HttpClient] Still problems with null domains and paths

2002-03-24 Thread Vincent Massol
Marc, -Original Message- From: Marc Saegesser [mailto:[EMAIL PROTECTED]] Sent: 22 March 2002 15:19 To: Jakarta Commons Developers List Subject: RE: [HttpClient] Still problems with null domains and paths Vincent, I've written quite a bit on this topic over the last few weeks,

Bug report for Commons [2002/03/24]

2002-03-24 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

cvs commit: jakarta-commons-sandbox/daemon/src/samples README.txt

2002-03-24 Thread jfclere
jfclere 02/03/24 10:57:26 Modified:daemon/src/samples README.txt Log: The '=' were missing. Revision ChangesPath 1.2 +4 -4 jakarta-commons-sandbox/daemon/src/samples/README.txt Index: README.txt

Re: cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils DynaProperty.java

2002-03-24 Thread Martin Cooper
I don't understand the changes you made here and in MutableDynaClass.java. You turned perfectly valid comments into incorrect English constructs. In this checkin, you changed i.e., which stands for id est, into ie, which is not a word. In the subsequent checkin, you changed a question and answer

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections ArrayEnumeration.java

2002-03-24 Thread mas
mas 02/03/24 13:50:24 Modified:collections/src/java/org/apache/commons/collections ArrayEnumeration.java Log: Rather than throw a NullPointerException during hasMoreElements or nextElement when no array is passed to the constructor, treat a null to the

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections BeanMap.java

2002-03-24 Thread mas
mas 02/03/24 13:53:28 Modified:collections/src/java/org/apache/commons/collections BeanMap.java Log: Made BeanMap.values() and BeanMap.keySet() unmodifiable. This brings it more in line with the Map contract where any modifications will throw

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections BeanMap.java

2002-03-24 Thread mas
mas 02/03/24 14:00:55 Modified:collections/src/java/org/apache/commons/collections BeanMap.java Log: Updated javadoc Revision ChangesPath 1.10 +5 -5 jakarta-commons/collections/src/java/org/apache/commons/collections/BeanMap.java

cvs commit: jakarta-commons-sandbox/periodicity/conf/tomcat - New directory

2002-03-24 Thread prickett
prickett02/03/24 16:27:58 jakarta-commons-sandbox/periodicity/conf/tomcat - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/periodicity/conf/tomcat web.xml

2002-03-24 Thread prickett
prickett02/03/24 16:29:04 Added: periodicity/conf/tomcat web.xml Log: A first cut of a web.xml file to include in the war file. Revision ChangesPath 1.1 jakarta-commons-sandbox/periodicity/conf/tomcat/web.xml Index: web.xml

cvs commit: jakarta-commons-sandbox/periodicity/conf/turbine - New directory

2002-03-24 Thread prickett
prickett02/03/24 16:35:37 jakarta-commons-sandbox/periodicity/conf/turbine - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [PATCH] beanutils build system

2002-03-24 Thread Jon Scott Stevens
on 3/22/02 9:46 PM, Jeff Turner [EMAIL PROTECTED] wrote: Hi Jon, Would you be happy (ie, would it build on your system) if we applied the patch with the following modifications? 1) Source ${basedir}/build.properties before ${user.home}/build.properties Many people have a

cvs commit: jakarta-commons/latka/doc release-plan-1.0.xml

2002-03-24 Thread dion
dion02/03/24 16:46:49 Added: latka/doc release-plan-1.0.xml Log: Initial Draft Revision ChangesPath 1.1 jakarta-commons/latka/doc/release-plan-1.0.xml Index: release-plan-1.0.xml

cvs commit: jakarta-commons/latka/doc release-plan-1.0.xml

2002-03-24 Thread dion
dion02/03/24 16:48:56 Modified:latka/doc release-plan-1.0.xml Log: Fixed formatting Revision ChangesPath 1.2 +3 -2 jakarta-commons/latka/doc/release-plan-1.0.xml Index: release-plan-1.0.xml

cvs commit: jakarta-commons/latka/xsl/site site.xsl

2002-03-24 Thread dion
dion02/03/24 17:14:05 Modified:latka/xsl/site site.xsl Log: Updated LF experimentally Revision ChangesPath 1.4 +29 -18jakarta-commons/latka/xsl/site/site.xsl Index: site.xsl === RCS

Latka Release Plan

2002-03-24 Thread dion
I've placed a release plan for Latka in CVS: http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/docs/latka/release-plan-1.0.html?rev=1.1content-type=text/html Comments/Votes for the release to go ahead? Please return this portion with your vote [ ] +1I am in favor of this