DO NOT REPLY [Bug 34942] - [VFS] no vfs_cache cleanup after ant task completed

2005-08-15 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=34942. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [jelly] 1.0-final problem wrt tag caching

2005-08-15 Thread Paul Libbrecht
At least a quick summary of caching would be that: if caching is disabled, the tag object is renewed at the beginning of every new run. (where I understood disabled caching would imply the tag would disappear much earlier). Maybe that's a simple formulation... paul Le 15 août 05, à 02:49,

Re: [javaflow] class loader

2005-08-15 Thread Torsten Curdt
OK. What I can do is to completely replace the findClass method by using the URLCassLoader.findResource. aehem... please don't copy-and-paste. AFAIK we cannot do this because of sun's license restrictions. It won't be able to support package sealing nor can it easily define

Re: [javaflow] Continuation.startSuspendedWith(Runnable)

2005-08-15 Thread Torsten Curdt
On 13.08.2005, at 23:47, Kohsuke Kawaguchi wrote: Torsten, While implementing the workflow engine, I found that it's convenient to be able to create a Continuation without actually executing it. This is analogous to creating a thread in a suspended state. While this can be easily

Re: [javaflow] integrating the latest BCEL

2005-08-15 Thread Torsten Curdt
Torsten, When I instrument one of my classes with javaflow. I get a VerifyError from JVM --- the instrumented code isn't correct. While I haven't done much research on why/how, apparently the problem only happens when I use the 2004/03/29 version of BCEL. If I use the current trunk of

Re: [jci] initial compiling

2005-08-15 Thread Torsten Curdt
I have a problem with loading a class immediately after the setup of the CompilingClassLoader. With a setup like in the TestCases using a signal object it does not work (I get ClassNotFoundException), because the CCL does release a reload() event immediately after setup - before my files

svn commit: r232775 - in /jakarta/commons/proper/daemon/trunk/src/native/unix/native: arguments.c help.c

2005-08-15 Thread jfclere
Author: jfclere Date: Mon Aug 15 01:50:17 2005 New Revision: 232775 URL: http://svn.apache.org/viewcvs?rev=232775view=rev Log: Fix PR 36051. Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/native/arguments.c jakarta/commons/proper/daemon/trunk/src/native/unix/native/help.c

DO NOT REPLY [Bug 36051] - [daemon] procname argument is not accepted

2005-08-15 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=36051. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [jci] initial compiling

2005-08-15 Thread Joerg Heinicke
Torsten Curdt tcurdt at apache.org writes: I have a problem with loading a class immediately after the setup of the CompilingClassLoader. With a setup like in the TestCases using a signal object it does not work (I get ClassNotFoundException), because the CCL does release a reload()

Re: [jci] initial compiling

2005-08-15 Thread Torsten Curdt
The hasReloaded notification should happen after the compilation has finished and your classes should be available after that. As I wrote above the first hasReloaded happens already by the CCL itself at the end of its start() method. The second hasReloaded is the one to go at the

Re: [math] Re: commons math

2005-08-15 Thread Lukas Vlcek
Hi, this sounds great to me as well! I have been using [math] for some time and I found it very handy (congratulations to math team!). As for data mining functions I didn't have a chance to look what is implemented elsewhere yet (e.g: WEKA) but if there is anything what could be started in

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

2005-08-15 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

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

2005-08-15 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

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

2005-08-15 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

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

2005-08-15 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

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

2005-08-15 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

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

2005-08-15 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

svn commit: r232790 - /jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c

2005-08-15 Thread jfclere
Author: jfclere Date: Mon Aug 15 03:48:56 2005 New Revision: 232790 URL: http://svn.apache.org/viewcvs?rev=232790view=rev Log: Just add a comment. Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c Modified:

svn commit: r232794 - /jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c

2005-08-15 Thread jfclere
Author: jfclere Date: Mon Aug 15 04:19:48 2005 New Revision: 232794 URL: http://svn.apache.org/viewcvs?rev=232794view=rev Log: Fix 35017 (wait 60 seconds before restarting!). Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c Modified:

DO NOT REPLY [Bug 35017] - [daemon] jsvc hangs on JRE error

2005-08-15 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=35017. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35188] - [daemon] JSVC does not work with JRockit

2005-08-15 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=35188. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r232795 - /jakarta/commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunsrv/prunsrv.c

2005-08-15 Thread jfclere
Author: jfclere Date: Mon Aug 15 04:27:15 2005 New Revision: 232795 URL: http://svn.apache.org/viewcvs?rev=232795view=rev Log: Fix 35188 (typos in messages and comments). Modified: jakarta/commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunsrv/prunsrv.c Modified:

DO NOT REPLY [Bug 35318] - [daemon] debug log output writes Waitning rather than Waiting.

2005-08-15 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=35318. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r232797 - in /jakarta/commons/proper/daemon/trunk/src/native: nt/procrun/src/javajni.c unix/native/java.c

2005-08-15 Thread jfclere
Author: jfclere Date: Mon Aug 15 04:33:58 2005 New Revision: 232797 URL: http://svn.apache.org/viewcvs?rev=232797view=rev Log: Fix PR 35318. Modified: jakarta/commons/proper/daemon/trunk/src/native/nt/procrun/src/javajni.c jakarta/commons/proper/daemon/trunk/src/native/unix/native/java.c

DO NOT REPLY [Bug 35340] - [daemon] improve JVM version message

2005-08-15 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=35340. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35403] - [daemon] Changes to make jsvc work on AMD64 w/ JDK 1.5

2005-08-15 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=35403. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35659] - [daemon] Tomcat under jsvc is crashing soon

2005-08-15 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=35659. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [math] Re: commons math

2005-08-15 Thread John Gant
Excellent! I also found some older stuff that I had written yesterday, and it included a tree clustering algorithm. Within this code, I also found implementations of distibution-specific random number generators, i.e. triangular, uniform, exponential, etc. I am not sure if these would be useful in

DO NOT REPLY [Bug 36030] - [daemon] invalid execve() usage

2005-08-15 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=36030. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35659] - [daemon] Tomcat under jsvc is crashing soon

2005-08-15 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=35659. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35340] - [daemon] improve JVM version message

2005-08-15 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=35340. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35612] - [daemon] Valid service names are rejected

2005-08-15 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=35612. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[math] Re: commons math

2005-08-15 Thread Lukas Vlcek
Hi, As Phil noted the question of IP is very important. As far as I know association mining concept is not covered by any patent or copyright (in fact I would be very surprised if it is). Also I think (and authors of [math] would confirm) that it is important to provide good and clear

Re: [math] Re: commons math

2005-08-15 Thread John Gant
I have no link currently, although I can create a link soon (within the day). All of my algorithms are textbook algorithms, that I have used for class or other purposes. Although I am fairly certain these are not restricted in any way, I am not overly familiar with IP issues and welcome help on

DO NOT REPLY [Bug 36196] New: - [jci] compiler implementations: streams remain open ... and other minor issues

2005-08-15 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=36196. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36196] - [jci] compiler implementations: streams remain open ... and other minor issues

2005-08-15 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=36196. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36196] - [jci] compiler implementations: streams remain open ... and other minor issues

2005-08-15 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=36196. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [math] Re: commons math

2005-08-15 Thread John Gant
I will, later this evening, reply with the resources I used to create the software. When I mentioned textbook, I meant that I used the pseudocode as a guideline for development. None of the software I use/or have used was a direct copy from a book like Numerical Recipes, due to my need to

DO NOT REPLY [Bug 34942] - [VFS] no vfs_cache cleanup after ant task completed

2005-08-15 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=34942. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34942] - [VFS] no vfs_cache cleanup after ant task completed

2005-08-15 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=34942. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34942] - [VFS] no vfs_cache cleanup after ant task completed

2005-08-15 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=34942. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Validator By Name

2005-08-15 Thread Romero, Ron
I'm working on a large project using Commons Validator, using exclusively the regex validation. I want to administer all my regexes from a single location. I don't want each developer to have to write their own regex for, e.g., a first name or a U.S. phone number. I want to write the regex in

RE: [lang] StrMatcher in text subpackage

2005-08-15 Thread Gary Gregory
Hello: Perhaps the Javadoc could mention when to use a StrMatcher vs RE's in 1.4 or Jakarta's ORO. I would say that removing any code duplication is key in this on-going refactoring. So I look forward to seeing the complete refactoring. I also have a (fantasy?) goal that we could get 100% unit

Re: [javaflow] class loader

2005-08-15 Thread Kohsuke Kawaguchi
Torsten Curdt wrote: OK. What I can do is to completely replace the findClass method by using the URLCassLoader.findResource. aehem... please don't copy-and-paste. AFAIK we cannot do this because of sun's license restrictions. I believe I only cut-and-paste from AntClassLoader, not

[jci] JaninoJavaCompiler and other issues

2005-08-15 Thread Joerg Heinicke
Hello, today I came across an issue with the Janino version 2.3.3 in use in JCI. It does not find static methods in classes. After an update to 2.3.8 (which unfortunately needs adaptions in JaninoJavaCompiler the compilation of my classes work again. Is there any interest in this update to JCI

DO NOT REPLY [Bug 36190] - [cli] more structured exceptions

2005-08-15 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=36190. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36189] - [cli] separate definition and values

2005-08-15 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=36189. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36188] - [cli] support type validation

2005-08-15 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=36188. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36187] - [cli] support validation for one/many values

2005-08-15 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=36187. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36186] - [cli] Options.getOptions() should return options in the order they were insterted

2005-08-15 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=36186. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36185] - [cli] supporting options without a short option

2005-08-15 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=36185. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r232839 - /jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c

2005-08-15 Thread jfclere
Author: jfclere Date: Mon Aug 15 10:44:02 2005 New Revision: 232839 URL: http://svn.apache.org/viewcvs?rev=232839view=rev Log: fix 36030. Note that it requires /proc to be mounted. Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c Modified:

DO NOT REPLY [Bug 36030] - [daemon] invalid execve() usage

2005-08-15 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=36030. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36031] - [daemon] Please support more architectures

2005-08-15 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=36031. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [jci] JaninoJavaCompiler and other issues

2005-08-15 Thread Torsten Curdt
today I came across an issue with the Janino version 2.3.3 in use in JCI. It does not find static methods in classes. After an update to 2.3.8 (which unfortunately needs adaptions in JaninoJavaCompiler the compilation of my classes work again. Is there any interest in this update to JCI

svn commit: r232843 - /jakarta/commons/proper/daemon/trunk/src/native/unix/CHANGES.txt

2005-08-15 Thread jfclere
Author: jfclere Date: Mon Aug 15 11:14:33 2005 New Revision: 232843 URL: http://svn.apache.org/viewcvs?rev=232843view=rev Log: The corrections I have done today ;-) Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/CHANGES.txt Modified:

svn commit: r232844 - /jakarta/commons/proper/daemon/trunk/src/native/nt/service/instmain.c

2005-08-15 Thread jfclere
Author: jfclere Date: Mon Aug 15 11:16:16 2005 New Revision: 232844 URL: http://svn.apache.org/viewcvs?rev=232844view=rev Log: Fix 36050 (attachement 15913!). Modified: jakarta/commons/proper/daemon/trunk/src/native/nt/service/instmain.c Modified:

Re: [javaflow] class loader

2005-08-15 Thread Torsten Curdt
aehem... please don't copy-and-paste. AFAIK we cannot do this because of sun's license restrictions. I believe I only cut-and-paste from AntClassLoader, not URLClassLoader, but now that you mentioned it, I'm no longer too sure. Did you spot any code that look like from URLClassLoader? I

DO NOT REPLY [Bug 36052] - [daemon] Improve documentation

2005-08-15 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=36052. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

RE: [javaflow] class loader

2005-08-15 Thread James Carman
Out of curiosity, how would Sun know if you copy/pasted rather than writing from scratch, assuming you use the same variable/method names or you actually did copy/paste and changed some variable/method names? I don't know the legality of how that all works. I'm just wondering. How would they

DO NOT REPLY [Bug 35753] - [configuration] Missing useful functionality of XPath in HierarchicalConfiguration

2005-08-15 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=35753. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36058] - [daemon] jsvc.support for setting umask

2005-08-15 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=36058. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36031] - [daemon] Please support more architectures

2005-08-15 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=36031. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [lang] StrMatcher in text subpackage

2005-08-15 Thread Stephen Colebourne
Gary Gregory wrote: I also have a (fantasy?) goal that we could get 100% unit test coverage for the new text package. ;-) Maybe possible, but my maven jcoverage is broken at the moment and gives no useful results. So, its not something I can work on. Stephen

svn commit: r232857 - /jakarta/commons/proper/daemon/trunk/src/native/nt/procrun/src/javajni.c

2005-08-15 Thread jfclere
Author: jfclere Date: Mon Aug 15 12:01:52 2005 New Revision: 232857 URL: http://svn.apache.org/viewcvs?rev=232857view=rev Log: typos in messsage (PR 35340). Modified: jakarta/commons/proper/daemon/trunk/src/native/nt/procrun/src/javajni.c Modified:

DO NOT REPLY [Bug 35340] - [daemon] improve JVM version message

2005-08-15 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=35340. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [javaflow] class loader

2005-08-15 Thread Torsten Curdt
Out of curiosity, how would Sun know if you copy/pasted rather than writing from scratch, assuming you use the same variable/method names or you actually did copy/paste and changed some variable/method names? I don't know the legality of how that all works. I'm just wondering. How

DO NOT REPLY [Bug 36031] - [daemon] Please support more architectures

2005-08-15 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=36031. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

RE: [lang] StrMatcher in text subpackage

2005-08-15 Thread Jonathan Lam
I have been trying to unsubscribe from the mailing list so many times and am still getting emails. Would anyone please let me know how I can remove myself from the email mailing system in Jakarta Commons Developer List? Thanks Jonathan -Original Message- From: Stephen Colebourne

Re: [jci] JaninoJavaCompiler and other issues

2005-08-15 Thread Joerg Heinicke
After an update to 2.3.8 (which unfortunately needs adaptions in JaninoJavaCompiler the compilation of my classes work again. Is there any interest in this update to JCI codebase? Of course! ...what a question ;) There is just the problem of the incompatible change, i.e. JCI does no

svn commit: r232860 - in /jakarta/commons/sandbox/jci/trunk/src: java/org/apache/commons/jci/CompilingClassLoader.java test/org/apache/commons/jci/CompilingClassLoaderTestCase.java

2005-08-15 Thread tcurdt
Author: tcurdt Date: Mon Aug 15 12:18:02 2005 New Revision: 232860 URL: http://svn.apache.org/viewcvs?rev=232860view=rev Log: reload should not be called by the classloader itself Modified: jakarta/commons/sandbox/jci/trunk/src/java/org/apache/commons/jci/CompilingClassLoader.java

Re: [jci] initial compiling

2005-08-15 Thread Torsten Curdt
The hasReloaded notification should happen after the compilation has finished and your classes should be available after that. As I wrote above the first hasReloaded happens already by the CCL itself at the end of its start() method. The second hasReloaded is the one to go at the moment.

DO NOT REPLY [Bug 36031] - [daemon] Please support more architectures

2005-08-15 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=36031. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

RE: [lang] StrMatcher in text subpackage

2005-08-15 Thread Gary Gregory
Hello: Stephen: You can find a current maven site:generate, including Clover coverage reports, here: http://people.apache.org/~ggregory/commons-lang/2.2-dev/docs/ Clover reports: http://people.apache.org/~ggregory/commons-lang/2.2-dev/docs/clover/ Gary -Original Message- From:

RE: [lang] StrMatcher in text subpackage

2005-08-15 Thread Gary Gregory
BTW, I've tried to use JCoverage in the past without success due to a bug in the number of files that can be covered. Have you also tried Emma? I know of a colleague who's had some success with it. http://emma.sourceforge.net/ Gary -Original Message- From: Gary Gregory [mailto:[EMAIL

[daemon] classloader and jsvc

2005-08-15 Thread John Yates
I recently tracked down a NullPointerException in my jsvc loaded java application to the fact that Thread.getContextClassLoader() returning null. JAXBContext.newInstance(String contextPath) effectively is JAXBContext.newInstance(contextPath, Thread.getContextClassLoader()) and dies if the

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

2005-08-15 Thread tcurdt
Author: tcurdt Date: Mon Aug 15 13:26:37 2005 New Revision: 232868 URL: http://svn.apache.org/viewcvs?rev=232868view=rev Log: distinguish between reload and check Modified: jakarta/commons/sandbox/jci/trunk/src/java/org/apache/commons/jci/ReloadingClassLoader.java

svn commit: r232871 - /jakarta/commons/sandbox/jci/trunk/src/java/org/apache/commons/jci/compilers/eclipse/EclipseJavaCompiler.java

2005-08-15 Thread tcurdt
Author: tcurdt Date: Mon Aug 15 13:44:06 2005 New Revision: 232871 URL: http://svn.apache.org/viewcvs?rev=232871view=rev Log: close the streams (thanks to Joerg) Modified: jakarta/commons/sandbox/jci/trunk/src/java/org/apache/commons/jci/compilers/eclipse/EclipseJavaCompiler.java Modified:

svn commit: r232874 - /jakarta/commons/sandbox/jci/trunk/src/java/org/apache/commons/jci/compilers/eclipse/EclipseJavaCompiler.java

2005-08-15 Thread tcurdt
Author: tcurdt Date: Mon Aug 15 13:51:13 2005 New Revision: 232874 URL: http://svn.apache.org/viewcvs?rev=232874view=rev Log: formatting and cleanup Modified: jakarta/commons/sandbox/jci/trunk/src/java/org/apache/commons/jci/compilers/eclipse/EclipseJavaCompiler.java Modified:

DO NOT REPLY [Bug 36196] - [jci] compiler implementations: streams remain open ... and other minor issues

2005-08-15 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=36196. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r232875 - /jakarta/commons/sandbox/jci/trunk/src/java/org/apache/commons/jci/compilers/janino/JaninoJavaCompiler.java

2005-08-15 Thread tcurdt
Author: tcurdt Date: Mon Aug 15 13:55:36 2005 New Revision: 232875 URL: http://svn.apache.org/viewcvs?rev=232875view=rev Log: formatting Modified: jakarta/commons/sandbox/jci/trunk/src/java/org/apache/commons/jci/compilers/janino/JaninoJavaCompiler.java Modified:

svn commit: r232876 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/text/StrBuilder.java test/org/apache/commons/lang/text/StrBuilderTest.java

2005-08-15 Thread scolebourne
Author: scolebourne Date: Mon Aug 15 13:57:06 2005 New Revision: 232876 URL: http://svn.apache.org/viewcvs?rev=232876view=rev Log: Increase test coverage Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrBuilder.java

svn commit: r232878 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/text/StrTokenizer.java java/org/apache/commons/lang/text/VariableFormatter.java test/org/apache/commons/lang/text/StrTokenizerTest.java

2005-08-15 Thread scolebourne
Author: scolebourne Date: Mon Aug 15 13:58:23 2005 New Revision: 232878 URL: http://svn.apache.org/viewcvs?rev=232878view=rev Log: Remove StrTokenizer.Matcher, replace with StrMatcher Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrTokenizer.java

svn commit: r232879 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/StrMatcherTest.java

2005-08-15 Thread scolebourne
Author: scolebourne Date: Mon Aug 15 13:58:53 2005 New Revision: 232879 URL: http://svn.apache.org/viewcvs?rev=232879view=rev Log: Increase test coverage Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/StrMatcherTest.java Modified:

svn commit: r232880 - /jakarta/commons/sandbox/jci/trunk/TODO

2005-08-15 Thread tcurdt
Author: tcurdt Date: Mon Aug 15 14:01:36 2005 New Revision: 232880 URL: http://svn.apache.org/viewcvs?rev=232880view=rev Log: update todo list Modified: jakarta/commons/sandbox/jci/trunk/TODO Modified: jakarta/commons/sandbox/jci/trunk/TODO URL:

DO NOT REPLY [Bug 36031] - [daemon] Please support more architectures

2005-08-15 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=36031. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r232882 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/

2005-08-15 Thread scolebourne
Author: scolebourne Date: Mon Aug 15 14:04:19 2005 New Revision: 232882 URL: http://svn.apache.org/viewcvs?rev=232882view=rev Log: Add serialization version Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/IllegalClassException.java

svn commit: r232884 - in /jakarta/commons/sandbox/jci/trunk/src/test/org/apache/commons/jci: CompilerUtils.java ReloadingClassLoaderTestCase.java

2005-08-15 Thread tcurdt
Author: tcurdt Date: Mon Aug 15 14:11:12 2005 New Revision: 232884 URL: http://svn.apache.org/viewcvs?rev=232884view=rev Log: fixed the dependency delete test Modified: jakarta/commons/sandbox/jci/trunk/src/test/org/apache/commons/jci/CompilerUtils.java

Re: [javaflow] instrumenting 'NEW' op

2005-08-15 Thread Torsten Curdt
I don't think I understand the instrumentation logic completely, but from a cursory look, the idea is to evaluate constructor parameters before the 'new' op (and StackRecorder is used as a temporary place to store evaluated objects.) That's true ...Stephan introduced that to get rid of

Re: DO NOT REPLY [Bug 36060] New: - [math][patch] Integration Source Files

2005-08-15 Thread J.Pietschmann
Phil Steitz wrote: Great!! I created a release branch for 1.1 and updated the POM in trunk to 1.2, so there will be no contention with the release. I also committed the sources in what I think is the latest version to trunk. Pls check out and make any changes you see fit. Now that's

svn commit: r232889 - in /jakarta/commons/sandbox/jci/trunk/src/java/org/apache/commons/jci: ReloadingClassLoader.java listeners/ReloadingListener.java

2005-08-15 Thread tcurdt
Author: tcurdt Date: Mon Aug 15 14:44:16 2005 New Revision: 232889 URL: http://svn.apache.org/viewcvs?rev=232889view=rev Log: proper name Modified: jakarta/commons/sandbox/jci/trunk/src/java/org/apache/commons/jci/ReloadingClassLoader.java

Unsubscribe from commons-cvs?

2005-08-15 Thread James Carman
Any way to unsubscribe from commons-cvs, but stay on the developers list?

[lang] LocaleUtils

2005-08-15 Thread Stephen Colebourne
I have checked in a LocaleUtils class, without tests. This is to show what I have in mind for this class. Not big, just to cover a few operations that you can't easily achieve with the locale class itself. It is definitely not intended as the first step of a localization system. Anyway,

svn commit: r232895 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/StrBuilderTest.java

2005-08-15 Thread scolebourne
Author: scolebourne Date: Mon Aug 15 15:07:49 2005 New Revision: 232895 URL: http://svn.apache.org/viewcvs?rev=232895view=rev Log: Increase test coverage Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/StrBuilderTest.java Modified:

Re: Unsubscribe from commons-cvs?

2005-08-15 Thread Rory Winston
James Carman wrote: Any way to unsubscribe from commons-cvs, but stay on the developers list? I dont think so. You should probably just set up a filter/rule in your mail client. - To unsubscribe, e-mail: [EMAIL

RE: Unsubscribe from commons-cvs?

2005-08-15 Thread James Carman
The only bad part about that is Outlook will still show the new mail icon on my system tray even if the rule permanently deletes it. I don't know why we force all the developers to receive the CVS (subversion) notifications. -Original Message- From: Rory Winston [mailto:[EMAIL

svn commit: r232900 - in /jakarta/commons/proper/io/trunk/src: java/org/apache/commons/io/filefilter/AndFileFilter.java java/org/apache/commons/io/filefilter/OrFileFilter.java test/org/apache/commons/

2005-08-15 Thread scolebourne
Author: scolebourne Date: Mon Aug 15 15:22:30 2005 New Revision: 232900 URL: http://svn.apache.org/viewcvs?rev=232900view=rev Log: Handle null List constructor more gracefully Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AndFileFilter.java

Re: [math] Re: commons math

2005-08-15 Thread Phil Steitz
Great! As long as the code is original and the algorithms are standard, there should be no problem with IP. Please just include references to sources describing the algorithms and, of course, unit tests when you submit code. If you are familiar with R and have access to it, validating the unit

Re: [math] Re: commons math

2005-08-15 Thread Phil Steitz
On 8/15/05, John Gant [EMAIL PROTECTED] wrote: Excellent! I also found some older stuff that I had written yesterday, and it included a tree clustering algorithm. Within this code, I also found implementations of distibution-specific random number generators, i.e. triangular, uniform,

Re: [math] Re: commons math

2005-08-15 Thread Phil Steitz
On 8/13/05, John Gant [EMAIL PROTECTED] wrote: Algorithms: - Feature reduction a. Basic cross correlation, including both spearman and pearson cross correlation algorithms. b. Principal Component Analysis. c. Entropy Based reduction. All good, IMHO, esp. a. and b. I currently have a,

  1   2   >