Re: [jelly] RC2?

2005-01-21 Thread Paul Libbrecht
As simple as that: JellyContext.clear() To be used, of course, from the same thread that ran the script ! paul Le 21 janv. 05, à 02:49, Brett Porter a écrit : If there's a way to tell a context to clean up as it is going out of scope, that could definitely be added.

[jira] Commented: (JELLY-85) TagScript doesn't clear its cached tags after run()

2005-01-21 Thread Paul Libbrecht (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-85?page=comments#action_57879 ] Paul Libbrecht commented on JELLY-85: - Mmmh, that means that any operation that intend to use the script-to-tag association have to be run within the same thread. Maybe

DO NOT REPLY [Bug 33190] - [collections] Facility for passing an Iterator object into the 'View' part of an MVC framework

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

[jira] Created: (JELLY-197) groundless unit tests suite.

2005-01-21 Thread Marc DeXeT (JIRA)
groundless unit tests suite. Key: JELLY-197 URL: http://issues.apache.org/jira/browse/JELLY-197 Project: jelly Type: Bug Components: core / taglib.core Versions: 1.0-RC2 Reporter: Marc DeXeT Priority: Blocker Core

[jira] Updated: (JELLY-197) groundless unit tests suite.

2005-01-21 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-197?page=history ] Marc DeXeT updated JELLY-197: - Attachment: patch.jelly-tag.bean.suite.jelly.txt groundless unit tests suite. Key: JELLY-197 URL:

[jira] Updated: (JELLY-197) groundless unit tests suite.

2005-01-21 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-197?page=history ] Marc DeXeT updated JELLY-197: - Attachment: patch.suite.jelly.txt groundless unit tests suite. Key: JELLY-197 URL:

[jira] Assigned: (JELLY-197) groundless unit tests suite.

2005-01-21 Thread dion gillard (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-197?page=history ] dion gillard reassigned JELLY-197: -- Assign To: dion gillard groundless unit tests suite. Key: JELLY-197 URL:

[jira] Commented: (JELLY-197) groundless unit tests suite.

2005-01-21 Thread dion gillard (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-197?page=comments#action_57885 ] dion gillard commented on JELLY-197: Looks good. Testing now. groundless unit tests suite. Key: JELLY-197 URL:

cvs commit: jakarta-commons/jelly/jelly-tags/bean/src/test/org/apache/commons/jelly/tags/bean suite.jelly

2005-01-21 Thread dion
dion2005/01/21 06:44:27 Modified:jelly/src/test/org/apache/commons/jelly suite.jelly jelly/jelly-tags/bean project.xml jelly/jelly-tags/bean/xdocs changes.xml jelly/jelly-tags/bean/src/test/org/apache/commons/jelly/tags/bean

[jira] Resolved: (JELLY-197) groundless unit tests suite.

2005-01-21 Thread dion gillard (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-197?page=history ] dion gillard resolved JELLY-197: Resolution: Fixed Fix Version: 1.0-RC2 Fixed and tested groundless unit tests suite. Key: JELLY-197

RE: [jelly] RC2?

2005-01-21 Thread Hans Gilde
Although, if JellyContext goes out of scope it should have the same effect. -Original Message- From: Paul Libbrecht [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 3:50 AM To: Jakarta Commons Developers List Subject: Re: [jelly] RC2? As simple as that:

cvs commit: jakarta-commons/configuration/src/java/org/apache/commons/configuration ConfigurationUtils.java AbstractFileConfiguration.java

2005-01-21 Thread oheger
oheger 2005/01/21 07:51:33 Modified:configuration/src/java/org/apache/commons/configuration ConfigurationUtils.java AbstractFileConfiguration.java Log: Fix for issue 33185, test for invalid parameters of the save(String) method on

DO NOT REPLY [Bug 33185] - [configuration] testSaveInvalidURL in TestFileConfiguration fails

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

[jira] Commented: (JELLY-85) TagScript doesn't clear its cached tags after run()

2005-01-21 Thread Hans Gilde (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-85?page=comments#action_57890 ] Hans Gilde commented on JELLY-85: - Well... It's not how Jelly works now, so I'll have to think about it. I'm really in favor of this: splitting off the different bits of

[jira] Updated: (JELLY-195) Janino compiler tag library

2005-01-21 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-195?page=history ] Marc DeXeT updated JELLY-195: - Attachment: janino-alpha.2005.01.21.19h00.zip New janino tag implementation. Reproduces jelly-tag bean suite test. Includes new (alpha) Design framework to

Re: [jelly] RC2?

2005-01-21 Thread Paul Libbrecht
FileTag is in core which I presume would be released along Jelly... Or did someone plan to release jelly-core separately ? paul Le 21 janv. 05, à 02:38, Hans Gilde a écrit : I'm for fixing JELLY-177 and JELLY-196 (haven't really looked at 196, just the description). 191 is for a TagLib, so it

Re: [logging] API - methods for logging entry and exit events

2005-01-21 Thread Ceki Gülcü
Logging too much can be as bad as the absence of logging. Cluttering the log output with entry and exit events will increase the amount of noise and negatively impact the usefulness of the logs. Consequenly, logging enter and exit events amount to bad practice. For a deployed system, which one

Re: [logging] API - methods for logging entry and exit events

2005-01-21 Thread Richard Sitze
Ceki Gülcü [EMAIL PROTECTED] wrote on 01/21/2005 01:45:46 PM: Logging too much can be as bad as the absence of logging. Cluttering the log output with entry and exit events will increase the amount of noise and negatively impact the usefulness of the logs. Consequenly, logging enter and

Re: [jira] Commented: (JELLY-85) TagScript doesn't clear its cached tags after run()

2005-01-21 Thread Paul Libbrecht
For 1.1, or ? There are a few other issues around that talk about this... paul Le 21 janv. 05, à 16:23, Hans Gilde (JIRA) a écrit : Well... It's not how Jelly works now, so I'll have to think about it. I'm really in favor of this: splitting off the different bits of functionality from

cvs commit: jakarta-commons/jelly/src/test/org/apache/commons/jelly testFile.jelly

2005-01-21 Thread polx
polx2005/01/21 12:42:16 Modified:jelly/src/java/org/apache/commons/jelly/tags/core FileTag.java jelly/src/test/org/apache/commons/jelly testFile.jelly Log: Fixing issue JELLY-191 raised by Marc Dexet. FileTag should allow appending to a

[jira] Commented: (JELLY-191) FileTag must allow to append to flat file

2005-01-21 Thread Paul Libbrecht (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-191?page=comments#action_57916 ] Paul Libbrecht commented on JELLY-191: -- I'd like to close this issue, it is working fine. Use file append=true . paul FileTag must allow to append to flat file

[vfs] proposal: FileUtils

2005-01-21 Thread B. K. Oxley (binkley)
For inclusion in the VFS I propose a higher-level API which wraps the lower-level FileObject operations for ease of use in applications. In particular, I would like to capture these principles: * Do-or-die semantics. * Transactional semantics. * Completed operations. * Instance methods. * Easy

Re: [vfs] proposal: FileUtils

2005-01-21 Thread Mario Ivankovits
Damn good work! I think we should introduce a FileUtils class, I dont want to bloat the FileObject with utility functions. About transactionality :- care should be taken to not reimplement something like [transaction], they already implemented such a beast using java.io.File. Maybe we can

Re: [vfs] proposal: FileUtils

2005-01-21 Thread B. K. Oxley (binkley)
Mario Ivankovits wrote: About transactionality :- care should be taken to not reimplement something like [transaction], they already implemented such a beast using java.io.File. Maybe we can adopt it. I'll have to look at it, but it looked like overkill for what I had in mind. I've been toying

Re: cvs commit: jakarta-commons/jelly/src/test/org/apache/commons/jelly testFile.jelly

2005-01-21 Thread Dion Gillard
Does this really work? Because... On 21 Jan 2005 20:42:16 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: polx2005/01/21 12:42:16 Modified:jelly/src/java/org/apache/commons/jelly/tags/core FileTag.java

[Math] Contributions Adding Adjusted R-Squared to Simple regression

2005-01-21 Thread Paul Brennan
Hi, Just wanted to add Adjusted R-Squared to the simple regression in the Simple Regression of stat. Also is anyone working on Multiple regressions for the Math(s) library? Yours Paul Brennan --- commons-math/src/java/org/apache/commons/math/stat/regression/SimpleRegressi on.java 2005-01-21

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections/buffer TestCircularFifoBuffer.java

2005-01-21 Thread scolebourne
scolebourne2005/01/21 16:47:49 Modified:collections/src/test/org/apache/commons/collections/buffer TestCircularFifoBuffer.java Log: Add lots of tests for bug 33071 Revision ChangesPath 1.6 +171 -1

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections/buffer BoundedFifoBuffer.java

2005-01-21 Thread scolebourne
scolebourne2005/01/21 16:48:22 Modified:collections/src/java/org/apache/commons/collections/buffer BoundedFifoBuffer.java Log: Optimise the remove implementation for performance of common case Revision ChangesPath 1.11 +16 -10

RE: [Math] Contributions Adding Adjusted R-Squared to Simple regression

2005-01-21 Thread Phil Steitz
Paul, Thanks for the patch! Yes, we would like to implement multiple regression and would welcome patches for that as well. We have been talking about using QR decomposition to solve the normal equations to get better numerics than just inverting XX'. I am working on getting the IP

DO NOT REPLY [Bug 33102] - [lang] add generic add method to DateUtils

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

[Jakarta Commons Wiki] Updated: Lang

2005-01-21 Thread commons-dev
Date: 2005-01-21T18:23:28 Editor: 12.220.74.99 Wiki: Jakarta Commons Wiki Page: Lang URL: http://wiki.apache.org/jakarta-commons/Lang Both of these issues are awaiting patches (and have been waiting for a while) Change Log:

[Jakarta Commons Wiki] Updated: Lang

2005-01-21 Thread commons-dev
Date: 2005-01-21T18:42:51 Editor: 12.220.74.99 Wiki: Jakarta Commons Wiki Page: Lang URL: http://wiki.apache.org/jakarta-commons/Lang no comment Change Log: -- @@ -20,7 +20,6 @@ 1.

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

2005-01-21 Thread bayard
bayard 2005/01/21 20:22:13 Modified:lang/src/java/org/apache/commons/lang ArrayUtils.java lang/src/test/org/apache/commons/lang ArrayUtilsAddTest.java Log: primitive overloads added for add(array, int index, element) Revision ChangesPath 1.50 +268 -6

[Jakarta Commons Wiki] Updated: Lang

2005-01-21 Thread commons-dev
Date: 2005-01-21T20:22:13 Editor: 12.220.74.99 Wiki: Jakarta Commons Wiki Page: Lang URL: http://wiki.apache.org/jakarta-commons/Lang no comment Change Log: -- @@ -22,7 +22,7 @@ 1.

[Jakarta Commons Wiki] Updated: Lang

2005-01-21 Thread commons-dev
Date: 2005-01-21T20:31:11 Editor: 12.220.74.99 Wiki: Jakarta Commons Wiki Page: Lang URL: http://wiki.apache.org/jakarta-commons/Lang no comment Change Log: -- @@ -19,9 +19,9 @@ Seeking opinions