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

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

[jci][fyi] JSR 199: Sun's JCI?

2005-08-19 Thread Joerg Heinicke
http://www.cafeaulait.org/oldnews/news2005August17.html JSR 199 seems to be nearly three years old. Not much result to see :-) Their analogy to the CompilationProblem handling: a DiagnosticListener (like our CompilationProblemHandler) with just one method problemFound(DiagnosticMessage) with

Re: [jci][fyi] JSR 199: Sun's JCI?

2005-08-19 Thread Torsten Curdt
On 19.08.2005, at 12:29, Joerg Heinicke wrote: http://www.cafeaulait.org/oldnews/news2005August17.html JSR 199 seems to be nearly three years old. Not much result to see :-) I know ...I heard we might get compilation in java 1.6 ...but not necessarily compiler abstraction *shrug* Another

DO NOT REPLY [Bug 35429] - [daemon] procrun apps do not link under VC 2003

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

DO NOT REPLY [Bug 35427] - [daemon] jar2exe.c does not compile

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

DO NOT REPLY [Bug 35445] - [daemon] prunsrv timeouts 1 minute don't work

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

Re: [jci][fyi] JSR 199: Sun's JCI?

2005-08-19 Thread Joerg Heinicke
Torsten Curdt tcurdt at apache.org writes: Another interesting interface might be JavaFileObject hiding the details of accessing resources. Though JCI has ResourceReader and ResourceStore it is not really detached from file system. Huh? Why not? The memory implementations don't

[jira] Commented: (JELLY-217) org.apache.commons.jelly.tags.xml.ElementTag small bug in output wrapper

2005-08-19 Thread Diogo Bacelar Quintela (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-217?page=comments#action_12319355 ] Diogo Bacelar Quintela commented on JELLY-217: -- | to support | | x:element name=abc | x:commentmy comment/x:comment | /x:element | | to generate | abc | !--

Re: [jci][fyi] JSR 199: Sun's JCI?

2005-08-19 Thread Torsten Curdt
Huh? Why not? The memory implementations don't care much of the file system :-P That was one of the main goal of JCI. Yes and that's fine. But search for the String.replace(char, char) method and you know what I mean :-) There are many places where class names are converted to file names

svn commit: r233505 - in /jakarta/commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/ConfigurationKey.java test/org/apache/commons/configuration/TestConfigurationKey.java

2005-08-19 Thread oheger
Author: oheger Date: Fri Aug 19 09:16:31 2005 New Revision: 233505 URL: http://svn.apache.org/viewcvs?rev=233505view=rev Log: Minor fixes and increased unit test coverage Modified: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/ConfigurationKey.java

svn commit: r233508 - /jakarta/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestHierarchicalConfiguration.java

2005-08-19 Thread oheger
Author: oheger Date: Fri Aug 19 09:30:10 2005 New Revision: 233508 URL: http://svn.apache.org/viewcvs?rev=233508view=rev Log: Increased unit test coverage Modified: jakarta/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestHierarchicalConfiguration.java

DO NOT REPLY [Bug 36233] - [math][patch] Solver Source Files

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

resource names vs. file names (was: [jci][fyi] JSR 199: Sun's JCI?)

2005-08-19 Thread Joerg Heinicke
Torsten Curdt tcurdt at apache.org writes: Huh? Why not? The memory implementations don't care much of the file system :-P That was one of the main goal of JCI. Yes and that's fine. But search for the String.replace(char, char) method and you know what I mean There are many

Re: [Bug 36261] - [jci] no class could be loaded after a compilation error occured

2005-08-19 Thread Joerg Heinicke
http://issues.apache.org/bugzilla/show_bug.cgi?id=36261 wait a sec ...let's discuss that on the list first. while I agree that it makes sense to remove the counting from the problem handler interface I am not too sure I like the other changes too much. Off-list you talked about

DO NOT REPLY [Bug 36233] - [math][patch] Solver Source Files

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

Re: [validator] Towards a release

2005-08-19 Thread Rob Leland
I believe I applied the form inheritance patch back in early 2004, and at the time we were trying to get a stable version of Validator out for Struts 1.2.X series and creating the Branch seemed the thing to do. 1.2 is also the version that David removed deprecated methods so releasing 1.2

svn commit: r233996 - in /jakarta/commons/proper/math/branches/MATH_1_1/src: java/org/apache/commons/math/stat/ java/org/apache/commons/math/util/ test/org/apache/commons/math/linear/ test/org/apache/

2005-08-19 Thread brentworden
Author: brentworden Date: Fri Aug 19 21:26:27 2005 New Revision: 233996 URL: http://svn.apache.org/viewcvs?rev=233996view=rev Log: added test cases to increase test coverage. Modified: jakarta/commons/proper/math/branches/MATH_1_1/src/java/org/apache/commons/math/stat/StatUtils.java

[Jakarta-commons Wiki] Update of math/1.1ReleasePlan by BrentWorden

2005-08-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by BrentWorden: http://wiki.apache.org/jakarta-commons/math/1%2e1ReleasePlan