svn commit: r151330 - jakarta/commons/proper/digester/branches/digester2/project.xml

2005-02-04 Thread ozeigermann
Author: ozeigermann Date: Fri Feb 4 00:03:50 2005 New Revision: 151330 URL: http://svn.apache.org/viewcvs?view=revrev=151330 Log: Added myself to the list of developers (to check to commit rights) Modified: jakarta/commons/proper/digester/branches/digester2/project.xml Modified:

Re: [digester] initial code for Digester2.0

2005-02-04 Thread Oliver Zeigermann
On Fri, 4 Feb 2005 08:57:05 +0100, Oliver Zeigermann [EMAIL PROTECTED] wrote: On Fri, 04 Feb 2005 15:52:16 +1300, Simon Kitching [EMAIL PROTECTED] wrote: Isn't it about time to give Digester2 a place in SVN, so I can either create patches against it or directly commit to it. What about a

Re: [digester] initial code for Digester2.0

2005-02-04 Thread Simon Kitching
On Fri, 2005-02-04 at 08:57 +0100, Oliver Zeigermann wrote: On Fri, 04 Feb 2005 15:52:16 +1300, Simon Kitching [EMAIL PROTECTED] wrote: Do you have commit rights to Digester? If not, I'd be happy to propose a vote... Well, not quite sure, how this is handled, but as I have commit access

[Digester 2] SAX version

2005-02-04 Thread Oliver Zeigermann
I have just check out Digester 2 and tried to compile it using Java 1.4.2_05 and to my big surprise it failed because of the SAX version that comes with Java 1.4.2_05. It has not empty ctor for SAXException (commented out in the source!) and resolveEntity in DefaultHandler no longer throws an

Re: [digester] initial code for Digester2.0

2005-02-04 Thread Oliver Zeigermann
On Fri, 04 Feb 2005 21:19:46 +1300, Simon Kitching [EMAIL PROTECTED] wrote: Digester2 is just me so far, though. I'm happy for you to commit to the digester2 directory, and don't think there is anyone else you need to ask. Cool. I will need to do some work for money the next two weeks, but

Re: [Digester 2] SAX version

2005-02-04 Thread Simon Kitching
On Fri, 2005-02-04 at 09:19 +0100, Oliver Zeigermann wrote: I have just check out Digester 2 and tried to compile it using Java 1.4.2_05 and to my big surprise it failed because of the SAX version that comes with Java 1.4.2_05. It has not empty ctor for SAXException (commented out in the

Re: [commons jelly swing] XForms DTD?

2005-02-04 Thread Paul Libbrecht
Generally doing the layout is not the hard thing, I feel... you need to sync your model. I sort of know XForms but also know it has some strong drawback, e.g. it is quite uncapable of providing the user with the appearance to edit mixed content... XForms is based on XML Schema, by the way,

DO NOT REPLY [Bug 33352] - [beanutils] add collection modifiers feature to PropertyUtilsBean

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

Cache

2005-02-04 Thread Matthias Nott
Y'all, I've here some Cache class code that I've written and used over the last two years that I'd like to contribute. Features are listed below. I wonder whether this may fit into commons cache, and if so, drop me a note. Thanks and keep up the good work, M /** * This class

svn commit: r151339 - jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/Context.java

2005-02-04 Thread skitching
Author: skitching Date: Fri Feb 4 03:07:48 2005 New Revision: 151339 URL: http://svn.apache.org/viewcvs?view=revrev=151339 Log: Remove unused ruleManager member Reorder some methods for tidiness Add/revise javadoc Modified:

DO NOT REPLY [Bug 33401] New: - [lang] atLeast features : public boolean isCheckingAtLeast(parms)

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

[functor] [proposal] various implementations

2005-02-04 Thread Alban Peignier
Hello, In the context of a show-case application, we created a small set of classes to generator random values. We based them on the functor API. These are a small description of the created classes : * org.apache.commons.functor.generator.ConstantGenerator Provides constant values (a fixed

[io] copyAndClose

2005-02-04 Thread B. K. Oxley (binkley)
I note in my blog: http://binkley.blogspot.com/2005/02/methods-i-cannot-do-without.html It would be nice to include utility methods such as this in the io library to compliment the good set of primitives already there. The method in question with Javadoc added: /** * Copies varin/var to

[lang] [proposal] UnsupportedImplementation

2005-02-04 Thread Alban Peignier
Hello, These is an utility to create interface implementations which haven't any implemantation. Usefull to initialise no final dependencies : private Comparator comparator = new UnsupportedImplementation(Comparator.class).getInstance(); public void setComparator(Comparator comparator) {

svn commit: r151365 - in jakarta/commons/proper/resources/trunk: build.xml project.xml

2005-02-04 Thread jmitchell
Author: jmitchell Date: Fri Feb 4 07:45:46 2005 New Revision: 151365 URL: http://svn.apache.org/viewcvs?view=revrev=151365 Log: clean up build - remove dependency on collections Modified: jakarta/commons/proper/resources/trunk/build.xml jakarta/commons/proper/resources/trunk/project.xml

Re: [digester] initial code for Digester2.0

2005-02-04 Thread Craig McClanahan
As you've discovered, at the technical level Commons karma is project-wide. Socially, the practice has been to do exactly what you've done -- ask to participate and get accepted by the other developers working on that package. +1 on Oliver for Digester. I wish I had time to participate -- the

Re: [digester] initial code for Digester2.0

2005-02-04 Thread Wendy Smoak
Not sure if it's been discussed already, but I'm very much in favor of this (from the Wiki): - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [digester] initial code for Digester2.0

2005-02-04 Thread Wendy Smoak
(oops, wrong button) Not sure if it's been discussed already, but I'm very much in favor of this (from the Wiki): ' It would be nice for SetProperties and SetNestedProperties rules to automatically map xml attributes and element names like foo-bar to bean properties of form fooBar. ' It's

svn commit: r151389 - jakarta/commons/proper/transaction/trunk/xdocs/downloads.xml

2005-02-04 Thread ozeigermann
Author: ozeigermann Date: Fri Feb 4 11:02:37 2005 New Revision: 151389 URL: http://svn.apache.org/viewcvs?view=revrev=151389 Log: Prepared 1.1 beta 2 Modified: jakarta/commons/proper/transaction/trunk/xdocs/downloads.xml Modified:

[xmlio] status

2005-02-04 Thread agodinhost
Oliver, I read many emails where you talk about your participation on digester2 and wish to know if you will continue xmlio. Thanx Woody - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[i18n] status

2005-02-04 Thread agodinhost
Daniel and Oliver, please, this project will continue? I sent a class diagram with changes (proposal changes) but I no receive any response from both. I know you are working on other projects (transaction, slide, etc ) but, please, aswer me. I really wanna participate ... Thanx again Woody

Re: [i18n] status

2005-02-04 Thread Oliver Zeigermann
Woody, I mainly work on xmlio, but am not aware of any proposed changes to the project. The class diagrams you sent have been put online by me. Oliver On Fri, 4 Feb 2005 16:15:41 -0300, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Daniel and Oliver, please, this project will continue? I sent

Re: VOTE: FeedParser move to Commons Proper...

2005-02-04 Thread Kevin A. Burton
Dion Gillard wrote: Dirk, from what I can see feedparser seems more like a top level java project than a commons one. Maybe it should go straight from the sandbox to jakarta? What I'm worried about this is that we might be a bit early for a top level java project. We only have 3 developers and

Re: [xmlio] status

2005-02-04 Thread Oliver Zeigermann
Development and support will be continued until (unless?) all of xmlio's functionality is present in either digester2 and/or other commons projects. Oliver On Fri, 4 Feb 2005 15:52:55 -0300, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Oliver, I read many emails where you talk about your

[Jakarta Commons Wiki] Updated: FeedParser

2005-02-04 Thread commons-dev
Date: 2005-02-04T11:30:21 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser URL: http://wiki.apache.org/jakarta-commons/FeedParser no comment Change Log: -- @@ -16,3 +16,4 @@ *

[Jakarta Commons Wiki] New: FeedParser/StringAllocationConsideredHelpful

2005-02-04 Thread commons-dev
Date: 2005-02-04T11:32:59 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/StringAllocationConsideredHelpful URL: http://wiki.apache.org/jakarta-commons/FeedParser/StringAllocationConsideredHelpful no comment New Page: Patrick Chanezon was nice enough to

[transaction][VOTE][RESULT] Release 1.1b2

2005-02-04 Thread Oliver Zeigermann
With the following votes the Commons community has decided to release Commons Transaction 1.1 beta2: Oliver Zeigermann [EMAIL PROTECTED] +1 Stefan Lützkendorf [EMAIL PROTECTED] +1 James Mason [EMAIL PROTECTED] +1 Distribution: http://cvs.apache.org/dist/jakarta/commons/transaction/1.1b2 The

svn commit: r151394 - jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser/FeedFilter.java

2005-02-04 Thread burton
Author: burton Date: Fri Feb 4 11:39:21 2005 New Revision: 151394 URL: http://svn.apache.org/viewcvs?view=revrev=151394 Log: dox for string allocation issues... Modified: jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser/FeedFilter.java Modified:

svn commit: r151395 - jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser/FeedFilter.java

2005-02-04 Thread burton
Author: burton Date: Fri Feb 4 11:41:10 2005 New Revision: 151395 URL: http://svn.apache.org/viewcvs?view=revrev=151395 Log: deprecated. Modified: jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser/FeedFilter.java Modified:

[Jakarta Commons Wiki] Updated: FeedParser

2005-02-04 Thread commons-dev
Date: 2005-02-04T11:43:49 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser URL: http://wiki.apache.org/jakarta-commons/FeedParser no comment Change Log: -- @@ -16,4 +16,5 @@ *

[Jakarta Commons Wiki] Updated: FeedParser

2005-02-04 Thread commons-dev
Date: 2005-02-04T11:45:03 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser URL: http://wiki.apache.org/jakarta-commons/FeedParser no comment Change Log: -- @@ -16,5 +16,5 @@ *

[Jakarta Commons Wiki] Updated: FeedParser

2005-02-04 Thread commons-dev
Date: 2005-02-04T11:45:13 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser URL: http://wiki.apache.org/jakarta-commons/FeedParser no comment Change Log: -- @@ -17,4 +17,4 @@ *

[Jakarta Commons Wiki] New: FeedParser/ReleaseSchedule

2005-02-04 Thread commons-dev
Date: 2005-02-04T11:46:06 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/ReleaseSchedule URL: http://wiki.apache.org/jakarta-commons/FeedParser/ReleaseSchedule no comment New Page: == 0.5.0 == * Date: Feb 10, 2005 * TODO: * Maven builds' .jar * JDOM

[Jakarta Commons Wiki] Updated: FeedParser/ReleaseSchedule

2005-02-04 Thread commons-dev
Date: 2005-02-04T11:48:39 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/ReleaseSchedule URL: http://wiki.apache.org/jakarta-commons/FeedParser/ReleaseSchedule no comment Change Log:

[Jakarta Commons Wiki] Updated: FeedParser/ReleaseSchedule

2005-02-04 Thread commons-dev
Date: 2005-02-04T11:51:01 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/ReleaseSchedule URL: http://wiki.apache.org/jakarta-commons/FeedParser/ReleaseSchedule no comment Change Log:

svn commit: r151398 - jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser/FeedFilter.java

2005-02-04 Thread burton
Author: burton Date: Fri Feb 4 11:54:23 2005 New Revision: 151398 URL: http://svn.apache.org/viewcvs?view=revrev=151398 Log: dox for UTF-16 prolog bug... FIXME Modified: jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser/FeedFilter.java Modified:

[Jakarta Commons Wiki] Updated: FeedParser

2005-02-04 Thread commons-dev
Date: 2005-02-04T12:36:53 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser URL: http://wiki.apache.org/jakarta-commons/FeedParser no comment Change Log: -- @@ -18,3 +18,5 @@ *

[Jakarta Commons Wiki] New: FeedParser/OpenComments

2005-02-04 Thread commons-dev
Date: 2005-02-04T12:39:55 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/OpenComments URL: http://wiki.apache.org/jakarta-commons/FeedParser/OpenComments no comment New Page: == Overview == FeedParser does a great job at parsing RSS feeds but there is

RE: VOTE: FeedParser move to Commons Proper...

2005-02-04 Thread Tim O'Brien
I'm +1 for the following reason: It does make sense that feedparser would be a higher level subproject of Jakarta and not a commons component, but it doesn't make sense to promote a 3 person community to subproject status just yet. I think feedparser should follow the path of commons math and

[Jakarta Commons Wiki] Updated: FeedParser/OpenComments

2005-02-04 Thread commons-dev
Date: 2005-02-04T12:47:10 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/OpenComments URL: http://wiki.apache.org/jakarta-commons/FeedParser/OpenComments no comment Change Log: -- @@

[Jakarta Commons Wiki] Updated: FeedParser/OpenComments

2005-02-04 Thread commons-dev
Date: 2005-02-04T12:47:41 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/OpenComments URL: http://wiki.apache.org/jakarta-commons/FeedParser/OpenComments no comment Change Log: -- @@

[Jakarta Commons Wiki] Updated: FeedParser/OpenComments

2005-02-04 Thread commons-dev
Date: 2005-02-04T12:48:23 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/OpenComments URL: http://wiki.apache.org/jakarta-commons/FeedParser/OpenComments no comment Change Log: -- @@

svn commit: r151416 - jakarta/commons/proper/httpclient/trunk/build.properties.sample jakarta/commons/proper/httpclient/trunk/build.xml

2005-02-04 Thread olegk
Author: olegk Date: Fri Feb 4 12:58:57 2005 New Revision: 151416 URL: http://svn.apache.org/viewcvs?view=revrev=151416 Log: build.xml cleaned up Modified: jakarta/commons/proper/httpclient/trunk/build.properties.sample jakarta/commons/proper/httpclient/trunk/build.xml Modified:

Re: VOTE: FeedParser move to Commons Proper...

2005-02-04 Thread Dirk Verbeeck
Exactly, first grow a little more in commons proper and then move out if the scope or community grows towards a jakarta level. -- Dirk Tim O'Brien wrote: I'm +1 for the following reason: It does make sense that feedparser would be a higher level subproject of Jakarta and not a commons component,

[Jakarta Commons Wiki] Updated: UsingSVN

2005-02-04 Thread commons-dev
Date: 2005-02-04T14:13:59 Editor: DirkVerbeeck Wiki: Jakarta Commons Wiki Page: UsingSVN URL: http://wiki.apache.org/jakarta-commons/UsingSVN subeclipse update info Change Log: -- @@ -103,6 +103,9 @@

[Jakarta Commons Wiki] Updated: FeedParser

2005-02-04 Thread commons-dev
Date: 2005-02-04T14:31:26 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser URL: http://wiki.apache.org/jakarta-commons/FeedParser no comment Change Log: -- @@ -13,6 +13,7 @@ *

Re: [i18n] status

2005-02-04 Thread Anaximandro (Woody)
Oliver, I sent one proposal too (another class diagram, with a macro vision of my suggestions). The idea behind my suggestion is write one mediator (ConfigManager) to retain one specific configuration (I can have many threads running with diferent configurations) and put one service locator in

Re: VOTE: FeedParser move to Commons Proper...

2005-02-04 Thread Anaximandro (Woody)
Tim O'Brien, please, sorry by my stupidity, but how do you means with: To promote feedparser out of commons at this point might create the possibility for another BCEL. ? Woody - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[Jakarta Commons Wiki] Updated: FeedParser/ReleaseSchedule

2005-02-04 Thread commons-dev
Date: 2005-02-04T15:17:08 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/ReleaseSchedule URL: http://wiki.apache.org/jakarta-commons/FeedParser/ReleaseSchedule no comment Change Log:

[Jakarta Commons Wiki] Updated: FeedParser/OpenComments

2005-02-04 Thread commons-dev
Date: 2005-02-04T15:42:49 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/OpenComments URL: http://wiki.apache.org/jakarta-commons/FeedParser/OpenComments no comment Change Log: -- @@

Re: [i18n] status

2005-02-04 Thread Oliver Zeigermann
I am sure that your suggestions are valueable and you do not bore me at all. However, the proposals you made should be inspected by Daniel, as I have no deeper insight into neither contract nor i18n. Oliver On Fri, 4 Feb 2005 19:55:21 -0800, Anaximandro (Woody) [EMAIL PROTECTED] wrote: Oliver,

[Jakarta Commons Wiki] Updated: FeedParser/OpenComments

2005-02-04 Thread commons-dev
Date: 2005-02-04T15:49:14 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/OpenComments URL: http://wiki.apache.org/jakarta-commons/FeedParser/OpenComments no comment Change Log: -- @@

Re: [i18n] status

2005-02-04 Thread Anaximandro (Woody)
Thanx Oliver. I will wait for him, :o Woody - Original Message - From: Oliver Zeigermann [EMAIL PROTECTED] To: Anaximandro (Woody) [EMAIL PROTECTED] Cc: Jakarta Commons Developers List commons-dev@jakarta.apache.org Sent: Friday, February 04, 2005 3:47 PM Subject: Re: [i18n] status

[Jakarta Commons Wiki] Updated: FeedParser/OpenComments

2005-02-04 Thread commons-dev
Date: 2005-02-04T16:03:38 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/OpenComments URL: http://wiki.apache.org/jakarta-commons/FeedParser/OpenComments no comment Change Log: -- @@

[Jakarta Commons Wiki] Updated: FeedParser/OpenComments

2005-02-04 Thread commons-dev
Date: 2005-02-04T16:19:36 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/OpenComments URL: http://wiki.apache.org/jakarta-commons/FeedParser/OpenComments no comment Change Log: -- @@

[Jakarta Commons Wiki] Updated: FeedParser/OpenComments

2005-02-04 Thread commons-dev
Date: 2005-02-04T16:21:33 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/OpenComments URL: http://wiki.apache.org/jakarta-commons/FeedParser/OpenComments no comment Change Log: -- @@

svn commit: r151450 - in jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2: NestedSAXException.java SAXHandler.java

2005-02-04 Thread ozeigermann
Author: ozeigermann Date: Fri Feb 4 16:33:31 2005 New Revision: 151450 URL: http://svn.apache.org/viewcvs?view=revrev=151450 Log: Fixed 1.4 incompatibility Modified: jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/NestedSAXException.java

Re: [Digester 2] SAX version

2005-02-04 Thread Oliver Zeigermann
On Fri, 04 Feb 2005 22:12:05 +1300, Simon Kitching [EMAIL PROTECTED] wrote: On Fri, 2005-02-04 at 09:19 +0100, Oliver Zeigermann wrote: I have just check out Digester 2 and tried to compile it using Java 1.4.2_05 and to my big surprise it failed because of the SAX version that comes with

Re: [digester] initial code for Digester2.0

2005-02-04 Thread Simon Kitching
On Fri, 2005-02-04 at 10:45 -0700, Wendy Smoak wrote: (oops, wrong button) Not sure if it's been discussed already, but I'm very much in favor of this (from the Wiki): ' It would be nice for SetProperties and SetNestedProperties rules to automatically map xml attributes and element

svn commit: r151467 - in jakarta/commons/proper/net/trunk/src/java/org/apache/commons/net/ftp: FTPClient.java parser/ConfigurableFTPFileEntryParserImpl.java

2005-02-04 Thread scohen
Author: scohen Date: Fri Feb 4 18:04:42 2005 New Revision: 151467 URL: http://svn.apache.org/viewcvs?view=revrev=151467 Log: Fix bugs found by W. McDonald Buck having to do with faulty passing of configuration. Modified:

Re: [digester] initial code for Digester2.0

2005-02-04 Thread Wendy Smoak
From: Simon Kitching [EMAIL PROTECTED] ' It would be nice for SetProperties and SetNestedProperties rules to automatically map xml attributes and element names like foo-bar to bean properties of form fooBar. ' If you feel like having a go at this yourself, I would be very happy to see a patch.

[Jakarta Commons Wiki] Updated: FeedParser/ReleaseSchedule

2005-02-04 Thread commons-dev
Date: 2005-02-04T20:02:26 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/ReleaseSchedule URL: http://wiki.apache.org/jakarta-commons/FeedParser/ReleaseSchedule no comment Change Log:

[Jakarta Commons Wiki] Updated: FeedParser/ReleaseSchedule

2005-02-04 Thread commons-dev
Date: 2005-02-04T20:02:47 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/ReleaseSchedule URL: http://wiki.apache.org/jakarta-commons/FeedParser/ReleaseSchedule no comment Change Log:

[Jakarta Commons Wiki] Updated: FeedParser/ReleaseSchedule

2005-02-04 Thread commons-dev
Date: 2005-02-04T20:04:18 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/ReleaseSchedule URL: http://wiki.apache.org/jakarta-commons/FeedParser/ReleaseSchedule no comment Change Log:

[GUMP@brutus]: Project commons-email (in module jakarta-commons) failed

2005-02-04 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-email has an issue affecting its community integration. This issue

[Jakarta Commons Wiki] Updated: MathWishList

2005-02-04 Thread commons-dev
Date: 2005-02-04T21:51:10 Editor: BrentWorden Wiki: Jakarta Commons Wiki Page: MathWishList URL: http://wiki.apache.org/jakarta-commons/MathWishList no comment Change Log: -- @@ -11,7 +11,6 @@ *

svn commit: r151480 - in jakarta/commons/proper/math/trunk: src/java/org/apache/commons/math/util/MathUtils.java src/test/org/apache/commons/math/util/MathUtilsTest.java xdocs/changes.xml xdocs/userguide/utilities.xml

2005-02-04 Thread brentworden
Author: brentworden Date: Fri Feb 4 22:24:20 2005 New Revision: 151480 URL: http://svn.apache.org/viewcvs?view=revrev=151480 Log: added rounding methods. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java

[Jakarta Commons Wiki] Updated: MathWishList

2005-02-04 Thread commons-dev
Date: 2005-02-04T22:25:09 Editor: BrentWorden Wiki: Jakarta Commons Wiki Page: MathWishList URL: http://wiki.apache.org/jakarta-commons/MathWishList no comment Change Log: -- @@ -12,7 +12,6 @@ *

[math] fraction class

2005-02-04 Thread Brent Worden
I just committed a fraction class based on the one found in commons-lang. Please provide any feedback regarding its correctness, completeness, etc. Thanks, Brent Worden - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[Jakarta Commons Wiki] Updated: FeedParser/ReleaseSchedule

2005-02-04 Thread commons-dev
Date: 2005-02-04T22:39:17 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/ReleaseSchedule URL: http://wiki.apache.org/jakarta-commons/FeedParser/ReleaseSchedule no comment Change Log:

[Jakarta Commons Wiki] Updated: FeedParser/ReleaseSchedule

2005-02-04 Thread commons-dev
Date: 2005-02-04T22:39:56 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/ReleaseSchedule URL: http://wiki.apache.org/jakarta-commons/FeedParser/ReleaseSchedule no comment Change Log:

[ANNOUNCE] Commons Transaction 1.1b2 released

2005-02-04 Thread Oliver Zeigermann
The Commons Community is proud to announce the second beta release of Commons Transaction 1.1! Commons Transaction provides utility classes commonly used in transactional Java programming. The second beta does not add new features, but mainly fixes known bugs, adds some tests, and provides more