svn commit: r1189035 - in /commons/proper/chain/trunk/src: changes/ main/java/org/apache/commons/chain/config/ main/java/org/apache/commons/chain/impl/ main/java/org/apache/commons/chain/web/ main/jav

2011-10-26 Thread simonetripodi
Author: simonetripodi Date: Wed Oct 26 06:18:03 2011 New Revision: 1189035 URL: http://svn.apache.org/viewvc?rev=1189035view=rev Log: [CHAIN-61] Chain 2.0 trunk build is throwing many warnings as a result of generification changes (Contributed by Elijah Zupancic) Modified:

svn commit: r1189057 - /commons/proper/digester/trunk/src/main/assembly/src.xml

2011-10-26 Thread simonetripodi
Author: simonetripodi Date: Wed Oct 26 07:44:33 2011 New Revision: 1189057 URL: http://svn.apache.org/viewvc?rev=1189057view=rev Log: fix reported by Luc: the checkstyle-suppressions.xml file is not included in the source distribution so when rebuilding from the source archive triggers many

svn commit: r1189085 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/pack200/Pack200CompressorInputStream.java

2011-10-26 Thread bodewig
Author: bodewig Date: Wed Oct 26 09:05:48 2011 New Revision: 1189085 URL: http://svn.apache.org/viewvc?rev=1189085view=rev Log: Use a constant for the length of the expected signature Modified:

svn commit: r1189086 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/ode/AbstractIntegrator.java site/xdoc/changes.xml test/java/org/apache/commons/math/ode/events/EventStateTes

2011-10-26 Thread luc
Author: luc Date: Wed Oct 26 09:08:22 2011 New Revision: 1189086 URL: http://svn.apache.org/viewvc?rev=1189086view=rev Log: Fixed an event resetting issue in ODE. When several discrete events occur during the same ODE integration step, they are handled chronologically or reverse chronologically

svn commit: r1189119 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/compressors/Pack200TestCase.java

2011-10-26 Thread bodewig
Author: bodewig Date: Wed Oct 26 10:35:38 2011 New Revision: 1189119 URL: http://svn.apache.org/viewvc?rev=1189119view=rev Log: improve test-coverage of pack200 package Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/compressors/Pack200TestCase.java

svn commit: r1189127 - in /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/utils: ./ CountingStreamTest.java

2011-10-26 Thread bodewig
Author: bodewig Date: Wed Oct 26 10:56:25 2011 New Revision: 1189127 URL: http://svn.apache.org/viewvc?rev=1189127view=rev Log: Tests for Counting(In|Out)putStream Added: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/utils/

svn commit: r1189137 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/util/Getopt.java java/org/apache/commons/runtime/util/LongOption.java test/org/apache/commons/runtime

2011-10-26 Thread mturk
Author: mturk Date: Wed Oct 26 11:36:20 2011 New Revision: 1189137 URL: http://svn.apache.org/viewvc?rev=1189137view=rev Log: Add posix compliant getopt parser. Borrowed from OpenBSD getopt Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util/Getopt.java

svn commit: r1189168 - /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/model/RevertedGraph.java

2011-10-26 Thread simonetripodi
Author: simonetripodi Date: Wed Oct 26 12:24:56 2011 New Revision: 1189168 URL: http://svn.apache.org/viewvc?rev=1189168view=rev Log: first checkin of RevertedGraph class Added: commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/model/RevertedGraph.java (with props)

svn commit: r1189196 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/utils/CountingStreamTest.java

2011-10-26 Thread ggregory
Author: ggregory Date: Wed Oct 26 13:23:21 2011 New Revision: 1189196 URL: http://svn.apache.org/viewvc?rev=1189196view=rev Log: Fix typo in // comment. Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/utils/CountingStreamTest.java Modified:

svn commit: r1189197 - in /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/compressors: Pack200TestCase.java pack200/Pack200UtilsTest.java

2011-10-26 Thread ggregory
Author: ggregory Date: Wed Oct 26 13:24:59 2011 New Revision: 1189197 URL: http://svn.apache.org/viewvc?rev=1189197view=rev Log: Remove unused imports. Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/compressors/Pack200TestCase.java

svn commit: r1189200 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.unx.in include/acr/lxc.h modules/lxc/ os/linux/lxc/ os/linux/lxc/api.c os/linux/lxc/init.c os/linux/lxc/lxc.h

2011-10-26 Thread mturk
Author: mturk Date: Wed Oct 26 13:26:42 2011 New Revision: 1189200 URL: http://svn.apache.org/viewvc?rev=1189200view=rev Log: Move lxc code into os/linux Added: commons/sandbox/runtime/trunk/src/main/native/os/linux/lxc/ commons/sandbox/runtime/trunk/src/main/native/os/linux/lxc/api.c

svn commit: r1189203 - in /commons/sandbox/runtime/trunk/src/main/native/os/linux/lxc: api.c init.c lxc.h lxcpriv.h

2011-10-26 Thread mturk
Author: mturk Date: Wed Oct 26 13:30:20 2011 New Revision: 1189203 URL: http://svn.apache.org/viewvc?rev=1189203view=rev Log: Use different name for private header Added: commons/sandbox/runtime/trunk/src/main/native/os/linux/lxc/lxcpriv.h - copied, changed from r1189200,

svn commit: r1189241 - /commons/proper/compress/trunk/

2011-10-26 Thread ggregory
Author: ggregory Date: Wed Oct 26 14:36:12 2011 New Revision: 1189241 URL: http://svn.apache.org/viewvc?rev=1189241view=rev Log: SVN ignore maven-eclipse.xml Modified: commons/proper/compress/trunk/ (props changed) Propchange: commons/proper/compress/trunk/

svn commit: r1189244 - in /commons/proper/compress/trunk: pom.xml src/site/xdoc/index.xml

2011-10-26 Thread bodewig
Author: bodewig Date: Wed Oct 26 14:39:04 2011 New Revision: 1189244 URL: http://svn.apache.org/viewvc?rev=1189244view=rev Log: Give proper credit to Michael (not Markus) Kuss Modified: commons/proper/compress/trunk/pom.xml commons/proper/compress/trunk/src/site/xdoc/index.xml Modified:

svn commit: r1189253 - /commons/proper/compress/trunk/pom.xml

2011-10-26 Thread ggregory
Author: ggregory Date: Wed Oct 26 14:55:40 2011 New Revision: 1189253 URL: http://svn.apache.org/viewvc?rev=1189253view=rev Log: Migrate to cobertura-maven-plugin 2.5.1 (= Cobertura 1.9.4.1) from 2.2 (= Cobertura 1.9). Modified: commons/proper/compress/trunk/pom.xml Modified:

svn commit: r1189254 - /commons/proper/compress/trunk/pom.xml

2011-10-26 Thread ggregory
Author: ggregory Date: Wed Oct 26 15:00:21 2011 New Revision: 1189254 URL: http://svn.apache.org/viewvc?rev=1189254view=rev Log: Upgrade to maven-pmd-plugin 2.5 (=PMD 4.2.5) from 2.4 (=PMD 4.2.2). The reports are the same. Modified: commons/proper/compress/trunk/pom.xml Modified:

svn commit: r1189259 - /commons/proper/compress/trunk/pom.xml

2011-10-26 Thread ggregory
Author: ggregory Date: Wed Oct 26 15:08:04 2011 New Revision: 1189259 URL: http://svn.apache.org/viewvc?rev=1189259view=rev Log: Upgrade to JUnit 4.10 from 4.8.2. Modified: commons/proper/compress/trunk/pom.xml Modified: commons/proper/compress/trunk/pom.xml URL:

svn commit: r1189269 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.java

2011-10-26 Thread bodewig
Author: bodewig Date: Wed Oct 26 15:35:05 2011 New Revision: 1189269 URL: http://svn.apache.org/viewvc?rev=1189269view=rev Log: unused field Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.java Modified:

svn commit: r1189278 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/ASTChain.java

2011-10-26 Thread mcucchiara
Author: mcucchiara Date: Wed Oct 26 15:52:58 2011 New Revision: 1189278 URL: http://svn.apache.org/viewvc?rev=1189278view=rev Log: Small simplification Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/ASTChain.java Modified:

svn commit: r1189330 - /commons/proper/ognl/trunk/pom.xml

2011-10-26 Thread mcucchiara
Author: mcucchiara Date: Wed Oct 26 17:30:57 2011 New Revision: 1189330 URL: http://svn.apache.org/viewvc?rev=1189330view=rev Log: Removed snapshot dependency, also added jdk15 classifier Modified: commons/proper/ognl/trunk/pom.xml Modified: commons/proper/ognl/trunk/pom.xml URL:

svn commit: r1189499 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/EigenDecomposition.java

2011-10-26 Thread psteitz
Author: psteitz Date: Wed Oct 26 22:05:03 2011 New Revision: 1189499 URL: http://svn.apache.org/viewvc?rev=1189499view=rev Log: Javadoc. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/EigenDecomposition.java Modified:

svn commit: r1189563 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/SingularValueDecomposition.java

2011-10-26 Thread psteitz
Author: psteitz Date: Thu Oct 27 00:43:47 2011 New Revision: 1189563 URL: http://svn.apache.org/viewvc?rev=1189563view=rev Log: Javadoc. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/SingularValueDecomposition.java Modified:

svn commit: r1189585 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: FileName.java FileObject.java

2011-10-26 Thread ggregory
Author: ggregory Date: Thu Oct 27 02:36:04 2011 New Revision: 1189585 URL: http://svn.apache.org/viewvc?rev=1189585view=rev Log: [VFS-367] Add APIs FileObject isFile(), FileObject isFolder(), and FileName isFile(). Add @since 2.1. Modified:

svn commit: r1189604 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: AllFileSelector.java FileExtensionSelector.java

2011-10-26 Thread ggregory
Author: ggregory Date: Thu Oct 27 04:32:23 2011 New Revision: 1189604 URL: http://svn.apache.org/viewvc?rev=1189604view=rev Log: Fix Javadoc typo. Added: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileExtensionSelector.java Modified:

svn commit: r1189605 - in /commons/sandbox/runtime/trunk: build.xml src/main/java/org/apache/commons/runtime/util/Getopt.java src/main/test/org/apache/commons/runtime/TestServerEndpoint.java

2011-10-26 Thread mturk
Author: mturk Date: Thu Oct 27 05:15:53 2011 New Revision: 1189605 URL: http://svn.apache.org/viewvc?rev=1189605view=rev Log: Use a correct selector type for test. Perhaps we should throw something on missuse Modified: commons/sandbox/runtime/trunk/build.xml

svn commit: r1189610 - in /commons/proper/ognl/trunk/src/benchmarks/java/org/apache/commons/ognl/performance: invocation/RepeatableInvocation.java objects/

2011-10-26 Thread mcucchiara
Author: mcucchiara Date: Thu Oct 27 05:55:59 2011 New Revision: 1189610 URL: http://svn.apache.org/viewvc?rev=1189610view=rev Log: Removed previously borrowed classes Removed: commons/proper/ognl/trunk/src/benchmarks/java/org/apache/commons/ognl/performance/objects/ Modified:

svn commit: r1189614 - in /commons/proper/ognl/trunk/src/benchmarks/java/org/apache/commons/ognl/performance/runtime: CommonsRuntimeWrapper.java OldOgnlRuntimeWrapper.java

2011-10-26 Thread mcucchiara
Author: mcucchiara Date: Thu Oct 27 05:59:21 2011 New Revision: 1189614 URL: http://svn.apache.org/viewvc?rev=1189614view=rev Log: Removed @Override annotations Modified: commons/proper/ognl/trunk/src/benchmarks/java/org/apache/commons/ognl/performance/runtime/CommonsRuntimeWrapper.java