cvs commit: jakarta-commons/io/src/test/org/apache/commons/io FileUtilsTestCase.java

2004-07-24 Thread scolebourne
scolebourne2004/07/24 01:41:00 Modified:io/src/test/org/apache/commons/io FileUtilsTestCase.java Log: Fix test case for Win98 Revision ChangesPath 1.23 +13 -7 jakarta-commons/io/src/test/org/apache/commons/io/FileUtilsTestCase.java Index:

cvs commit: jakarta-commons/io/src/java/org/apache/commons/io FileUtils.java

2004-07-24 Thread scolebourne
scolebourne2004/07/24 02:58:41 Modified:io/src/test/org/apache/commons/io FileUtilsTestCase.java io/src/java/org/apache/commons/io FileUtils.java Log: Add FileUtils.toFiles(urls) Revision ChangesPath 1.24 +78 -11

[io] FileUtils null and exception handling

2004-07-24 Thread Stephen Colebourne
In adding a new method to FileUtils, I discovered how inconsistent the null and exception handling is. For example, FileUtils.toFile(URL) will not throw an exception if the URL is non-file. It will throw a NPE (undocumented) if the url is null. FileUtils.toURLs(File[]) will throw a NPE

RE: [Configuration]IniFileConfiguration

2004-07-24 Thread Eric Pugh
I think the only dissention that I would have is the conf.getSection... I think that one of the key points of Configuration is that the implementors all work via the Configuration interface.. A user of IniFileConfiguration is going to expect to do something like getString(Section 1.key_a) or

cvs commit: jakarta-commons/commons-build/menus components-items.ent sandbox-items.ent

2004-07-24 Thread leosutic
leosutic2004/07/24 04:42:34 Modified:commons-build/menus components-items.ent sandbox-items.ent Log: Moved Attributes from sandbox to proper. Revision ChangesPath 1.3 +1 -0 jakarta-commons/commons-build/menus/components-items.ent Index:

DO NOT REPLY [Bug 30304] New: - SharedPoolDataSource raises exception while closing invalid connection

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

DO NOT REPLY [Bug 30305] New: - GenericKeyedObjectPool raises exception while destroying invalidated object

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

cvs commit: jakarta-commons/attributes/site/etc/maven_demo - New directory

2004-07-24 Thread leosutic
leosutic2004/07/24 06:49:34 jakarta-commons/attributes/site/etc/maven_demo - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/attributes/site/etc/maven_demo/src - New directory

2004-07-24 Thread leosutic
leosutic2004/07/24 06:49:40 jakarta-commons/attributes/site/etc/maven_demo/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/attributes/site/etc/maven_demo/src AttributeDemo.java

2004-07-24 Thread leosutic
leosutic2004/07/24 06:50:17 Added: attributes/site/etc/maven_demo maven.xml project.properties project.xml attributes/site/etc/maven_demo/src AttributeDemo.java Log: Initial commit of Maven demo. Revision ChangesPath 1.1

cvs commit: jakarta-commons/attributes/plugin project.xml

2004-07-24 Thread leosutic
leosutic2004/07/24 06:50:43 Modified:attributes/plugin project.xml Log: Linked plugin 2.1 to C-A 2.1. Revision ChangesPath 1.2 +2 -2 jakarta-commons/attributes/plugin/project.xml Index: project.xml

cvs commit: jakarta-commons/attributes/plugin plugin.properties

2004-07-24 Thread leosutic
leosutic2004/07/24 06:50:57 Modified:attributes/plugin plugin.properties Log: Cleaned up some old references. Revision ChangesPath 1.2 +1 -24 jakarta-commons/attributes/plugin/plugin.properties Index: plugin.properties

DO NOT REPLY [Bug 27730] - [configuration] Factory's Digester rules don't allow overriding Configuration class

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

DO NOT REPLY [Bug 26092] - [configuration] .properties header

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

DO NOT REPLY [Bug 29616] - [configuration] getStringArray doesn't interpolate in CompositeConfiguration

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

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/distribution ChiSquareDistributionTest.java

2004-07-24 Thread psteitz
psteitz 2004/07/24 13:43:29 Modified:math/src/java/org/apache/commons/math/distribution ChiSquaredDistributionImpl.java math/src/test/org/apache/commons/math/distribution ChiSquareDistributionTest.java Log: Changed

cvs commit: jakarta-commons/math checkstyle.xml

2004-07-24 Thread psteitz
psteitz 2004/07/24 14:40:25 Modified:math checkstyle.xml Log: Removed basedir property, causes updated plugin to fail. Revision ChangesPath 1.7 +0 -1 jakarta-commons/math/checkstyle.xml Index: checkstyle.xml

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/distribution FDistributionTest.java GammaDistributionTest.java NormalDistributionTest.java TDistributionTest.java

2004-07-24 Thread psteitz
psteitz 2004/07/24 14:41:37 Modified:math/src/java/org/apache/commons/math/distribution ExponentialDistributionImpl.java FDistributionImpl.java GammaDistributionImpl.java NormalDistributionImpl.java

cvs commit: jakarta-commons/launcher/example - New directory

2004-07-24 Thread dirkv
dirkv 2004/07/24 14:44:03 jakarta-commons/launcher/example - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/launcher/example/src - New directory

2004-07-24 Thread dirkv
dirkv 2004/07/24 14:44:09 jakarta-commons/launcher/example/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/launcher/example/src/bin - New directory

2004-07-24 Thread dirkv
dirkv 2004/07/24 14:44:12 jakarta-commons/launcher/example/src/bin - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/launcher/example/src/etc - New directory

2004-07-24 Thread dirkv
dirkv 2004/07/24 14:44:17 jakarta-commons/launcher/example/src/etc - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/launcher/example/src/java - New directory

2004-07-24 Thread dirkv
dirkv 2004/07/24 14:44:19 jakarta-commons/launcher/example/src/java - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/launcher/example/src/java/org - New directory

2004-07-24 Thread dirkv
dirkv 2004/07/24 14:44:23 jakarta-commons/launcher/example/src/java/org - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/launcher/example/src/java/org/apache - New directory

2004-07-24 Thread dirkv
dirkv 2004/07/24 14:44:27 jakarta-commons/launcher/example/src/java/org/apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/launcher/example/src/java/org/apache/launcher - New directory

2004-07-24 Thread dirkv
dirkv 2004/07/24 14:44:31 jakarta-commons/launcher/example/src/java/org/apache/launcher - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/launcher/example/src/java/org/apache/launcher/example - New directory

2004-07-24 Thread dirkv
dirkv 2004/07/24 14:44:36 jakarta-commons/launcher/example/src/java/org/apache/launcher/example - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/launcher README.txt PROPOSAL.html RELEASE-NOTES.txt STATUS.html

2004-07-24 Thread dirkv
dirkv 2004/07/24 14:45:55 Added: launcher README.txt Removed: launcher PROPOSAL.html RELEASE-NOTES.txt STATUS.html Log: remove old files, add readme Revision ChangesPath 1.1 jakarta-commons/launcher/README.txt Index: README.txt

cvs commit: jakarta-commons/launcher project.xml

2004-07-24 Thread dirkv
dirkv 2004/07/24 14:49:24 Modified:launcher project.xml Log: tabs removed Revision ChangesPath 1.8 +2 -2 jakarta-commons/launcher/project.xml Index: project.xml === RCS file:

cvs commit: jakarta-commons/launcher build.xml

2004-07-24 Thread dirkv
dirkv 2004/07/24 14:49:55 Modified:launcher build.xml Log: copyright + version/readme Revision ChangesPath 1.5 +18 -3 jakarta-commons/launcher/build.xml Index: build.xml === RCS file:

cvs commit: jakarta-commons/launcher build.properties.sample checkstyle.xml project.properties

2004-07-24 Thread dirkv
dirkv 2004/07/24 14:50:07 Modified:launcher build.properties.sample checkstyle.xml project.properties Log: copyright Revision ChangesPath 1.2 +14 -0 jakarta-commons/launcher/build.properties.sample Index: build.properties.sample

cvs commit: jakarta-commons/launcher/example/src/etc log4j.xml

2004-07-24 Thread dirkv
dirkv 2004/07/24 14:57:24 Added: launcher/example/src/etc log4j.xml Log: log4j application config Revision ChangesPath 1.1 jakarta-commons/launcher/example/src/etc/log4j.xml Index: log4j.xml

cvs commit: jakarta-commons/launcher/example/src/bin demo.bat demo.sh launcher.properties launcher.xml

2004-07-24 Thread dirkv
dirkv 2004/07/24 14:59:10 Added: launcher/example/src/bin demo.bat demo.sh launcher.properties launcher.xml Log: start application using launcher Revision ChangesPath 1.1 jakarta-commons/launcher/example/src/bin/demo.bat

cvs commit: jakarta-commons/launcher/example build.properties.sample build.xml

2004-07-24 Thread dirkv
dirkv 2004/07/24 15:00:51 Added: launcher/example build.properties.sample build.xml Log: example build file Revision ChangesPath 1.1 jakarta-commons/launcher/example/build.properties.sample Index: build.properties.sample

cvs commit: jakarta-commons/launcher/src/java/org/apache/commons/launcher Launcher.java

2004-07-24 Thread dirkv
dirkv 2004/07/24 15:02:22 Modified:launcher/src/java/org/apache/commons/launcher Launcher.java Log: add some usefull tasks when launching a program Revision ChangesPath 1.7 +7 -2 jakarta-commons/launcher/src/java/org/apache/commons/launcher/Launcher.java

cvs commit: jakarta-commons/launcher project.xml

2004-07-24 Thread dirkv
dirkv 2004/07/24 15:08:08 Modified:launcher project.xml Log: fix logo Revision ChangesPath 1.9 +2 -3 jakarta-commons/launcher/project.xml Index: project.xml === RCS file:

cvs commit: jakarta-commons/launcher build.xml

2004-07-24 Thread dirkv
dirkv 2004/07/24 15:38:24 Modified:launcher build.xml Log: add example to release target Revision ChangesPath 1.6 +19 -1 jakarta-commons/launcher/build.xml Index: build.xml === RCS file:

cvs commit: jakarta-commons/launcher .cvsignore

2004-07-24 Thread dirkv
dirkv 2004/07/24 15:39:02 Modified:launcher .cvsignore Log: ignore release Revision ChangesPath 1.3 +1 -0 jakarta-commons/launcher/.cvsignore Index: .cvsignore === RCS file:

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

2004-07-24 Thread dirkv
dirkv 2004/07/24 15:42:39 Modified:dbcp/src/java/org/apache/commons/dbcp DriverManagerConnectionFactory.java Log: add some javadoc Revision ChangesPath 1.10 +17 -1

[any] NoClassDefFoundError trying to build with Maven 1.0

2004-07-24 Thread Martin Cooper
So I installed Maven 1.0 on a clean machine, and now any Commons component I try to build fails with a NoClassDefFoundError, complaining about a missing MethodInvocationException from Velocity. I checked the maven-user archives, and all I can find is a message from jvz saying to add the Velocity

Re: [general] apache email on XP

2004-07-24 Thread Martin Cooper
On Wed, 21 Jul 2004 14:25:55 -0400, Gary Gregory [EMAIL PROTECTED] wrote: Hello, Silly question: How can I use Outlook Express (WinXP) to read/write my Apache email? Option 3 here is what you want: http://www.apache.org/dev/committers.html#mail -- Martin Cooper (Ducks for tomatoes)

cvs commit: jakarta-commons/fileupload/src/java/org/apache/commons/fileupload MultipartStream.java

2004-07-24 Thread martinc
martinc 2004/07/24 21:47:18 Modified:fileupload/src/java/org/apache/commons/fileupload MultipartStream.java Log: Fix typos in comments. Submitted By: Yuji Yamano Revision ChangesPath 1.15 +3 -3

Re: [fileupload] patch

2004-07-24 Thread Martin Cooper
Fixed. Thanks! -- Martin Cooper On Thu, 22 Jul 2004 00:29:29 +0900 (JST), Yuji Yamano [EMAIL PROTECTED] wrote: It may be typo. Index: MultipartStream.java === RCS file:

cvs commit: jakarta-commons/fileupload/src/test/org/apache/commons/fileupload DefaultFileItemTest.java

2004-07-24 Thread martinc
martinc 2004/07/24 21:53:05 Modified:fileupload/src/test/org/apache/commons/fileupload DefaultFileItemTest.java Log: Fix comments to avoid break iterator complaints. Revision ChangesPath 1.5 +1 -1

Re: [digester] dependencies for 1.6 release

2004-07-24 Thread Simon Kitching
On Fri, 2004-07-23 at 11:56, Simon Kitching wrote: On Fri, 2004-07-23 at 10:09, robert burrell donkin wrote: On 22 Jul 2004, at 01:27, Simon Kitching wrote: On Thu, 2004-07-22 at 08:54, robert burrell donkin wrote: I'm not generally a great supporter of binary compatibility. I

DO NOT REPLY [Bug 24108] - Opera-Fileupload-Items are not recognized if empty

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