[jira] Updated: (LANG-268) StringUtils.join should allow you to pass a range for it (so it only joins a part of the array)

2006-07-05 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-268?page=all ] Henri Yandell updated LANG-268: --- Fix Version: 2.3 Modifies existing code, so I think it should be flagged for 2.3 inclusion rather than the upcoming 2.2. I'm +1 on the methods.

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

2006-07-05 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-07-05 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

[jira] Reopened: (SANDBOX-71) [id] Sporadic test failures in TimeBasesAlphanumericIdentifierGeneratorTest

2006-07-05 Thread Joerg Schaible (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-71?page=all ] Joerg Schaible reopened SANDBOX-71: --- Assign To: Joerg Schaible Seems to manifest again on vmgump :-/ [id] Sporadic test failures in TimeBasesAlphanumericIdentifierGeneratorTest

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

2006-07-05 Thread commons-jelly 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 has an issue affecting its community integration. This issue

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

2006-07-05 Thread commons-jelly 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 has an issue affecting its community integration. This issue

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

2006-07-05 Thread commons-jelly 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-test has an issue affecting its community integration. This issue

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

2006-07-05 Thread commons-jelly 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-test has an issue affecting its community integration. This issue

svn commit: r419176 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 23:33:33 2006 New Revision: 419176 URL: http://svn.apache.org/viewvc?rev=419176view=rev Log: Added hashCode method for inner Token class as recommended by PMD Modified:

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

2006-07-05 Thread psteitz
Author: psteitz Date: Tue Jul 4 14:01:10 2006 New Revision: 419099 URL: http://svn.apache.org/viewvc?rev=419099view=rev Log: Improved javadoc for nextAfter. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java Modified:

svn commit: r419177 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 23:36:02 2006 New Revision: 419177 URL: http://svn.apache.org/viewvc?rev=419177view=rev Log: Fixed a bit of javadoc with bad xhtml Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java Modified:

svn commit: r419131 - /jakarta/commons/proper/commons-build/trunk/nightly_sandbox_maven_list.txt

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 18:32:39 2006 New Revision: 419131 URL: http://svn.apache.org/viewvc?rev=419131view=rev Log: Adding CSV to the nightly builds Modified: jakarta/commons/proper/commons-build/trunk/nightly_sandbox_maven_list.txt Modified:

svn commit: r419181 - /jakarta/commons/sandbox/csv/trunk/project.xml

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 23:41:35 2006 New Revision: 419181 URL: http://svn.apache.org/viewvc?rev=419181view=rev Log: added Jakarta link (copy from Lang) Modified: jakarta/commons/sandbox/csv/trunk/project.xml Modified: jakarta/commons/sandbox/csv/trunk/project.xml URL:

svn commit: r419103 - in /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/linear: QRDecomposition.java QRDecompositionImpl.java

2006-07-05 Thread psteitz
Author: psteitz Date: Tue Jul 4 14:08:47 2006 New Revision: 419103 URL: http://svn.apache.org/viewvc?rev=419103view=rev Log: Javadoc fixes. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/QRDecomposition.java

svn commit: r419178 - /jakarta/commons/sandbox/csv/trunk/project.xml

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 23:38:07 2006 New Revision: 419178 URL: http://svn.apache.org/viewvc?rev=419178view=rev Log: Added mailing list details Modified: jakarta/commons/sandbox/csv/trunk/project.xml Modified: jakarta/commons/sandbox/csv/trunk/project.xml URL:

svn commit: r419174 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang: ./ builder/ text/ time/

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 23:14:13 2006 New Revision: 419174 URL: http://svn.apache.org/viewvc?rev=419174view=rev Log: Minor style fixes suggested by checkstyle Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java

svn commit: r419122 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/ArrayUtils.java test/org/apache/commons/lang/ArrayUtilsTest.java

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 17:04:28 2006 New Revision: 419122 URL: http://svn.apache.org/viewvc?rev=419122view=rev Log: Adding the missing char/Character methods in ArrayUtils, as pointed out (and patched) by Andres Almiray in LANG-267 Modified:

svn commit: r419185 - /jakarta/commons/sandbox/csv/trunk/xdocs/index.xml

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 23:51:37 2006 New Revision: 419185 URL: http://svn.apache.org/viewvc?rev=419185view=rev Log: Improved front page Modified: jakarta/commons/sandbox/csv/trunk/xdocs/index.xml Modified: jakarta/commons/sandbox/csv/trunk/xdocs/index.xml URL:

svn commit: r419183 - in /jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv: CSVParser.java CSVPrinter.java

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 23:43:18 2006 New Revision: 419183 URL: http://svn.apache.org/viewvc?rev=419183view=rev Log: Unused imports Modified: jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/CSVParser.java

svn commit: r419184 - /jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/CSVStrategy.java

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 23:45:05 2006 New Revision: 419184 URL: http://svn.apache.org/viewvc?rev=419184view=rev Log: @return is meaningless in a constructor Modified: jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/CSVStrategy.java Modified:

[jira] Commented: (SANDBOX-71) [id] Sporadic test failures in TimeBasesAlphanumericIdentifierGeneratorTest

2006-07-05 Thread Martin van den Bemt (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-71?page=comments#action_12419269 ] Martin van den Bemt commented on SANDBOX-71: Maybe this is some interesting story : http://www.wmware.com/psf/vmware_timekeeping.pdf (If I am not mistaking we

[jira] Commented: (LANG-267) Support char array converters on ArrayUtils

2006-07-05 Thread Gary Gregory (JIRA)
[ http://issues.apache.org/jira/browse/LANG-267?page=comments#action_12419316 ] Gary Gregory commented on LANG-267: --- Is [lang] the right project for this instead of [primitives]? Where do we draw the line between [primitives] and [lang]? Support char

[jira] Commented: (SANDBOX-71) [id] Sporadic test failures in TimeBasesAlphanumericIdentifierGeneratorTest

2006-07-05 Thread Joerg Schaible (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-71?page=comments#action_12419325 ] Joerg Schaible commented on SANDBOX-71: --- Hi Martin, thanks for the comment, but the link is no longer valid. If you have the document still, can you attach it here?

svn commit: r419330 - in /jakarta/commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/ test/org/apache/commons/configuration/

2006-07-05 Thread oheger
Author: oheger Date: Wed Jul 5 13:29:51 2006 New Revision: 419330 URL: http://svn.apache.org/viewvc?rev=419330view=rev Log: Added an utility method to ConfigurationUtils for cloning a configuration Added:

[jira] Commented: (LANG-267) Support char array converters on ArrayUtils

2006-07-05 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/LANG-267?page=comments#action_12419334 ] Stephen Colebourne commented on LANG-267: - [lang] is the correct location, as [primitives] is solely about priimtive implementations of collections Support char array

svn commit: r419374 - /jakarta/commons/proper/commons-build/trunk/commons_nightly.sh

2006-07-05 Thread psteitz
Author: psteitz Date: Wed Jul 5 15:56:01 2006 New Revision: 419374 URL: http://svn.apache.org/viewvc?rev=419374view=rev Log: Create new directories on deploy host for new components and make files group writable. Modified: jakarta/commons/proper/commons-build/trunk/commons_nightly.sh

svn commit: r419386 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java

2006-07-05 Thread scolebourne
Author: scolebourne Date: Wed Jul 5 16:42:43 2006 New Revision: 419386 URL: http://svn.apache.org/viewvc?rev=419386view=rev Log: Fix char/Character methods in ArrayUtils LANG-267 Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java Modified:

svn commit: r419387 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DateUtils.java

2006-07-05 Thread scolebourne
Author: scolebourne Date: Wed Jul 5 16:49:33 2006 New Revision: 419387 URL: http://svn.apache.org/viewvc?rev=419387view=rev Log: Remove debugging code Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DateUtils.java Modified:

[lang] VariableFormatter - pre 2.2

2006-07-05 Thread Stephen Colebourne
Henri Yandell wrote: Anyone know of any half-finished code in there at the moment? I think I'm on record for saying that the VariableFormatter class doesn't quite fit as is IMHO. But I've not spelt out why, so here goes... At a minimum, I'd like to see MapVariableResolver packge scoped.

Re: [jira] Commented: (MATH-85) [math] SimpleRegression getSumSquaredErrors

2006-07-05 Thread Phil Steitz
On 7/4/06, Luc Maisonobe [EMAIL PROTECTED] wrote: Phil Steitz (JIRA) a écrit : I agree this is a corner case and the negative result is due to rounding. The question is, should we force the result to 0 when a negative value is returned by the computation? Yes, I think this would be wiser

[jira] Commented: (IO-78) [io] upload javadocs and source to maven2 repo

2006-07-05 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-78?page=comments#action_12419400 ] Henri Yandell commented on IO-78: - sync done, so the javadoc half of this issue is complete. Next up, sources. [io] upload javadocs and source to maven2 repo

svn commit: r419434 - /jakarta/commons/proper/math/trunk/xdocs/changes.xml

2006-07-05 Thread psteitz
Author: psteitz Date: Wed Jul 5 21:47:23 2006 New Revision: 419434 URL: http://svn.apache.org/viewvc?rev=419434view=rev Log: Fixed bad issue attribute. Modified: jakarta/commons/proper/math/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/math/trunk/xdocs/changes.xml URL:

svn commit: r419439 - in /jakarta/commons/proper/math/trunk: src/java/org/apache/commons/math/stat/regression/SimpleRegression.java src/test/org/apache/commons/math/stat/regression/SimpleRegressionTes

2006-07-05 Thread psteitz
Author: psteitz Date: Wed Jul 5 22:10:49 2006 New Revision: 419439 URL: http://svn.apache.org/viewvc?rev=419439view=rev Log: Modified getSumSquaredErrors method in SimpleRegression to always return a non-negative result. JIRA: MATH-85 Reported by Mark Osborn Patched by Luc Maisonobe Modified:

[jira] Created: (VFS-68) Extraction process is unefficient with large packages

2006-07-05 Thread JIRA
Extraction process is unefficient with large packages - Key: VFS-68 URL: http://issues.apache.org/jira/browse/VFS-68 Project: Commons VFS Type: Improvement Environment: Windows XP Pro, Java 1.5.0_03 Reporter:

[jira] Closed: (MATH-85) [math] SimpleRegression getSumSquaredErrors

2006-07-05 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/MATH-85?page=all ] Phil Steitz closed MATH-85: --- Resolution: Fixed Constrained returned result to be non-negative. [math] SimpleRegression getSumSquaredErrors

[jira] Resolved: (MATH-140) [math][patch] FFT Source Files

2006-07-05 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/MATH-140?page=all ] Phil Steitz resolved MATH-140: -- Fix Version: 1.2 Final Resolution: Fixed New package has been added. Thanks! [math][patch] FFT Source Files --

[jira] Closed: (MATH-147) Adding new methods to RealMatrix

2006-07-05 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/MATH-147?page=all ] Phil Steitz closed MATH-147: MatrixUtils method with requested functionality was added in 1.0 final. Adding new methods to RealMatrix Key: MATH-147

[jira] Closed: (MATH-122) New methods in RealMatrixImpl and changing indexing

2006-07-05 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/MATH-122?page=all ] Phil Steitz closed MATH-122: Issue was resolve in 1.0 final. New methods in RealMatrixImpl and changing indexing --- Key: MATH-122