svn commit: r611543 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/builder/EqualsBuilder.java test/org/apache/commons/lang/builder/EqualsBuilderTest.java

2008-01-12 Thread bayard
Author: bayard Date: Sat Jan 12 23:00:22 2008 New Revision: 611543 URL: http://svn.apache.org/viewvc?rev=611543&view=rev Log: Applying my patch from LANG-393; EqualsBuilder uses compareTo for BigDecimal and not equals Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/buil

svn commit: r611528 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/StringUtils.java test/org/apache/commons/lang/StringUtilsTest.java

2008-01-12 Thread mbenson
Author: mbenson Date: Sat Jan 12 19:46:28 2008 New Revision: 611528 URL: http://svn.apache.org/viewvc?rev=611528&view=rev Log: [LANG-192] API improvements Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java commons/proper/lang/trunk/src/test/org/apache/c

svn commit: r611516 - in /commons/proper/io/tags/commons-io-1.4-RC1: ./ build.xml pom.xml project.xml src/site/site.xml xdocs/building.xml xdocs/index.xml

2008-01-12 Thread niallp
Author: niallp Date: Sat Jan 12 17:32:27 2008 New Revision: 611516 URL: http://svn.apache.org/viewvc?rev=611516&view=rev Log: Tag Commons IO 1.4 RC1 Added: commons/proper/io/tags/commons-io-1.4-RC1/ - copied from r611507, commons/proper/io/trunk/ commons/proper/io/tags/commons-io-1.

svn commit: r611514 - /commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml

2008-01-12 Thread niallp
Author: niallp Date: Sat Jan 12 17:01:38 2008 New Revision: 611514 URL: http://svn.apache.org/viewvc?rev=611514&view=rev Log: remove checkstyle report from m2 pom Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.x

svn commit: r611513 - in /commons/proper/io/trunk: src/site/site.xml xdocs/building.xml xdocs/index.xml

2008-01-12 Thread niallp
Author: niallp Date: Sat Jan 12 16:51:43 2008 New Revision: 611513 URL: http://svn.apache.org/viewvc?rev=611513&view=rev Log: minor site improvements Modified: commons/proper/io/trunk/src/site/site.xml commons/proper/io/trunk/xdocs/building.xml commons/proper/io/trunk/xdocs/index.xml

svn commit: r611509 - /commons/proper/io/trunk/build.xml

2008-01-12 Thread niallp
Author: niallp Date: Sat Jan 12 15:41:44 2008 New Revision: 611509 URL: http://svn.apache.org/viewvc?rev=611509&view=rev Log: ant build - create apidocs directory Modified: commons/proper/io/trunk/build.xml Modified: commons/proper/io/trunk/build.xml URL: http://svn.apache.org/viewvc/common

svn commit: r611507 - in /commons/proper/io/trunk: pom.xml src/conf/

2008-01-12 Thread niallp
Author: niallp Date: Sat Jan 12 15:30:13 2008 New Revision: 611507 URL: http://svn.apache.org/viewvc?rev=611507&view=rev Log: Revert to release commons-parent-6, add in resource definitions and hack to include LICENSE/NOTICE file in -javadoc.jar and remove unused MANIFEST.MF file Removed: co

svn commit: r611502 - in /commons/proper/math/trunk/src/java/org/apache/commons/math/linear: BigMatrixImpl.java RealMatrixImpl.java

2008-01-12 Thread luc
Author: luc Date: Sat Jan 12 14:55:48 2008 New Revision: 611502 URL: http://svn.apache.org/viewvc?rev=611502&view=rev Log: javadoc typo fix Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/linear/BigMatrixImpl.java commons/proper/math/trunk/src/java/org/apache/common

svn commit: r611501 - /commons/proper/math/trunk/src/java/org/apache/commons/math/stat/Frequency.java

2008-01-12 Thread luc
Author: luc Date: Sat Jan 12 14:45:32 2008 New Revision: 611501 URL: http://svn.apache.org/viewvc?rev=611501&view=rev Log: removed the static qualifier for inner class NaturalComparator, the class *really* should be static, but this triggers a bug in the clirr plugin Modified: commons/proper

svn commit: r611499 - /commons/proper/pool/tags/POOL_1_4_RC3/

2008-01-12 Thread psteitz
Author: psteitz Date: Sat Jan 12 14:35:13 2008 New Revision: 611499 URL: http://svn.apache.org/viewvc?rev=611499&view=rev Log: Tagging 1.4-RC3 Added: commons/proper/pool/tags/POOL_1_4_RC3/ - copied from r611489, commons/proper/pool/branches/1_4_RELEASE_BRANCH/

svn commit: r611498 - /commons/proper/math/trunk/src/java/org/apache/commons/math/MathException.java

2008-01-12 Thread luc
Author: luc Date: Sat Jan 12 14:09:36 2008 New Revision: 611498 URL: http://svn.apache.org/viewvc?rev=611498&view=rev Log: replaced array sharing by array copying to remove a findbugs warning (this is used only for exception, so there should be no performance problems here) Modified: common

svn commit: r611497 - /commons/proper/math/trunk/src/java/org/apache/commons/math/util/NumberTransformer.java

2008-01-12 Thread luc
Author: luc Date: Sat Jan 12 14:07:09 2008 New Revision: 611497 URL: http://svn.apache.org/viewvc?rev=611497&view=rev Log: NumberTransformer classes should be Serializable since they are used as fields of the Serializable TransformerMap class Modified: commons/proper/math/trunk/src/java/org/

svn commit: r611495 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/random/RandomGenerator.java test/org/apache/commons/math/random/RandomAdaptorTest.java test/org/apache/commons/mat

2008-01-12 Thread luc
Author: luc Date: Sat Jan 12 14:01:00 2008 New Revision: 611495 URL: http://svn.apache.org/viewvc?rev=611495&view=rev Log: RandomGenerator classes should be Serializable since they are used as fields of both Serializable RandomAdaptor and RandomDataImpl classes Modified: commons/proper/math/

svn commit: r611492 - /commons/proper/math/trunk/src/test/org/apache/commons/math/TestUtils.java

2008-01-12 Thread luc
Author: luc Date: Sat Jan 12 13:52:16 2008 New Revision: 611492 URL: http://svn.apache.org/viewvc?rev=611492&view=rev Log: replaced serialization to temporary file by serialization to byte array and simplified the error handling to remove a findbugs warning Modified: commons/proper/math/trunk

svn commit: r611490 - /commons/proper/math/trunk/src/test/org/apache/commons/math/stat/CertifiedDataTest.java

2008-01-12 Thread luc
Author: luc Date: Sat Jan 12 13:36:35 2008 New Revision: 611490 URL: http://svn.apache.org/viewvc?rev=611490&view=rev Log: replace getClass by the exact class, to avoid problems if class is extended (findbugs warning) Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/stat/

svn commit: r611489 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/stat/descriptive/ test/org/apache/commons/math/stat/descriptive/

2008-01-12 Thread luc
Author: luc Date: Sat Jan 12 13:35:10 2008 New Revision: 611489 URL: http://svn.apache.org/viewvc?rev=611489&view=rev Log: UnivariateStatistic classes should be Serializable since they are used as fields of the Serializable DescriptiveStatistics class Modified: commons/proper/math/trunk/src/

svn commit: r611487 - /commons/proper/math/trunk/src/java/org/apache/commons/math/stat/Frequency.java

2008-01-12 Thread luc
Author: luc Date: Sat Jan 12 13:31:59 2008 New Revision: 611487 URL: http://svn.apache.org/viewvc?rev=611487&view=rev Log: the internal class NaturalComparator now implements Serializable to remove a findbugs warning Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/stat/F

svn commit: r611481 - /commons/proper/math/trunk/src/test/org/apache/commons/math/ode/DummyStepInterpolatorTest.java

2008-01-12 Thread luc
Author: luc Date: Sat Jan 12 13:05:49 2008 New Revision: 611481 URL: http://svn.apache.org/viewvc?rev=611481&view=rev Log: removed a serialization warning from findbugs Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/ode/DummyStepInterpolatorTest.java Modified: commons

svn commit: r611480 - in /commons/proper/math/trunk/src/test/org/apache/commons/math/linear: BigMatrixImplTest.java RealMatrixImplTest.java

2008-01-12 Thread luc
Author: luc Date: Sat Jan 12 13:04:42 2008 New Revision: 611480 URL: http://svn.apache.org/viewvc?rev=611480&view=rev Log: commented out currently unused private code to remove warnings Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/linear/BigMatrixImplTest.java co

svn commit: r611474 - /commons/proper/io/trunk/xdocs/building.xml

2008-01-12 Thread niallp
Author: niallp Date: Sat Jan 12 12:23:02 2008 New Revision: 611474 URL: http://svn.apache.org/viewvc?rev=611474&view=rev Log: Add note about ant build and JDK 1.3 Modified: commons/proper/io/trunk/xdocs/building.xml Modified: commons/proper/io/trunk/xdocs/building.xml URL: http://svn.apache

svn commit: r611468 - /commons/proper/io/trunk/xdocs/building.xml

2008-01-12 Thread dennisl
Author: dennisl Date: Sat Jan 12 11:56:39 2008 New Revision: 611468 URL: http://svn.apache.org/viewvc?rev=611468&view=rev Log: validator --> io. Modified: commons/proper/io/trunk/xdocs/building.xml Modified: commons/proper/io/trunk/xdocs/building.xml URL: http://svn.apache.org/viewvc/common

svn commit: r611449 - in /commons/proper/io/trunk: build-check-jdk13.xml build.xml maven.xml pom.xml src/main/assembly/bin.xml src/main/assembly/src.xml xdocs/building.xml xdocs/navigation.xml

2008-01-12 Thread niallp
Author: niallp Date: Sat Jan 12 10:15:46 2008 New Revision: 611449 URL: http://svn.apache.org/viewvc?rev=611449&view=rev Log: Build/Sites changes: - replace maven generated ant build with hand written one - remove build-check-jdk13.xml (replaced by "compile.jdk13" target in build.xml) - minor

svn commit: r611447 - /commons/proper/io/trunk/src/test/org/apache/commons/io/comparator/PackageTestSuite.java

2008-01-12 Thread niallp
Author: niallp Date: Sat Jan 12 10:09:51 2008 New Revision: 611447 URL: http://svn.apache.org/viewvc?rev=611447&view=rev Log: Add package test suite for comparators Added: commons/proper/io/trunk/src/test/org/apache/commons/io/comparator/PackageTestSuite.java (with props) Added: commons

svn commit: r611437 - /commons/proper/io/trunk/pom.xml

2008-01-12 Thread dennisl
Author: dennisl Date: Sat Jan 12 07:31:11 2008 New Revision: 611437 URL: http://svn.apache.org/viewvc?rev=611437&view=rev Log: Fix indentation. Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.x

svn commit: r611436 - /commons/proper/io/trunk/pom.xml

2008-01-12 Thread dennisl
Author: dennisl Date: Sat Jan 12 07:25:54 2008 New Revision: 611436 URL: http://svn.apache.org/viewvc?rev=611436&view=rev Log: Put back antrun execution that was mistakenly removed in r610644. Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL: http://sv

svn commit: r611435 - /commons/proper/io/trunk/pom.xml

2008-01-12 Thread dennisl
Author: dennisl Date: Sat Jan 12 07:16:23 2008 New Revision: 611435 URL: http://svn.apache.org/viewvc?rev=611435&view=rev Log: Antrun hack for including LICENSE.txt and NOTICE.txt is now available in commons-parent. Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk

svn commit: r611431 - /commons/proper/commons-parent/trunk/pom.xml

2008-01-12 Thread dennisl
Author: dennisl Date: Sat Jan 12 07:02:57 2008 New Revision: 611431 URL: http://svn.apache.org/viewvc?rev=611431&view=rev Log: Remove the reference to commons-io. Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apac

svn commit: r611418 - /commons/proper/io/trunk/pom.xml

2008-01-12 Thread dennisl
Author: dennisl Date: Sat Jan 12 06:13:49 2008 New Revision: 611418 URL: http://svn.apache.org/viewvc?rev=611418&view=rev Log: Use the latest parent so that resources (LICENSE.txt and NOTICE.txt) are added to the main jar file. Modified: commons/proper/io/trunk/pom.xml Modified: commons/pro

svn commit: r611398 - in /commons/proper/fileupload/branches/b_1_2_1: build.xml pom.xml src/changes/changes.xml

2008-01-12 Thread jochen
Author: jochen Date: Sat Jan 12 02:49:45 2008 New Revision: 611398 URL: http://svn.apache.org/viewvc?rev=611398&view=rev Log: Fixed a classpath problem when building with Sun JDK 1.3.1 and Ant. PR: FILEUPLOAD-153 Submitted-By: Gary Gregory <[EMAIL PROTECTED]> Modified: commons/proper/fileuplo