svn commit: r232424 - /jakarta/commons/proper/vfs/tags/vfs-1.0-RC3/

2005-08-12 Thread imario
Author: imario Date: Fri Aug 12 23:09:37 2005 New Revision: 232424 URL: http://svn.apache.org/viewcvs?rev=232424&view=rev Log: RC3 Added: jakarta/commons/proper/vfs/tags/vfs-1.0-RC3/ - copied from r232423, jakarta/commons/proper/vfs/trunk/ -

svn commit: r232421 - in /jakarta/commons/proper/vfs/trunk: ./ src/java/org/apache/commons/vfs/provider/smb/ src/test-data/

2005-08-12 Thread imario
Author: imario Date: Fri Aug 12 22:51:55 2005 New Revision: 232421 URL: http://svn.apache.org/viewcvs?rev=232421&view=rev Log: fix: NPE with badly formed smb filenames fix: use java 1.4 to build test-data fix: rebulid ant build.xml Modified: jakarta/commons/proper/vfs/trunk/build.xml jak

svn commit: r232420 - in /jakarta/commons/proper/vfs/trunk: RELEASE_NOTES.txt project.xml xdocs/download.xml xdocs/index.xml

2005-08-12 Thread imario
Author: imario Date: Fri Aug 12 22:32:26 2005 New Revision: 232420 URL: http://svn.apache.org/viewcvs?rev=232420&view=rev Log: RC3 Modified: jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt jakarta/commons/proper/vfs/trunk/project.xml jakarta/commons/proper/vfs/trunk/xdocs/download.

svn commit: r232419 - in /jakarta/commons/proper/vfs/trunk/src: examples/ examples/org/ examples/org/apache/ examples/org/apache/commons/ examples/org/apache/commons/vfs/ examples/org/apache/commons/v

2005-08-12 Thread imario
Author: imario Date: Fri Aug 12 22:23:40 2005 New Revision: 232419 URL: http://svn.apache.org/viewcvs?rev=232419&view=rev Log: moved examples out of main distribution Added: jakarta/commons/proper/vfs/trunk/src/examples/ jakarta/commons/proper/vfs/trunk/src/examples/org/ jakarta/commo

Re: [javaflow] class loader

2005-08-12 Thread Kohsuke Kawaguchi
Kohsuke Kawaguchi wrote: I'd say: if it does what it should - replace it. OK, I will do this. But you are aware that it doesn't completely subsume the functionality of the current ContinuationClassLoader, right? In particular, I don't think I can easily replace the unit test set up with the

svn commit: r232417 - in /jakarta/commons/sandbox/javaflow/trunk/src/java/org/apache/commons/javaflow: ContinuationClassLoader.java ContinuationURLClassLoader.java

2005-08-12 Thread kohsuke
Author: kohsuke Date: Fri Aug 12 21:48:15 2005 New Revision: 232417 URL: http://svn.apache.org/viewcvs?rev=232417&view=rev Log: renamed ContinuationURLClassLoader to ContinuationClassLoader Added: jakarta/commons/sandbox/javaflow/trunk/src/java/org/apache/commons/javaflow/ContinuationClassLo

svn commit: r232416 - in /jakarta/commons/sandbox/javaflow/trunk/src: java/org/apache/commons/javaflow/ test/org/apache/commons/javaflow/

2005-08-12 Thread kohsuke
Author: kohsuke Date: Fri Aug 12 21:45:47 2005 New Revision: 232416 URL: http://svn.apache.org/viewcvs?rev=232416&view=rev Log: moved the original ContinuationClassLoader as a TestClassLoader into the test module. Added: jakarta/commons/sandbox/javaflow/trunk/src/test/org/apache/commons/jav

[math] RE: DO NOT REPLY [Bug 36084] - [math] serialization tests did not delete temp files

2005-08-12 Thread Brent Worden
Test bug was isolated in the test cases. Should an entry be added to changes.xml to inform users of this fix? Or should changes.xml be reserved for mods to the core classes? Brent Worden > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, August 1

DO NOT REPLY [Bug 36084] - [math] serialization tests did not delete temp files

2005-08-12 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://issues.apache.org/bugzilla/show_bu

svn commit: r232415 - /jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/TestUtils.java

2005-08-12 Thread brentworden
Author: brentworden Date: Fri Aug 12 21:06:37 2005 New Revision: 232415 URL: http://svn.apache.org/viewcvs?rev=232415&view=rev Log: PR 36084: Temp. files were not being deleted because open file streams were not being closed properly. Modified: jakarta/commons/proper/math/trunk/src/test/org

Re: [javaflow] class loader

2005-08-12 Thread Kohsuke Kawaguchi
Torsten Curdt wrote: java -Djava.system.class.loader= see http://java.sun.com/j2se/1.4.2/docs/api/java/lang/ClassLoader.html Aaa, there's always something new to learn. No worries ...just go ahead I implemented this and put this back as "ContinuationURLClassLoader". I'm sure there's a b

DO NOT REPLY [Bug 35904] - [math] MathUtils round Method issues

2005-08-12 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://issues.apache.org/bugzilla/show_bu

Re: [math] JDK version

2005-08-12 Thread Brent Worden
We support 1.3 and higher. Brent Worden - Original Message - From: Zhang <[EMAIL PROTECTED]> To: "Phil Steitz" <[EMAIL PROTECTED]> Subject: [math] JDK version Date: Fri, 12 Aug 2005 18:12:15 -0700 (PDT) > > Do we have requirement or guidelines on JDK version? Functions such as > Math.ex

svn commit: r232412 - in /jakarta/commons/sandbox/jci/trunk: ./ src/java/org/apache/commons/jci/ src/java/org/apache/commons/jci/compilers/eclipse/ src/java/org/apache/commons/jci/compilers/groovy/ sr

2005-08-12 Thread tcurdt
Author: tcurdt Date: Fri Aug 12 19:49:43 2005 New Revision: 232412 URL: http://svn.apache.org/viewcvs?rev=232412&view=rev Log: improved testcase coverage Added: jakarta/commons/sandbox/jci/trunk/src/test/org/apache/commons/jci/compilers/AbstractCompilerTestCase.java jakarta/commons/san

DO NOT REPLY [Bug 36175] - [math][patch] Interpolation Source Files

2005-08-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36175] New: - [math][patch] Interpolation Source Files

2005-08-12 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://issues.apache.org/bugzilla/show_bu

[math] JDK version

2005-08-12 Thread Zhang
Do we have requirement or guidelines on JDK version? Functions such as Math.expm1() and Math.cosh() are available in jdk 1.5 but not in jdk 1.4.2. I'm now using jdk 1.4.2 for developing and testing. Xiaogang Zhang __ Do You Yahoo!? Tired of spam?

DO NOT REPLY [Bug 36148] - [math][patch] Integration Source Files

2005-08-12 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://issues.apache.org/bugzilla/show_bu

[lang] StrBuilder set methods

2005-08-12 Thread Stephen Colebourne
I'm thinking of changing the StrBuilder set methods to return this, enabling chaining, as with many of the other methods on StrBuilder. It would affect: setNullText setLength setCharAt clear ensureCapacity minimizeCapacity Does this sound OK? Stephen --

RE: [lang][patch] FastDateFormat Serialization Patch

2005-08-12 Thread Gary Gregory
Nathan: Thank you for the patches, though I have not applied them. For changes to a class in a released version, I would like to have a Bugzilla ticket as well as unit tests to make sure the objects in questions can be serializable. Thanks, Gary From:

DO NOT REPLY [Bug 34056] - [email] Improve MultiPartEmail to ease extending

2005-08-12 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://issues.apache.org/bugzilla/show_bu

Re: AW: [i18n] (was Re: [lang]/[resources]: proposal for NLS/i18n support)

2005-08-12 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Florey wrote: > Hi Jörg, Hi Daniel, > Thanks for your comments. See my comments inline. > Cheers, > Daniel Am quite busy at the moment - hope to find more time on sunday. Anyways some quick answers. BTW my thunderbird is unable to quote the res

DO NOT REPLY [Bug 36167] - [math][patch] Interpolation Source Files

2005-08-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36167] New: - [math][patch] Interpolation Source Files

2005-08-12 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://issues.apache.org/bugzilla/show_bu

RE: [jelly] Jelly Builds

2005-08-12 Thread Diogo Quintela \(EF\)
> Now... before I create another snapshot I'd like to clear first the > things with respect to tag caching. > > Currently, if tag-caching defaults to true... all the tests except > TestUnexpectedTagCaching succeed. > If it defaults to false many fail. > > I'd like to make a snapshot and commit w

DO NOT REPLY [Bug 36163] - [collections] PriorityBuffer does not implement Serializable

2005-08-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36163] - PriorityBuffer does not implement Serializable

2005-08-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36163] - PriorityBuffer does not implement Serializable

2005-08-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36163] New: - PriorityBuffer does not implement Serializable

2005-08-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36161] - [configuration] Patch to add validation of xml configuration file

2005-08-12 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://issues.apache.org/bugzilla/show_bu

svn commit: r232293 - /jakarta/commons/sandbox/jci/trunk/src/java/org/apache/commons/jci/monitor/FilesystemAlterationMonitor.java

2005-08-12 Thread tcurdt
Author: tcurdt Date: Fri Aug 12 06:45:34 2005 New Revision: 232293 URL: http://svn.apache.org/viewcvs?rev=232293&view=rev Log: don't need that method Modified: jakarta/commons/sandbox/jci/trunk/src/java/org/apache/commons/jci/monitor/FilesystemAlterationMonitor.java Modified: jakarta/comm

svn commit: r232289 - in /jakarta/commons/sandbox/jci/trunk/src: java/org/apache/commons/jci/ java/org/apache/commons/jci/compilers/ java/org/apache/commons/jci/listeners/ java/org/apache/commons/jci/

2005-08-12 Thread tcurdt
Author: tcurdt Date: Fri Aug 12 06:43:32 2005 New Revision: 232289 URL: http://svn.apache.org/viewcvs?rev=232289&view=rev Log: more tests, fixed some license headers Modified: jakarta/commons/sandbox/jci/trunk/src/java/org/apache/commons/jci/CompilingClassLoader.java jakarta/commons/sa

svn commit: r232283 - in /jakarta/commons/sandbox/jci/trunk: ./ src/test/org/apache/commons/jci/ src/test/org/apache/commons/jci/monitor/

2005-08-12 Thread tcurdt
Author: tcurdt Date: Fri Aug 12 06:10:29 2005 New Revision: 232283 URL: http://svn.apache.org/viewcvs?rev=232283&view=rev Log: fixed the testcases, added coverage report, turned off logging on tests Modified: jakarta/commons/sandbox/jci/trunk/project.properties jakarta/commons/sandbox/jc

RE: Sandbox Project Proposal: Commons-Proxy...

2005-08-12 Thread James Carman
No, I wasn't aware of it, but I'm going to download it to see how much overlap there really is. -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 2:38 AM To: Jakarta Commons Developers List Subject: RE: Sandbox Project Proposal: Commons-Proxy

DO NOT REPLY [Bug 36161] - Patch to add validation of xml configuration file

2005-08-12 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://issues.apache.org/bugzilla/show_bu

[EMAIL PROTECTED]: Project commons-jelly (in module commons-jelly) failed

2005-08-12 Thread commons-jelly development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly has an issue affecting its community integration. This issue affect

[EMAIL PROTECTED]: Project commons-jelly (in module commons-jelly) failed

2005-08-12 Thread commons-jelly development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly has an issue affecting its community integration. This issue affect

[EMAIL PROTECTED]: Project commons-betwixt (in module jakarta-commons) failed

2005-08-12 Thread James Strachan
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-betwixt has an issue affecting its community integration. This issue affe

[EMAIL PROTECTED]: Project commons-betwixt (in module jakarta-commons) failed

2005-08-12 Thread James Strachan
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-betwixt has an issue affecting its community integration. This issue affe

[EMAIL PROTECTED]: Project commons-configuration (in module jakarta-commons) failed

2005-08-12 Thread dIon Gillard
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-configuration has an issue affecting its community integration. This issu

[EMAIL PROTECTED]: Project commons-configuration (in module jakarta-commons) failed

2005-08-12 Thread dIon Gillard
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-configuration has an issue affecting its community integration. This issu

svn commit: r232266 - /jakarta/commons/sandbox/jci/trunk/project.properties

2005-08-12 Thread tcurdt
Author: tcurdt Date: Fri Aug 12 03:50:41 2005 New Revision: 232266 URL: http://svn.apache.org/viewcvs?rev=232266&view=rev Log: for the moment turn it on by default for a full log copy the simplelog properties into the target dir Modified: jakarta/commons/sandbox/jci/trunk/project.properties

svn commit: r232264 - in /jakarta/commons/sandbox/jci/trunk: project.properties src/test/org/apache/commons/jci/monitor/FilesystemAlterationMonitorTestCase.java

2005-08-12 Thread tcurdt
Author: tcurdt Date: Fri Aug 12 03:47:31 2005 New Revision: 232264 URL: http://svn.apache.org/viewcvs?rev=232264&view=rev Log: prepare to log tests remove the potential endless loop Modified: jakarta/commons/sandbox/jci/trunk/project.properties jakarta/commons/sandbox/jci/trunk/src/test

DO NOT REPLY [Bug 36161] New: - Patch to add validation of xml configuration file

2005-08-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36159] - [exec] Remove Java 1.1 support

2005-08-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36159] - [exec] Remove Java 1.1 support

2005-08-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36159] New: - [exec] Remove Java 1.1 support

2005-08-12 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://issues.apache.org/bugzilla/show_bu