Re: [CLI] PATCH

2002-05-21 Thread James Strachan
From: "John Keyes" <[EMAIL PROTECTED]> > > I think its well worth doing. The really great thing is that I can > > build the > > target 'maven:deploy-site' and it creates all the online documentation > > on > > the website in one go - really neat. > It's sweet. I like having all of the reports to

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/sql QueryTag.java

2002-05-21 Thread jstrachan
jstrachan02/05/21 12:36:57 Modified:jellybuild.xml project.xml jelly/src/java/org/apache/commons/jelly/tags/sql QueryTag.java Removed: jellybuild-old.xml .build.properties jelly/src/test/org/apache/commons/jelly/sql exa

Re: [CLI] PATCH

2002-05-21 Thread James Strachan
From: "John Keyes" <[EMAIL PROTECTED]> > Cool I just checked that stuff out and it's fine. I'm going add > some javadoc before I go adding anything else to it. Cool. > I've noticed that you moved the Jelly build to use Maven > what would you think of moving CLI to it too? I think its well wort

Re: [CLI] PATCH

2002-05-21 Thread John Keyes
James, Cool I just checked that stuff out and it's fine. I'm going add some javadoc before I go adding anything else to it. I've noticed that you moved the Jelly build to use Maven what would you think of moving CLI to it too? Cheers, -John K On Friday, May 17, 2002, at 11:56 , John Keyes wro

RE: PATCH : org.apache.commons.collections.SoftRefHashMap

2002-05-21 Thread Jack, Paul
> Well, the existing "purge()" method iterated through the > whole Map checking > each reference so see if it had been cleared. The new > "purge()" method > simply calls "processQueue()". This does not iterate through > the whole Map, > but instead uses the ReferenceQueue to directly get the

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly JellyContext.java

2002-05-21 Thread jstrachan
jstrachan02/05/21 09:53:27 Modified:jellybuild.xml project.properties project.xml build-old.xml jelly/src/test/org/apache/commons/jelly example3.jelly example2.jelly jelly/src/java/org/apache/commons/jelly

Re: PATCH : org.apache.commons.collections.SoftRefHashMap

2002-05-21 Thread christopher marshall
>From: "Michael A. Smith" <[EMAIL PROTECTED]> >here's a quick review of your mail: > >Having the entrySet and values collections backed by the map is probably a >good thing. As for the purge stuff, I don't know what your motivation is Well, the existing "purge()" method iterated through the w

[dbcp]: Oracle "too many open cursors error" fix?

2002-05-21 Thread Bill Schneider
I made a patch like this on my own (releasing statements in the connection's passivate() method), but it caused the dbcp unit tests to fail. The problem was that dbcp might use a statement pool (an object pool for prepared statements) which don't like to have the underlying statements closed. Wh

[beanutils] An indexed and mapped property?

2002-05-21 Thread Etienne Bernard
Hello, I am trying to use struts 1.1 into my project and I need to access properties that are both mapped and indexed. I tried to use But it calls getProperty("name") and not getProperty("name", 0). I had a look at the code and what I saw suggests that this syntax is not supported. I'd like

Re: PATCH : org.apache.commons.collections.SoftRefHashMap

2002-05-21 Thread Juozas Baliuka
Hi, Trust me, It is not the best way to remove dead mappings : /** * Removes References that have had their referents garbage collected */ public void purge() { Map map = getMap(); Set keys = map.keySet(); if ( keys == null ) { return

Re: PATCH : org.apache.commons.collections.SoftRefHashMap

2002-05-21 Thread Michael A. Smith
On Tue, 21 May 2002, christopher marshall wrote: > It doesn't seem as if anyone has submitted this patch into the CVS > repository for testing... Is this any way to encourage new participants? we're all volunteers here. I can only speak for myself, but I've been extremely busy and haven't had

cvs commit: jakarta-commons-sandbox/jelly project.properties

2002-05-21 Thread jstrachan
jstrachan02/05/21 05:04:18 Modified:jellyproject.properties Log: Updated the build to try remove some of the less important check style errors to try highlight the most important errors. Also using Sun rather than Turbine curly bracket notations Revision ChangesPath

cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp BasicDataSource.java

2002-05-21 Thread glenn
glenn 02/05/21 04:57:14 Modified:dbcp/src/java/org/apache/commons/dbcp BasicDataSource.java Log: Switch over to using AbandonedObjectPool Revision ChangesPath 1.8 +5 -5 jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/BasicDataSource.java Index: B

cvs commit: jakarta-commons-sandbox/jelly build.xml project.xml

2002-05-21 Thread jstrachan
jstrachan02/05/21 04:13:57 Modified:jelly/xdocs overview.xml index.xml jellybuild.xml project.xml Log: Updated documentation a touch and started porting the old build system into the new Maven build. Revision ChangesPath 1.2 +8 -1 jakarta-c

Re: Sandbox web sites

2002-05-21 Thread James Strachan
I finally followed dIon's lead and ported Jelly's build process to Maven. http://jakarta.apache.org/commons/sandbox/jelly/ James - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 08, 2002 5:44 PM Subject: Sandbox web sites > As a side effect of

Re: PATCH : org.apache.commons.collections.SoftRefHashMap

2002-05-21 Thread christopher marshall
It doesn't seem as if anyone has submitted this patch into the CVS repository for testing... Is this any way to encourage new participants? Chris >From: "christopher marshall" <[EMAIL PROTECTED]> >Reply-To: "Jakarta Commons Developers List" ><[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject

cvs commit: jakarta-commons/docs messenger.html commons.html beanutils.html logging.html charter.html cli.html sandbox.html license.html jelly.html directory.html releases.html contributors.html modeler.html betwixt.html versioning.html components.html index.html collections.html digester.html

2002-05-21 Thread jstrachan
jstrachan02/05/21 02:39:53 Modified:docs messenger.html commons.html beanutils.html logging.html charter.html cli.html sandbox.html license.html jelly.html directory.html releases.html contributors.html modeler.

cvs commit: jakarta-commons/xdocs/stylesheets project.xml

2002-05-21 Thread jstrachan
jstrachan02/05/21 02:30:17 Modified:xdocssandbox.xml components.xml messenger.xml xdocs/stylesheets project.xml Removed: xdocsjelly.xml Log: Changed link to Jelly to new Maven generated site Revision ChangesPath 1.15 +6 -0 jakarta-c

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

2002-05-21 Thread jstrachan
jstrachan02/05/21 01:01:31 Modified:jellybuild.xml Added: jellyproject.properties README.txt build-gump.xml LICENSE.txt gump.xml project.xml build-old.xml jelly/xdocs index.xml navigation.xml overview.xml Removed: jellyPRO

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/bsf/src/java/org/apache/commons/jelly/tags/bsf JPythonTagLibrary.java BSFExpressionFactory.java BSFExpression.java JavaScriptTagLibrary.java PNutsTagLibrary.java ContextRegistry.java BSFTagLibrary.java

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:58:55 Added: jelly/src/taglibs/beanshell/src/java/org/apache/commons/jelly/tags/beanshell BeanShellExpressionFactory.java JellyInterpreter.java BeanShellExpression.java BeanShellTagLibrary.ja

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/src/java/org/apache/commons - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:38 jakarta-commons-sandbox/jelly/src/taglibs/ojb/src/java/org/apache/commons - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/bsf/src/java/org/apache - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:36 jakarta-commons-sandbox/jelly/src/taglibs/bsf/src/java/org/apache - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/target/classes/org/apache/commons/jelly/tags/ojb - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:39 jakarta-commons-sandbox/jelly/src/taglibs/ojb/target/classes/org/apache/commons/jelly/tags/ojb - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/src/java/org/apache/commons/jelly/tags - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:38 jakarta-commons-sandbox/jelly/src/taglibs/ojb/src/java/org/apache/commons/jelly/tags - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/target/classes/org/apache/commons/jelly/tags - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:39 jakarta-commons-sandbox/jelly/src/taglibs/ojb/target/classes/org/apache/commons/jelly/tags - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/pnuts/src/java/org - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:40 jakarta-commons-sandbox/jelly/src/taglibs/pnuts/src/java/org - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/src/java/org/apache/commons/jelly/tags/ojb - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:38 jakarta-commons-sandbox/jelly/src/taglibs/ojb/src/java/org/apache/commons/jelly/tags/ojb - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/target/classes/org/apache/commons - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:39 jakarta-commons-sandbox/jelly/src/taglibs/ojb/target/classes/org/apache/commons - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/xdocs/images - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:40 jakarta-commons-sandbox/jelly/xdocs/images - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/xdocs/stylesheets - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:40 jakarta-commons-sandbox/jelly/xdocs/stylesheets - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/pnuts/src/java/org/apache/commons - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:40 jakarta-commons-sandbox/jelly/src/taglibs/pnuts/src/java/org/apache/commons - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/pnuts/src - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:39 jakarta-commons-sandbox/jelly/src/taglibs/pnuts/src - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/src/java/org/apache/commons/jelly - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:38 jakarta-commons-sandbox/jelly/src/taglibs/ojb/src/java/org/apache/commons/jelly - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/src/java/org/apache - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:38 jakarta-commons-sandbox/jelly/src/taglibs/ojb/src/java/org/apache - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/pnuts/src/java - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:40 jakarta-commons-sandbox/jelly/src/taglibs/pnuts/src/java - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/target/classes/org/apache/commons/jelly - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:39 jakarta-commons-sandbox/jelly/src/taglibs/ojb/target/classes/org/apache/commons/jelly - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/target/classes/org - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:39 jakarta-commons-sandbox/jelly/src/taglibs/ojb/target/classes/org - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/target/classes - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:39 jakarta-commons-sandbox/jelly/src/taglibs/ojb/target/classes - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/pnuts - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:39 jakarta-commons-sandbox/jelly/src/taglibs/pnuts - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/target/tests - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:39 jakarta-commons-sandbox/jelly/src/taglibs/ojb/target/tests - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/dist/docs/api/org/apache/commons - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:37 jakarta-commons-sandbox/jelly/src/taglibs/ojb/dist/docs/api/org/apache/commons - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/test/org/apache/commons/jelly/tags - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:35 jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/test/org/apache/commons/jelly/tags - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/dist/docs/api - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:37 jakarta-commons-sandbox/jelly/src/taglibs/ojb/dist/docs/api - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/target - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:38 jakarta-commons-sandbox/jelly/src/taglibs/ojb/target - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/bsf/src/java - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:36 jakarta-commons-sandbox/jelly/src/taglibs/bsf/src/java - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/target/classes/META-INF - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:39 jakarta-commons-sandbox/jelly/src/taglibs/ojb/target/classes/META-INF - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/java/org/apache/commons/jelly/tags/beanshell - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:35 jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/java/org/apache/commons/jelly/tags/beanshell - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/pnuts/src/java/org/apache - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:40 jakarta-commons-sandbox/jelly/src/taglibs/pnuts/src/java/org/apache - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/bsf/src/java/org/apache/commons/jelly - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:36 jakarta-commons-sandbox/jelly/src/taglibs/bsf/src/java/org/apache/commons/jelly - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/java/org/apache/commons/jelly - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:35 jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/java/org/apache/commons/jelly - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/bsf/src/java/org/apache/commons/jelly/tags/bsf - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:37 jakarta-commons-sandbox/jelly/src/taglibs/bsf/src/java/org/apache/commons/jelly/tags/bsf - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/src/java/org - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:38 jakarta-commons-sandbox/jelly/src/taglibs/ojb/src/java/org - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/java/org/apache/commons - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:35 jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/java/org/apache/commons - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/src/java - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:38 jakarta-commons-sandbox/jelly/src/taglibs/ojb/src/java - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/dist/docs - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:37 jakarta-commons-sandbox/jelly/src/taglibs/ojb/dist/docs - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/bsf/src/java/org - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:36 jakarta-commons-sandbox/jelly/src/taglibs/bsf/src/java/org - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/bsf - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:36 jakarta-commons-sandbox/jelly/src/taglibs/bsf - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/ojb/dist - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:37 jakarta-commons-sandbox/jelly/src/taglibs/ojb/dist - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/bsf/src/java/org/apache/commons/jelly/tags - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:36 jakarta-commons-sandbox/jelly/src/taglibs/bsf/src/java/org/apache/commons/jelly/tags - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/bsf/src - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:36 jakarta-commons-sandbox/jelly/src/taglibs/bsf/src - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/bsf/src/java/org/apache/commons - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:36 jakarta-commons-sandbox/jelly/src/taglibs/bsf/src/java/org/apache/commons - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/test/org/apache/commons/jelly/tags/beanshell - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:36 jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/test/org/apache/commons/jelly/tags/beanshell - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/test/org/apache - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:35 jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/test/org/apache - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/test/org - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:35 jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/test/org - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/test - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:35 jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/test - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/java/org/apache/commons/jelly/tags - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:35 jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/java/org/apache/commons/jelly/tags - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/java/org - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:34 jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/java/org - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/test/org/apache/commons - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:35 jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/test/org/apache/commons - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:34 jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/test/org/apache/commons/jelly - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:35 jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/test/org/apache/commons/jelly - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/java/org/apache - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:35 jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/java/org/apache - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/java - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:34 jakarta-commons-sandbox/jelly/src/taglibs/beanshell/src/java - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs/beanshell - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:34 jakarta-commons-sandbox/jelly/src/taglibs/beanshell - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/taglibs - New directory

2002-05-21 Thread jstrachan
jstrachan02/05/21 00:50:34 jakarta-commons-sandbox/jelly/src/taglibs - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

[PATCH] DBCP JDBC 3 incompatibility

2002-05-21 Thread Q. Werty
Hi, Sources commited last week don't compile whith JDK 1.4 : new methods from JDBC 3.0 are missing (il would be possible to encapsulate them in Ant sections with comment, like in others files, so that they can compile on JDK 1.4 and 1.3...). As I'am not a comitter, I let any of the commiters to s