Re: [pcollections][PROPOSAL] Primitive collections - new sandboxcomponent from [collections]

2003-08-28 Thread Sean W. Ferguson
Isn't Java 1.5 going to have this? __matthewHawthorne wrote: Sounds great, as there is already a large codebase to get started with. pcollections seems like a nice simple name... primitive-collections seems too long, and other combinations of half-words like prim and coll may just leave people

[jelly] Is the CVS committer gone?

2003-08-27 Thread Sean W. Ferguson
I've posted a couple of updates to JIRA for Jelly and haven't had any response or anything to them. Is the person responsible for posting updates away, or am I just being ignored since my updates aren't that important? :) Sean

Re: cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/jdbc2poolCPDSConnectionFactory.java Jdbc2PoolDataSource.java KeyedCPDSConnectionFactory.java

2003-08-14 Thread Sean W. Ferguson
Actually, I figured it out. Those classes aren't public, so it makes it awfully hard for something in a different package to reference them. :) [EMAIL PROTECTED] wrote: dirkv 2003/08/11 09:02:10 Modified:dbcp/src/java/org/apache/commons/dbcp/jdbc2pool

Re: StringUtils misspelled method names?

2003-08-14 Thread Sean W. Ferguson
Eh, US English really should be the standard. Henri Yandell wrote: It's up to the people concerned. When I first pushed that code in, I offered to standardise on US english spelling but it wasn't something the Commons list wanted to do. So I figure it's a nice way to educate people that the

Re: cvs commit: jakarta-commons/dbcp/src/java/org/apache/commons/dbcp/jdbc2poolCPDSConnectionFactory.java Jdbc2PoolDataSource.java KeyedCPDSConnectionFactory.java

2003-08-14 Thread Sean W. Ferguson
Is anyone other than me having issues with this not compiling? It cannot find UserPassKey or PooledConnectionAndInfo. Obviously the classes exist, but it doesn't seem to be importing them. [EMAIL PROTECTED] wrote: dirkv 2003/08/11 09:02:10 Modified:

[Jelly] Bug with static

2003-07-30 Thread Sean W. Ferguson
I am not 100% where to post this bug report, but using Jelly I cannot refrence anything that's static or a constant. For example, I want to use DateFormat.parse, but cannot because it's static. - To unsubscribe, e-mail: [EMAIL

Re: [JELLY][PATCH] Focus and Key Listeners added

2003-07-25 Thread Sean W. Ferguson
Created, thanks! Peter Royal wrote: On Wednesday, July 23, 2003, at 05:19 PM, Sean W. Ferguson wrote: This is my first ever attempt at a patch. If I am doing wrong, please advise. The purpose of this patch is to include new functionality in the jelly swing tag library. I added

[JELLY][PATCH] Focus and Key Listeners added

2003-07-23 Thread Sean W. Ferguson
Hi, This is my first ever attempt at a patch. If I am doing wrong, please advise. The purpose of this patch is to include new functionality in the jelly swing tag library. I added a FocusListenerTag and a KeyListenerTag and modified ComponentTag and SwingTagLibrary. In my zip are these