Re: [general] CVS import

2003-11-28 Thread __matthewHawthorne
I'm not a CVS guru, but I spent a few minutes looking around on google groups, and I don't think that you can do it in this way. Here's a quote I found: "Import puts things onto a vendor branch, which is special. In particular, things on vendor branches are also on the trunk." So maybe you'll

[CLI] 2.0 Release plans

2003-11-28 Thread Vikram Goyal
Hello, I was wondering as to what the release plans are for CLI 2.0? I noticed that about a month back some discussion did take place on this issue. However, I am not sure of the current status. Is there some documentation for the likely structure of 2.0? Is it radically different? Are the nightl

[general] CVS import

2003-11-28 Thread John Keyes
I am trying to do a cvs import onto a branch but I can't get it to work, the files go on to HEAD. Has anyone done this successfully before? So I want to import the code onto CLI_2_DEV_BRANCH (1.1.2). I use the following command: cvs -d [EMAIL PROTECTED]:/home/cvs import -b 1.1.2 -m "cli2 WIP" jak

cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli2 - Imported sources

2003-11-28 Thread jkeyes
jkeyes 2003/11/28 18:45:05 Log: cli2 WIP Status: Vendor Tag: OXSPRING Release Tags: CLI_WIP_2 N jakarta-commons/cli/src/java/org/apache/commons/cli2/Argument.java N jakarta-commons/cli/src/java/org/apache/commons/cli2/ArgumentBuilder.java N jakarta-commons/cli/src/j

cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli2 - Imported sources

2003-11-28 Thread jkeyes
jkeyes 2003/11/28 18:30:59 Log: cli2 WIP Status: Vendor Tag: OXSPRING Release Tags: CLI_WIP_2 N jakarta-commons/cli/src/java/org/apache/commons/cli2/Argument.java N jakarta-commons/cli/src/java/org/apache/commons/cli2/ArgumentBuilder.java N jakarta-commons/cli/src/j

commons-jelly-tags-interaction on Gump...

2003-11-28 Thread Adam R. B. Jack
Ought this say interaction not http? http://lsd.student.utwente.nl/gump/jelly-tags/commons-jelly-tags-interaction.html http://lsd.student.utwente.nl/gump/jelly-tags/work/list_commons-jelly-tags-interaction_dir1_target.html This is a Jelly interface to the user. org.apache.co

cvs commit: jakarta-commons/cli project.properties project.xml

2003-11-28 Thread jkeyes
jkeyes 2003/11/28 18:06:02 Modified:cli Tag: CLI_2_DEV_BRANCH project.properties project.xml Log: minor changes moved from sandbox Revision ChangesPath No revision No revision 1.5.2.1.2.1 +1 -1 jak

cvs commit: jakarta-commons/cli .cvsignore

2003-11-28 Thread jkeyes
jkeyes 2003/11/28 17:54:52 Modified:cli Tag: CLI_2_DEV_BRANCH .cvsignore Log: updated list of files Revision ChangesPath No revision No revision 1.2.2.1 +3 -6 jakarta-commons/cli/.cvsignore Index: .cvsignore

cvs commit: jakarta-commons/cli/src/test/org/apache/commons/cli2 - Imported sources

2003-11-28 Thread jkeyes
jkeyes 2003/11/28 17:52:05 Log: cli2 WIP Status: Vendor Tag: OXSPRING Release Tags: CLI_WIP_2 N jakarta-commons/cli/src/test/org/apache/commons/cli2/ApplicationTest.java N jakarta-commons/cli/src/test/org/apache/commons/cli2/ArgumentTest.java N jakarta-commons/cli/s

cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli2 - Imported sources

2003-11-28 Thread jkeyes
jkeyes 2003/11/28 17:50:12 Log: cli2 WIP Status: Vendor Tag: OXSPRING Release Tags: CLI_WIP_2 N jakarta-commons/cli/src/java/org/apache/commons/cli2/Argument.java N jakarta-commons/cli/src/java/org/apache/commons/cli2/ArgumentBuilder.java N jakarta-commons/cli/src/j

Re: [collections] CaseInsensitiveHashMap

2003-11-28 Thread Phil Steitz
Stephen Colebourne wrote: Something like this would be required, yes. I'm kindof hoping someone will volunteer to write the HashMapA class so we can get this started. For reasons related to the new MapIterator it needs to go into v3.0. I don't understand exactly what you are looking for here. Can

cvs commit: jakarta-commons/dbutils/xdocs/images dbutils-logo-blue.png

2003-11-28 Thread dgraham
dgraham 2003/11/28 16:51:39 Modified:dbutils project.xml Added: dbutils project.properties dbutils/xdocs/images dbutils-logo-blue.png Log: Added logo and project.properties file to display date and version on website. Revision ChangesPath 1.6

cvs commit: jakarta-commons/dbutils/xdocs/images - New directory

2003-11-28 Thread dgraham
dgraham 2003/11/28 16:51:29 jakarta-commons/dbutils/xdocs/images - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [collections][PROPOSAL] Remove Observable subpackage

2003-11-28 Thread Stephen Colebourne
I was planning on allowing the broader scope, not just restricting to collections. So [events] is quite a good name. I'll probably go with this unless I hear a much better name. Stephen - Original Message - From: "Neil O'Toole" <[EMAIL PROTECTED]> > > > what about something like [events]?

Re: [email] alive?

2003-11-28 Thread Stephen Colebourne
No committers look after it to my knowledge. Stephen - Original Message - From: "Vic Cekvenich" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 28, 2003 8:48 PM Subject: [email] alive? > Is email an active project? It's not linked on the commons page. > > Net has so

DO NOT REPLY [Bug 24910] - new StringUtils.split methods that split on the whole separator string

2003-11-28 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: [collections][PROPOSAL] Remove Observable subpackage

2003-11-28 Thread Neil O'Toole
> > what about something like [events]? > > > commons component named [notifying] quite sounds right. [notify] > maybe, Unless we're talking about changing the scope of the project entirelyu, then any package name would have to include "collections" in it. That is, [observable-collections], [noti

[lang][patch]ArrayUtils.subarray(Object, startIndex, endIndex) implementation v1.1

2003-11-28 Thread Ash
Here is my submission of the ArrayUtils.subarray() with the changes suggested by Stephen. Eagerly waiting for feedback and more. Ash - Original Message - From: "Stephen Colebourne" <[EMAIL PROTECTED]> To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sen

DO NOT REPLY [Bug 24997] - [dbutils] Implement Pluggable Adaptors to Make BeanHandler Smarter

2003-11-28 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/dbutils/src/java/org/apache/commons/dbutils BasicColumnProcessor.java

2003-11-28 Thread dgraham
dgraham 2003/11/28 13:11:33 Modified:dbutils/src/test/org/apache/commons/dbutils BaseTestCase.java TestBean.java Added: dbutils/src/test/org/apache/commons/dbutils BasicColumnProcessorTest.java dbutils/src/java/org/ap

cvs commit: jakarta-commons/dbutils/src/test/org/apache/commons/dbutils MockResultSet.java

2003-11-28 Thread dgraham
dgraham 2003/11/28 13:07:38 Modified:dbutils/src/test/org/apache/commons/dbutils MockResultSet.java Log: Added more getter implementations and fixed wasNull handling. Revision ChangesPath 1.2 +311 -157 jakarta-commons/dbutils/src/test/org

Re: Commons-dbutils: Setter for Oracle DB Table of type NUMBER isn't called

2003-11-28 Thread Juozas Baliuka
We have a patch to solve type mapping on application level. I think your way is a good , I use "CAST(xxx AS TYPE)" for type mapping too, but I see no problems to implement "cast" on client, it can break types, but it must be not a problem for some use cases like velocity templates. José Fortunat