Re: [PROPOSAL] EL Transition to Jakarta Commons

2002-12-18 Thread James Strachan
+1 From: "Costin Manolache" <[EMAIL PROTECTED]> > +1 > > The code is already part of 2 jakarta projects ( taglibs and tomcat ), it > has a clear community and is very likely it'll be actively supported. > A perfect match for jakarta-commons. > > It would be nice if JEXL and EL would share some cod

DO NOT REPLY [Bug 14859] - does not work properly when not available

2002-12-18 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: [PROPOSAL] EL Transition to Jakarta Commons

2002-12-18 Thread Costin Manolache
+1 The code is already part of 2 jakarta projects ( taglibs and tomcat ), it has a clear community and is very likely it'll be actively supported. A perfect match for jakarta-commons. It would be nice if JEXL and EL would share some code ( and even better if JEXL would support the EL syntax ). B

RE: [PROPOSAL] EL Transition to Jakarta Commons

2002-12-18 Thread Craig R. McClanahan
On Wed, 18 Dec 2002, Jeff Robertson wrote: > Date: Wed, 18 Dec 2002 14:33:03 -0500 > From: Jeff Robertson <[EMAIL PROTECTED]> > Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > To: 'Jakarta Commons Developers List' <[EMAIL PROTECTED]> > Subject: RE: [PROPOSAL] EL Transition to J

DO NOT REPLY [Bug 13771] - Additional Lang Method Suggestions

2002-12-18 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

[lang] NumberRange bug

2002-12-18 Thread Stephen Colebourne
http://issues.apache.org/bugzilla/show_bug.cgi?id=14884 The best way to fix this IMHO is to restrict the class to number ranges of a) the same Numebr type b) Number types that implement Comparable Thus this is allowed: new NumberRange(new Integer(6), new Integer(8)); and this is not: new Number

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/http PostTag.java

2002-12-18 Thread dion
dion2002/12/18 16:29:22 Modified:jelly/src/java/org/apache/commons/jelly/tags/http PostTag.java Log: Fix for post tag sending params as part of the query string. Thanks to greg farris Revision ChangesPath 1.4 +2 -2 jakarta-common

Re: [collections] [patch] NodeCachingLinkedList

2002-12-18 Thread Rich Dougherty
> Here is a patch to resolve the license issues with > NodeCachingLinkedList. Included in this patch is: > > - CommonsLinkedList, a version of java.util.LinkedList that we can > distribute with [collections]. > > A few points about this class: > > [snip] > > - It extends LinkedList ra

cvs commit: jakarta-commons/lang build.xml

2002-12-18 Thread scolebourne
scolebourne2002/12/18 15:30:20 Modified:lang/src/test/org/apache/commons/lang LangTestSuite.java lang build.xml Added: lang/src/test/org/apache/commons/lang/time DateUtilsTest.java CalendarUtilsTest.java TimeTestS

cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/time - New directory

2002-12-18 Thread scolebourne
scolebourne2002/12/18 15:30:08 jakarta-commons/lang/src/test/org/apache/commons/lang/time - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/time - New directory

2002-12-18 Thread scolebourne
scolebourne2002/12/18 15:30:08 jakarta-commons/lang/src/java/org/apache/commons/lang/time - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/util BitField.java

2002-12-18 Thread scolebourne
scolebourne2002/12/18 15:28:20 Modified:lang/src/java/org/apache/commons/lang/util BitField.java Log: Remove unneeded whitespace that might cause javadoc problems Revision ChangesPath 1.2 +2 -19 jakarta-commons/lang/src/java/org/apache/commons/lang/util/BitFiel

DO NOT REPLY [Bug 15439] - Enum does not support inner sub-classes

2002-12-18 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-sandbox/jelly/src/java/org/apache/commons/jelly/tags/html ParseTag.java

2002-12-18 Thread dion
dion2002/12/18 14:48:01 Modified:jelly/src/java/org/apache/commons/jelly/tags/html ParseTag.java Log: Fix typo Revision ChangesPath 1.4 +1 -1 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/html/ParseTag.java

Re: [lang] DateUtils package organization

2002-12-18 Thread Stephen Colebourne
+1 org.apache.commons.lang.time - Original Message - > +1 from me as well on the org.apache.commons.lang.time package name. > > Eric > > -Original Message- > From: Henri Yandell [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 2:42 PM > To: Jakarta Commons Developers

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient TestMethodsLocalHost.java

2002-12-18 Thread oglueck
oglueck 2002/12/18 12:07:50 Modified:httpclient/src/test/org/apache/commons/httpclient TestMethodsLocalHost.java Log: Added test case for HEAD to authenticating server. Revision ChangesPath 1.7 +22 -4 jakarta-commons/httpclient/src/test/

Re: [lang] DateUtils package organization

2002-12-18 Thread Sean Schofield
Henri Yandell wrote: On Wed, 18 Dec 2002, Sean Schofield wrote: Can we review what classes we have now and what packages they belong in. By my count we have DateUtils (which may be renamed to DateFormatUtils), CalendarUtils and FastDateFormat. Matches my list. As for the packages I

RE: [lang] DateUtils package organization

2002-12-18 Thread EPugh
+1 from me as well on the org.apache.commons.lang.time package name. Eric -Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 2:42 PM To: Jakarta Commons Developers List Subject: Re: [lang] DateUtils package organization On Wed, 18 Dec

cvs commit: jakarta-commons/httpclient/src/test-webapp/src/org/apache/commons/httpclient BasicAuthServlet.java

2002-12-18 Thread oglueck
oglueck 2002/12/18 11:58:55 Modified:httpclient/src/test-webapp/src/org/apache/commons/httpclient BasicAuthServlet.java Log: Extended to correctly server HEAD requests. Revision ChangesPath 1.3 +58 -35 jakarta-commons/httpclient/src/test-

Re: [lang] DateUtils package organization

2002-12-18 Thread Henri Yandell
On Wed, 18 Dec 2002, Sean Schofield wrote: > Can we review what classes we have now and what packages they belong in. > > By my count we have DateUtils (which may be renamed to DateFormatUtils), > CalendarUtils and FastDateFormat. Matches my list. > As for the packages I think we have discusse

[latka] [maven] Latka test suites can now be generated via JMeter

2002-12-18 Thread dion
The Latka plugin has been updated so that it can convert from JMeter's HTTP proxy output format (jmx files) to a Latka test suite. This means that the basic Latka test suites can be generated by a user testing your app with a simple tweak to their browser settings. See http://jakarta.apache.or

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

2002-12-18 Thread jstrachan
jstrachan2002/12/18 07:27:27 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/swt - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 14278] - add link/info for Struts Console to website

2002-12-18 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

DO NOT REPLY [Bug 14278] - add link/info for Struts Console to website

2002-12-18 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

[GUMP] Build Failure - commons-jelly

2002-12-18 Thread Stefan Bodewig
This email is autogenerated from the output from: Buildfile: build.xml init: [mkdir] Created dir: /home/rubys/jakarta/jak

RE: [betwixt][BUG?] Destreaming custom collections using Hyphenated/DecapitalizeNameMapper?

2002-12-18 Thread Tim Anderson
Yup - that works thanks. I guess I don't understand the semantics of . When is it required/not required? Thanks, Tim > -Original Message- > From: robert burrell donkin > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 9:43 AM > To: Jakarta Commons Developers List > Subje

Re: [lang] Thread safe date formatter

2002-12-18 Thread Brian S O'Neill
I'm fine with a version of FastDateFormat moving to Jakarta. Just put appropriate references to the original project. There may be a few other dependencies on Trove, so just move them over too or modify FastDateFormat. Although it has already been mentioned, I'll do so again: 1. FastDateFormat on