RE: [lang] Proposal for *NEXT* version

2002-10-08 Thread Martin Cooper
-Original Message- From: Juozas Baliuka [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 11:15 PM To: Jakarta Commons Developers List Subject: Re: [lang] Proposal for *NEXT* version Hi, I do not think dependency on top level project is any problem for commons

Re: [lang] Proposal for *NEXT* version

2002-10-08 Thread Juozas Baliuka
Agree, [lang] must be minimalist as possible, [lang] is not a very good prefix for this thread. I am thinking about some new subproject it sandbox for reflection. BTW .NET's reflection has some API like BCEL to genetate code for CLR. -Original Message- From: Juozas Baliuka

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/core ThreadTag.java

2002-10-08 Thread jstrachan
jstrachan2002/10/08 02:20:10 Modified:jelly/src/java/org/apache/commons/jelly/tags/core ThreadTag.java Log: Patch to use a new child context for the asynchronous execution. Also this ensures that the asynchronous block will definitely contain the correct

cvs commit: jakarta-commons-sandbox/jelly maven.xml

2002-10-08 Thread jstrachan
jstrachan2002/10/08 04:26:00 Modified:jelly/src/java/org/apache/commons/jelly/tags/werkz WerkzTagSupport.java ProjectTag.java AttainGoalTag.java jelly/src/java/org/apache/commons/jelly/impl TagScript.java

Re: [Jelly] Using Ant parallel and thread tags

2002-10-08 Thread James Strachan
Just for the benefit of the list, this issue is now fixed in CVS HEAD and the latest Jelly snapshot. There's an example of this test case in action via maven demo:async (which requires the latest snapshot to be installed in your Maven build for it to work). James ---

DO NOT REPLY [Bug 10780] - A few refactorings to Validator.java

2002-10-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10780. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[discovery] Design Question: Qualifying service names?

2002-10-08 Thread Richard Sitze
To locate a service (based on sun's current mechanism) we can drop a file whose name is the service interface and content is the name of the implementation: META-INF/services/package.ServiceName: implPackage.ServiceNameImpl One 'scheme' for locating a service is have the

RE: [NET] GUMP Build is NOT broken

2002-10-08 Thread Brekke, Jeff
Looks like the jakarta gump sucessfully built commons-net today. Still not sure why yours was getting test failures. = Jeffrey D. Brekke Quad/Graphics [EMAIL PROTECTED]

Re: [NET] GUMP Build is NOT broken

2002-10-08 Thread Stefan Bodewig
On Tue, 8 Oct 2002, Jeff Brekke [EMAIL PROTECTED] wrote: Looks like the jakarta gump sucessfully built commons-net today. Yes. Still not sure why yours was getting test failures. Oh, Jakarta's Gump is getting them as well. You've set your junit task to not cancel the build if a test

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/jelly/validators HttpValidatorTagSupport.java RegexpTag.java ByteLengthTag.java CookieTag.java HttpValidatorTagLibrary.java MaxResponseTimeTag.java ResponseHeaderTag.java StatusCodeTag.java StatusTextTag.java

2002-10-08 Thread morgand
morgand 2002/10/08 10:16:35 Modified:latka/src/java/org/apache/commons/latka/jelly LatkaTagLibrary.java RequestTag.java SuiteTag.java latka/src/java/org/apache/commons/latka/jelly/validators HttpValidatorTagSupport.java

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/jelly JellyUtils.java RequestTag.java SuiteTag.java

2002-10-08 Thread morgand
morgand 2002/10/08 10:28:21 Modified:latka/src/java/org/apache/commons/latka/jelly JellyUtils.java RequestTag.java SuiteTag.java Log: interim check-in Revision ChangesPath 1.2 +10 -10

RE: [NET] GUMP Build is NOT broken

2002-10-08 Thread Brekke, Jeff
Damn, thought I had it right this time ;) Well, the ant build is still incorrect, since the entire build should be failing if any of the tests fail. I'll check the generation of the ant build file to make sure that is the case and keep looking to reproduce the test failures. Thanks again for

DO NOT REPLY [Bug 13415] New: - httpclient build requires jdk 1.4 or jce in classpath

2002-10-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13415. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13415] - httpclient build requires jdk 1.4 or jce in classpath

2002-10-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13415. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13415] - httpclient build requires jdk 1.4 or jce in classpath

2002-10-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13415. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[resources] database resources implementation?

2002-10-08 Thread Erik Hatcher
Anyone working on adding a database access layer to the Resources project, instead of the already provided properties and XML file implementations? Thanks, Erik -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang RandomStringUtilsTest.java

2002-10-08 Thread sullis
sullis 2002/10/08 12:01:39 Modified:lang/src/test/org/apache/commons/lang RandomStringUtilsTest.java Log: corrected assert message String's Revision ChangesPath 1.2 +4 -4

cvs commit: jakarta-commons-sandbox/jrcs/src/java/org/apache/commons/jrcs/rcs Archive.java

2002-10-08 Thread juanco
juanco 2002/10/08 12:06:24 Modified:jrcs/src/java/org/apache/commons/jrcs/rcs Archive.java Log: made public the Archive constructor that accepts an initial version number Revision ChangesPath 1.3 +2 -2

cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang NumberRangeTest.java

2002-10-08 Thread sullis
sullis 2002/10/08 12:14:20 Modified:lang/src/test/org/apache/commons/lang NumberRangeTest.java Log: added tests for NullPointerException Revision ChangesPath 1.2 +40 -1 jakarta-commons/lang/src/test/org/apache/commons/lang/NumberRangeTest.java Index:

[commons-lang] Build Script LICENSE Bug, Serialization Feature Request...

2002-10-08 Thread Corey Klaasmeyer
I believe there is a bug in the dist and jar targets -- should be LICENSE.txt rather than ../LICENSE. Also, I would like to suggest that package org.apache.commons.lang.exception.Nestable* classes should be Serializable. Thanks, Corey -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/jelly/validators HttpValidatorTagSupport.java RegexpTag.java

2002-10-08 Thread morgand
morgand 2002/10/08 12:29:01 Modified:latka/src/java/org/apache/commons/latka/jelly JellyUtils.java RequestTag.java SuiteTag.java ValidateTag.java latka/src/java/org/apache/commons/latka/jelly/validators

DO NOT REPLY [Bug 13421] New: - GenericValidator GenericTypeValidator unused variables JavaDoc

2002-10-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13421. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13421] - GenericValidator GenericTypeValidator unused variables JavaDoc

2002-10-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13421. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13421] - GenericValidator GenericTypeValidator unused variables JavaDoc

2002-10-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13421. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13426] - [PATCH] xml-reference.xml responseHeader addition and fixes

2002-10-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13426. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/discovery/src/java/org/apache/commons/discovery/resource ClassLoaders.java

2002-10-08 Thread rsitze
rsitze 2002/10/08 16:54:55 Modified:discovery/src/java/org/apache/commons/discovery/resource ClassLoaders.java Log: Revision ChangesPath 1.2 +4 -4

cvs commit: jakarta-commons/discovery/src/java/org/apache/commons/discovery/resource/names DiscoverConstNames.java

2002-10-08 Thread rsitze
rsitze 2002/10/08 16:55:23 Removed: discovery/src/java/org/apache/commons/discovery/resource/names DiscoverConstNames.java Log: -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [lang] Proposal for *NEXT* version

2002-10-08 Thread John Yu
+1 on adding a new subproject. -0 on calling it reflection. Calling it reflection will be a bit misleading as it implies java.lang.reflect. But what has been discussed so far is more than simply providing a thin utils on the top of java.lang.reflect. I'd suggest something like Meta-Prog,

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/exception ExceptionUtils.java

2002-10-08 Thread bayard
bayard 2002/10/08 20:29:18 Modified:lang/src/java/org/apache/commons/lang/exception ExceptionUtils.java Log: Patch submitted by Fredrik Westermarck [EMAIL PROTECTED] that replaces a TODO now that we have a SystemUtils. Revision ChangesPath

DO NOT REPLY [Bug 13434] New: - setFollowRedirects(false) doesn't work for HttpMultiClient

2002-10-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13434. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Message Resources from database

2002-10-08 Thread Erik Hatcher
No problem, James. Take your time! I'm going to tinker with a proof-of-concept implementation using our own persistence mechanism rather than pure JDBC (we're using an O/R mapping tool in the middle) and see how quickly I can get something working. I guess the Commons stuff is not in Struts

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

2002-10-08 Thread sullis
sullis 2002/10/08 21:35:04 Modified:lang/src/java/org/apache/commons/lang CharSet.java Log: changed variable declaration: java.util.LinkedList to java.util.List Revision ChangesPath 1.5 +4 -2

cvs commit: jakarta-commons-sandbox/net/src/test/org/apache/commons/net/ftp/ftp2/parser EnterpriseUnixFTPEntryParserTest.java FTPParseTestFramework.java NTFTPEntryParserTest.java OS2FTPEntryParserTest.java UnixFTPEntryParserTest.java VMSFTPEntryParserTest.java

2002-10-08 Thread brekke
brekke 2002/10/08 22:11:19 Modified:net/src/test/org/apache/commons/net/ftp/ftp2/parser EnterpriseUnixFTPEntryParserTest.java FTPParseTestFramework.java NTFTPEntryParserTest.java

cvs commit: jakarta-commons-sandbox/net build.xml

2002-10-08 Thread brekke
brekke 2002/10/08 22:26:33 Modified:net build.xml Log: Patched Maven to generate a build script that will fail the build if any test fails. This is a build script generated with that change. Revision ChangesPath 1.12 +5 -2

cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/exception NestableExceptionTestCase.java

2002-10-08 Thread sullis
sullis 2002/10/08 22:28:53 Modified:lang/src/test/org/apache/commons/lang/exception NestableExceptionTestCase.java Log: added test code for serialization / deserialization Revision ChangesPath 1.6 +66 -1

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/exception NestableDelegate.java

2002-10-08 Thread sullis
sullis 2002/10/08 22:29:52 Modified:lang/src/java/org/apache/commons/lang/exception NestableDelegate.java Log: this class now implements java.io.Serializable Revision ChangesPath 1.10 +4 -2

[NET] [PATCH] Make tests Locale independent

2002-10-08 Thread Stefan Bodewig
On 9 Oct 2002, [EMAIL PROTECTED] wrote: We were using the default string format for the Date object to compare timestamps. Still fails on my box. Testcase: testParseFieldsOnFile took 0,033 sec FAILED expected:...n... but was:.. junit.framework.ComparisonFailure:

RE: Message Resources from database

2002-10-08 Thread James Mitchell
Great stuff eh? My DBMessageResources already uses OJB as the persistence layer for my impl :) You simply run the db scripts (or not, if you will use your own), configure the OJB files (repository[-*].xml), declare the new factory class(struts-config.xml), and specify subapp and key (parameter