svn commit: r428255 - /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/TransformerMap.java

2006-08-03 Thread bayard
Author: bayard Date: Wed Aug 2 23:19:28 2006 New Revision: 428255 URL: http://svn.apache.org/viewvc?rev=428255view=rev Log: Fixing typo as pointed out by Remi Arntzen on commons-dev Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/TransformerMap.java

Re: [Commons-Math] util.TransformerMap java doc's

2006-08-03 Thread Henri Yandell
On 8/2/06, Remi Arntzen [EMAIL PROTECTED] wrote: repeted word of transformation of of mixed object in java docs for org.apache.commons.math.util.TransformerMap Thanks Remi, fixed in subversion. Hen - To unsubscribe,

Re: [VOTE] Release Attributes 2.2

2006-08-03 Thread Henri Yandell
On 8/1/06, Stephen Colebourne [EMAIL PROTECTED] wrote: From: Henri Yandell [EMAIL PROTECTED] Another minor nit would be to have the source and binary distros unpack into separate directories. Will leave that for the moment. Wonder if Maven has fixed that so the source unpacks nicely. See

svn commit: r428258 - in /jakarta/commons/proper/attributes/trunk: compiler/manifest.mf compiler/project.xml plugin/manifest.mf plugin/project.xml project.xml unittest/project.xml

2006-08-03 Thread bayard
Author: bayard Date: Wed Aug 2 23:31:00 2006 New Revision: 428258 URL: http://svn.apache.org/viewvc?rev=428258view=rev Log: Moved from 2.2-rc1 to 2.2 Modified: jakarta/commons/proper/attributes/trunk/compiler/manifest.mf jakarta/commons/proper/attributes/trunk/compiler/project.xml

[jira] Updated: (IO-83) Bug with 'df' command on AIX 5.3

2006-08-03 Thread Magnus Grimsell (JIRA)
[ http://issues.apache.org/jira/browse/IO-83?page=all ] Magnus Grimsell updated IO-83: -- Attachment: FileSystemUtils.java FileSystemUtilsTestCase.java HP-UX has the same issue as AIX. The attached file contains a fix where the method

[jira] Created: (IO-91) FileSystemUtils.freeSpace does not work on Sun Solaris

2006-08-03 Thread Magnus Grimsell (JIRA)
FileSystemUtils.freeSpace does not work on Sun Solaris -- Key: IO-91 URL: http://issues.apache.org/jira/browse/IO-91 Project: Commons IO Issue Type: Bug Components: Utilities

Re: [RESULT] Re: [VOTE] Release Attributes 2.2

2006-08-03 Thread Henri Yandell
I've gone ahead and done most of the release; including some basic poms being added to the m1-ibiblio-rsync-repository. Will wait for the mirrors and ibiblio to get updated before announcing anything. Hen On 7/31/06, Henri Yandell [EMAIL PROTECTED] wrote: 4 +1s (including my own...quick +1

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

2006-08-03 Thread Adam Jack
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-id has an issue affecting its community integration. This issue affects

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

2006-08-03 Thread Adam Jack
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-id has an issue affecting its community integration. This issue affects

[compress] Next steps

2006-08-03 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, i would like to start a discussion about the next steps of [compress]. Now that the first code has been checked in, i would like to figure out what we have to do for a 0.1 release. Ideas: - - simplify the interface as Mario suggested - - write

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

2006-08-03 Thread commons-jelly-tags-jsl 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-tags-jsl-test has an issue affecting its community integration.

Re: [sandbox][pipeline] The future of commons-pipeline

2006-08-03 Thread Henri Yandell
On 8/3/06, Kris Nuttycombe [EMAIL PROTECTED] wrote: Hi, all, I'm writing to ask for suggestions about the future of commons-pipeline. The sandbox project was started a couple of years ago when I contributed a chunk of foundational code; however the project has never developed much of a

[jira] Created: (SANDBOX-164) Maven 2.0 pom.xml

2006-08-03 Thread Kris Nuttycombe (JIRA)
Maven 2.0 pom.xml - Key: SANDBOX-164 URL: http://issues.apache.org/jira/browse/SANDBOX-164 Project: Commons Sandbox Issue Type: Improvement Components: Convert Reporter: Kris Nuttycombe

[jira] Updated: (SANDBOX-164) Maven 2.0 pom.xml

2006-08-03 Thread Kris Nuttycombe (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-164?page=all ] Kris Nuttycombe updated SANDBOX-164: Attachment: pom.xml Initial pom.xml Maven 2.0 pom.xml - Key: SANDBOX-164 URL:

[jira] Updated: (SANDBOX-164) Maven 2.0 pom.xml

2006-08-03 Thread Kris Nuttycombe (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-164?page=all ] Kris Nuttycombe updated SANDBOX-164: Attachment: pom.xml Oops, left off the junit dependency Maven 2.0 pom.xml - Key: SANDBOX-164

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

2006-08-03 Thread Adam Jack
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-id has an issue affecting its community integration. This issue affects

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

2006-08-03 Thread Adam Jack
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-id has an issue affecting its community integration. This issue affects

[collections] TreeBidiMap$Inverse bug?

2006-08-03 Thread comcol . e . wuuza
Around line 2042, should this code public Set entrySet() { if (entrySet == null) { return new EntryView(main, VALUE, INVERSEMAPENTRY); } return entrySet; } be public Set entrySet() { if (entrySet == null) {

Re: [lang] VariableFormatter - pre 2.2

2006-08-03 Thread Henri Yandell
On 8/2/06, Tom Schindl [EMAIL PROTECTED] wrote: Well I'd love to see this method in 2.2 because I think it does make any API visible to the user and doesn't bloat the interface with too many new methods. Any other thoughts? Just that now that Attributes 2.2 is out, I'm ready to start cutting

Re: [lang] VariableFormatter - pre 2.2

2006-08-03 Thread Tom Schindl
Henri Yandell schrieb: On 8/2/06, Tom Schindl [EMAIL PROTECTED] wrote: Well I'd love to see this method in 2.2 because I think it does make any API visible to the user and doesn't bloat the interface with too many new methods. Any other thoughts? Just that now that Attributes 2.2 is out,

[ANNOUNCEMENT] Commons Attributes 2.2 released

2006-08-03 Thread Henri Yandell
Commons Attributes 2.2 is now available. For details of what's new in Attributes 2.2 please see the change-log[1]. Attributes is considered to have been made obsolete by the Java 5.0 release, so 2.3 and beyond are not expected to be created. Attributes is available in either binary or

svn commit: r428636 - /jakarta/commons/proper/lang/trunk/xdocs/index.xml

2006-08-03 Thread bayard
Author: bayard Date: Thu Aug 3 22:59:33 2006 New Revision: 428636 URL: http://svn.apache.org/viewvc?rev=428636view=rev Log: Switching from 2.1 to 2.2 Modified: jakarta/commons/proper/lang/trunk/xdocs/index.xml Modified: jakarta/commons/proper/lang/trunk/xdocs/index.xml URL: