RE: [jelly] SOLVED: Maven issue with Hans memory leak patch

2005-05-21 Thread Hans Gilde
Wait... strike this new patch. My old one should be fine. Now I'm jumping to conclusions because I haven't looked at it for so long. Brett, what's being reused where it wasn't before? I would not expect this behavior. -Original Message- From: Hans Gilde [mailto:[EMAIL PROTECTED] Sent:

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

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

[doc] update to cut release page

2005-05-21 Thread Simon Kitching
Hi, Following in the stream of release procedure updates, here's the next page for review. original: http://jakarta.apache.org/commons/releases/release.html proposed new: http://people.apache.org/~skitching/release.html As before, the new one doesn't have access to the proper stylesheet so it

svn commit: r171200 - /jakarta/commons/proper/commons-build/trunk/xdocs/sandbox/index.xml

2005-05-21 Thread skitching
Author: skitching Date: Sat May 21 00:28:00 2005 New Revision: 171200 URL: http://svn.apache.org/viewcvs?rev=171200view=rev Log: Removed some info re subversion, as it is available elsewhere on the commons site, and is not present in the equivalent welcome page for proper components. Modified:

Re: [lang] Interpolation

2005-05-21 Thread Stephen Colebourne
Simon Kitching wrote: Anyway, my suggestion would be to copy+paste the code from Lang into configuration for the moment. If/when a later version of lang includes that code, you could then switch to using it. This is the best plan for now. Remember that if you do copy it, you should make the

Re: [doc] release procedure

2005-05-21 Thread Stephen Colebourne
They look a bit like something I do on Joda-Time, and vaguely similar to [collections]. The basic idea is to link the latest version javadoc to a known fixed URL. To achieve this, each releases javadoc must be uploaded in a directory named api-1.1 or similar. Thus your server contains:

Re: [doc] update to ViewSVN link in commons website

2005-05-21 Thread Stephen Colebourne
I have a couple of issues: 1) I don't think we should reference https here at all. Committers should know what they are doing. (The danger is that a user picks the first URL on the page without reading the text) 2) Related (to the user picking the first URL), I suggest that the URL should

Re: [doc] update to ViewSVN link in commons website

2005-05-21 Thread Simon Kitching
On Sat, 2005-05-21 at 09:46 +0100, Stephen Colebourne wrote: I have a couple of issues: 1) I don't think we should reference https here at all. Committers should know what they are doing. (The danger is that a user picks the first URL on the page without reading the text)\ I'm fine with

Re: [lang] Interpolation

2005-05-21 Thread Oliver Heger
Simon Kitching wrote: On Fri, 2005-05-20 at 19:00 +0200, Oliver Heger wrote: Hi, a while ago there was a discussion about adding support for variable substitution/interpolation to lang. IIRC Simon Kitching proposed to extract the interpolation engine of digester. I'd like to know the

DO NOT REPLY [Bug 34289] - [configuration] FileChangedReloadingStrategy fails to properly detect file change

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

svn commit: r171229 - in /jakarta/commons/proper/math/trunk: src/java/org/apache/commons/math/linear/BigMatrixImpl.java src/java/org/apache/commons/math/linear/MatrixUtils.java src/java/org/apache/commons/math/linear/RealMatrixImpl.java src/test/org/apache/commons/math/linear/MatrixUtilsTest.java xdocs/changes.xml

2005-05-21 Thread psteitz
Author: psteitz Date: Sat May 21 09:29:19 2005 New Revision: 171229 URL: http://svn.apache.org/viewcvs?rev=171229view=rev Log: Added createXIdentityMatrix methods to MatrixUtils and deprecated getIdentity methods in RealMatrixImpl, BigMatrixImpl. Modified RealMatrixImpl, BigMatrixImpl

Re: [Math]

2005-05-21 Thread Phil Steitz
Rodrigo, Thank you for your interest. Ideas / patches / suggestions welcome! Feel free to post here or add things to the wiki here: http://wiki.apache.org/jakarta-commons/MathWishList Regarding your question on getIdentity, the answer is that this method is not really a natural part of the

DO NOT REPLY [Bug 35004] New: - Supplement collections with contribution

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

Re: [doc] update to ViewSVN link in commons website

2005-05-21 Thread Stephen Colebourne
Simon Kitching wrote: On Sat, 2005-05-21 at 09:46 +0100, Stephen Colebourne wrote: 2) Related (to the user picking the first URL), I suggest that the URL should be of the full form for a project (named foo) right down to trunk. Again, this will help people who just pickup the link and don't

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

2005-05-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.

svn commit: r171256 - in /jakarta/commons/proper/collections/trunk: RELEASE-NOTES.html src/java/org/apache/commons/collections/MapUtils.java

2005-05-21 Thread scolebourne
Author: scolebourne Date: Sat May 21 14:12:54 2005 New Revision: 171256 URL: http://svn.apache.org/viewcvs?rev=171256view=rev Log: Add MultiValueMap providing control over the map and collection implementations 29440 Modified: jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html

Re: [doc] update to cut release page

2005-05-21 Thread Phil Steitz
Looks good. Thanks for picking this up. I started this a while back, creating a similar mockup: http://people.apache.org/~psteitz/release.html You may want to include some of the maven-specific stuff added there (esp the bits about making sure versions are right and NOTICE.txt gets in). I did

[math][proposal] Release math 1.1

2005-05-21 Thread Phil Steitz
I propose that we cut a 1.1 release of commons-math. There have been a number of bug fixes and some significant enhancements since 1.0. Changes since 1.0 are here: http://jakarta.apache.org/commons/math/changes-report.html The only open bug is

[logging] proposed design for 1.0.5

2005-05-21 Thread Simon Kitching
Hi, = I would like to propose the following for jcl 1.0.5: (a) That we build diagnostic output into LogFactory/LogFactoryImpl which users can turn on via a system property. NB: I'm about 80% done with the implementation for this. (b) That in addition to

[lang] VOTE 2.1 release (new vote based on RC6)

2005-05-21 Thread Steven Caswell
RC6 is available at http://www.apache.org/~stevencaswell/commons-lang-2.1http://www.apache.org/%7Estevencaswell/commons-lang-2.1 Fixed is the javadoc generation to include the overview and package notes (was being omitted due to a bug in the maven javadoc plugin). Also fixed the manifest

svn commit: r171272 - in /jakarta/commons/proper/lang/trunk: default.properties project.xml

2005-05-21 Thread stevencaswell
Author: stevencaswell Date: Sat May 21 19:53:49 2005 New Revision: 171272 URL: http://svn.apache.org/viewcvs?rev=171272view=rev Log: updated version to 2.1-RC6 Modified: jakarta/commons/proper/lang/trunk/default.properties jakarta/commons/proper/lang/trunk/project.xml Modified:

svn commit: r171273 - /jakarta/commons/proper/lang/trunk/project.properties

2005-05-21 Thread stevencaswell
Author: stevencaswell Date: Sat May 21 19:55:34 2005 New Revision: 171273 URL: http://svn.apache.org/viewcvs?rev=171273view=rev Log: added maven.javadoc.overview to point the maven javadoc plugin to the overview.html - for some reason it wasn't being picked up without the property setting

svn commit: r171274 - /jakarta/commons/proper/lang/tags/LANG_2_1_RC6

2005-05-21 Thread stevencaswell
Author: stevencaswell Date: Sat May 21 20:07:47 2005 New Revision: 171274 URL: http://svn.apache.org/viewcvs?rev=171274view=rev Log: Version 2.1 release candidiate 6 Added: jakarta/commons/proper/lang/tags/LANG_2_1_RC6/ - copied from r171273, jakarta/commons/proper/lang/trunk/

Re: [doc] release procedure

2005-05-21 Thread Brett Porter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephen Colebourne wrote: They look a bit like something I do on Joda-Time, and vaguely similar to [collections]. The basic idea is to link the latest version javadoc to a known fixed URL. To achieve this, each releases javadoc must be uploaded in

RE: [math][proposal] Release math 1.1

2005-05-21 Thread Brent Worden
I looked over things and before you proceed with a RC, I would like to make a few changes to some doco. In particular: 1. Add @since directives to the new classes and methods. 2. Make some javadoc corrections in WeibullDistributionImpl. 3. Change the anchor names on the

RE: [math][proposal] Release math 1.1

2005-05-21 Thread Brent Worden
I looked over things and before you proceed with a RC, I would like to make a few changes to some doco. In particular: 1. Add @since directives to the new classes and methods. 2. Make some javadoc corrections in WeibullDistributionImpl. 3. Change the anchor names on the

RE: [math] Making PRNG pluggable in o.a.c.m.random classes

2005-05-21 Thread Brent Worden
The implementation looks good an a lot less heftier than what I was anticipating. Good work, Brent Worden -Original Message- From: Phil Steitz [mailto:[EMAIL PROTECTED] Sent: Sunday, May 15, 2005 1:39 PM To: Jakarta Commons Developers List Subject: Re: [math] Making PRNG

RE: [math] Making PRNG pluggable in o.a.c.m.random classes

2005-05-21 Thread Brent Worden
The implementation looks good an a lot less heftier than what I was anticipating. Good work, Brent Worden -Original Message- From: Phil Steitz [mailto:[EMAIL PROTECTED] Sent: Sunday, May 15, 2005 1:39 PM To: Jakarta Commons Developers List Subject: Re: [math] Making PRNG

DO NOT REPLY [Bug 35007] New: - setSubMatrix method

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

svn commit: r171279 - in /jakarta/commons/proper/commons-build/trunk/xdocs/releases: prepare.xml release.xml releases.xml

2005-05-21 Thread skitching
Author: skitching Date: Sat May 21 21:07:45 2005 New Revision: 171279 URL: http://svn.apache.org/viewcvs?rev=171279view=rev Log: Updated release procedure with respect to subversion and maven. Removed: jakarta/commons/proper/commons-build/trunk/xdocs/releases/releases.xml Modified:

svn commit: r171280 - /jakarta/commons/proper/commons-build/trunk/xdocs/svninfo.xml

2005-05-21 Thread skitching
Author: skitching Date: Sat May 21 21:09:45 2005 New Revision: 171280 URL: http://svn.apache.org/viewcvs?rev=171280view=rev Log: Information about accessing subversion. Added: jakarta/commons/proper/commons-build/trunk/xdocs/svninfo.xml Added:

[math] setSubMatrix patch

2005-05-21 Thread Rodrigo di Lorenzo Lopes
Index: D:/workspace/commons-math/src/java/org/apache/commons/math/linear/RealMatrix.java === --- D:/workspace/commons-math/src/java/org/apache/commons/math/linear/RealMatrix.java (revision 170743) +++

Re: [doc] update to cut release page

2005-05-21 Thread Simon Kitching
On Sat, 2005-05-21 at 20:22 -0400, Phil Steitz wrote: Looks good. Thanks for picking this up. I started this a while back, creating a similar mockup: http://people.apache.org/~psteitz/release.html Nice to know I'm not the only person who felt it worth updating this stuff! You may want to

Re: [doc] update to cut release page

2005-05-21 Thread Brett Porter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Simon, This is really good doco - nice job. I only had a couple of comments, and Phil seems to have later addressed them. The only thing I'd add from the Maven end is that we have a couple of general docs that you might find helpful to review and

Re: [jelly] SOLVED: Maven issue with Hans memory leak patch

2005-05-21 Thread Brett Porter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hans Gilde wrote: Wait... strike this new patch. My old one should be fine. Now I'm jumping to conclusions because I haven't looked at it for so long. Brett, what's being reused where it wasn't before? I would not expect this behavior. I believe

RE: [math][proposal] Release math 1.1

2005-05-21 Thread Brent Worden
@since javadoc tags. I'm adding them to all the new types and methods in 1.1 Bad choice of terms on my part. Brent Worden -Original Message- From: Eric MacAdie [mailto:[EMAIL PROTECTED] Sent: Sunday, May 22, 2005 12:21 AM To: Jakarta Commons Developers List Subject: Re:

RE: [math][proposal] Release math 1.1

2005-05-21 Thread Brent Worden
@since javadoc tags. I'm adding them to all the new types and methods in 1.1 Bad choice of terms on my part. Brent Worden -Original Message- From: Eric MacAdie [mailto:[EMAIL PROTECTED] Sent: Sunday, May 22, 2005 12:21 AM To: Jakarta Commons Developers List Subject: Re:

[math][proposal] Release math 1.1

2005-05-21 Thread Phil Steitz
-- Forwarded message -- From: Phil Steitz [EMAIL PROTECTED] Date: May 22, 2005 1:30 AM Subject: Re: [math][proposal] Release math 1.1 To: Brent Worden [EMAIL PROTECTED] On 5/21/05, Brent Worden [EMAIL PROTECTED] wrote: I looked over things and before you proceed with a RC, I