svn commit: r1158543 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/io/ java/org/apache/commons/runtime/net/ java/org/apache/commons/runtime/util/ java/org/apache/common

2011-08-16 Thread mturk
Author: mturk Date: Wed Aug 17 06:58:53 2011 New Revision: 1158543 URL: http://svn.apache.org/viewvc?rev=1158543&view=rev Log: Axe extra off param to functions expecting native address represented as long Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/Rea

svn commit: r1158534 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/FilterStream.java

2011-08-16 Thread mturk
Author: mturk Date: Wed Aug 17 06:08:54 2011 New Revision: 1158534 URL: http://svn.apache.org/viewvc?rev=1158534&view=rev Log: Add base FilterStream class Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/FilterStream.java (with props) Added: commons/sandb

svn commit: r1158533 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ java/org/apache/commons/runtime/io/ java/org/apache/commons/runtime/util/ java/org/apache/commons/ru

2011-08-16 Thread mturk
Author: mturk Date: Wed Aug 17 06:06:42 2011 New Revision: 1158533 URL: http://svn.apache.org/viewvc?rev=1158533&view=rev Log: Do not use long for Pointer length Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer.java commons/sandbox/runtime/trunk/s

Nexus: Staging Completed.

2011-08-16 Thread Nexus Repository Manager
Description:Ready for release voteDetails:The following artifacts have been staged to the org.apache.commons-045 (u:rgoers, a:208.29.163.248) repository.archetype-catalog.xmlcommons-vfs2-examples-2.0-javadoc.jarcommons-vfs2-examples-2.0-sources.jar.asccommons-vfs2-examples-2.0.pomcommons-vfs2-examp

svn commit: r1158507 - in /commons/proper: bcel/trunk/doap_bcel.rdf bsf/trunk/doap_bsf.rdf jcs/trunk/doap_jcs.rdf

2011-08-16 Thread bayard
Author: bayard Date: Wed Aug 17 04:32:04 2011 New Revision: 1158507 URL: http://svn.apache.org/viewvc?rev=1158507&view=rev Log: Updating to the Commons PMC Modified: commons/proper/bcel/trunk/doap_bcel.rdf commons/proper/bsf/trunk/doap_bsf.rdf commons/proper/jcs/trunk/doap_jcs.rdf Mo

svn commit: r1158506 - /commons/proper/bsf/trunk/doap_bsf.rdf

2011-08-16 Thread bayard
Author: bayard Date: Wed Aug 17 04:31:15 2011 New Revision: 1158506 URL: http://svn.apache.org/viewvc?rev=1158506&view=rev Log: Fixing the svn url in doap Modified: commons/proper/bsf/trunk/doap_bsf.rdf Modified: commons/proper/bsf/trunk/doap_bsf.rdf URL: http://svn.apache.org/viewvc/common

svn commit: r1158504 - /commons/trunks-proper/

2011-08-16 Thread bayard
Author: bayard Date: Wed Aug 17 04:25:55 2011 New Revision: 1158504 URL: http://svn.apache.org/viewvc?rev=1158504&view=rev Log: Updating the externals Modified: commons/trunks-proper/ (props changed) Propchange: commons/trunks-proper/ ---

svn commit: r1158503 - /commons/proper/bsf/

2011-08-16 Thread bayard
Author: bayard Date: Wed Aug 17 04:24:19 2011 New Revision: 1158503 URL: http://svn.apache.org/viewvc?rev=1158503&view=rev Log: Moving BSF over to Commons Added: commons/proper/bsf/ - copied from r1158502, jakarta/bsf/

svn commit: r1158501 - /commons/proper/lang/trunk/default.properties

2011-08-16 Thread bayard
Author: bayard Date: Wed Aug 17 04:11:37 2011 New Revision: 1158501 URL: http://svn.apache.org/viewvc?rev=1158501&view=rev Log: Fixing the component-name (aka artifactId in Maven language). LANG-741 Modified: commons/proper/lang/trunk/default.properties Modified: commons/proper/lang/trunk/de

svn commit: r1158497 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/DumpTestCase.java

2011-08-16 Thread bodewig
Author: bodewig Date: Wed Aug 17 03:45:08 2011 New Revision: 1158497 URL: http://svn.apache.org/viewvc?rev=1158497&view=rev Log: (mostly failing) testcase for dump stream. COMPRESS-132 Added: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/DumpTestCase.java

svn commit: r1158494 - in /commons/proper/compress/trunk/src/test/resources: bla.dump bla.z.dump

2011-08-16 Thread bodewig
Author: bodewig Date: Wed Aug 17 03:06:24 2011 New Revision: 1158494 URL: http://svn.apache.org/viewvc?rev=1158494&view=rev Log: Linux dump archives containing test1.xml and test2.xml (along with some dirs that the tests will need to ignore) Added: commons/proper/compress/trunk/src/test/reso

svn commit: r1158457 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/BOBYQAOptimizer.java

2011-08-16 Thread erans
Author: erans Date: Tue Aug 16 21:55:49 2011 New Revision: 1158457 URL: http://svn.apache.org/viewvc?rev=1158457&view=rev Log: MATH-621 Function "update": All local variables defined at initialization. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/dir

svn commit: r1158448 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/optimization/direct/BOBYQAOptimizer.java test/java/org/apache/commons/math/optimization/direct/BOBYQAOptimiz

2011-08-16 Thread erans
Author: erans Date: Tue Aug 16 21:15:56 2011 New Revision: 1158448 URL: http://svn.apache.org/viewvc?rev=1158448&view=rev Log: MATH-621 Removed function "rescue" and "case 190" in function "bobyqb". Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct

svn commit: r1158403 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2011-08-16 Thread rgoers
Author: rgoers Date: Tue Aug 16 17:59:12 2011 New Revision: 1158403 URL: http://svn.apache.org/viewvc?rev=1158403&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom.xml commons/p

svn commit: r1158402 - /commons/proper/vfs/tags/commons-vfs2-project-2.0/

2011-08-16 Thread rgoers
Author: rgoers Date: Tue Aug 16 17:59:10 2011 New Revision: 1158402 URL: http://svn.apache.org/viewvc?rev=1158402&view=rev Log: [maven-release-plugin] copy for tag commons-vfs2-project-2.0 Added: commons/proper/vfs/tags/commons-vfs2-project-2.0/ - copied from r1158401, commons/proper/v

svn commit: r1158401 - in /commons/proper/vfs/trunk: core/pom.xml dist/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2011-08-16 Thread rgoers
Author: rgoers Date: Tue Aug 16 17:59:07 2011 New Revision: 1158401 URL: http://svn.apache.org/viewvc?rev=1158401&view=rev Log: [maven-release-plugin] prepare release commons-vfs2-project-2.0 Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom.xml commons

svn commit: r1158361 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/util/bzip2/ native/shared/

2011-08-16 Thread mturk
Author: mturk Date: Tue Aug 16 16:33:47 2011 New Revision: 1158361 URL: http://svn.apache.org/viewvc?rev=1158361&view=rev Log: Use less cryptic api names Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util/bzip2/Bzip2Impl.java - copied, changed from r1158

svn commit: r1158329 - /commons/sandbox/runtime/trunk/src/main/native/shared/bzip2.c

2011-08-16 Thread mturk
Author: mturk Date: Tue Aug 16 15:43:35 2011 New Revision: 1158329 URL: http://svn.apache.org/viewvc?rev=1158329&view=rev Log: Finish up (mostly) the bzip2 api Modified: commons/sandbox/runtime/trunk/src/main/native/shared/bzip2.c Modified: commons/sandbox/runtime/trunk/src/main/native/share

svn commit: r1158328 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util/bzip2/Libbzip2.java

2011-08-16 Thread mturk
Author: mturk Date: Tue Aug 16 15:41:16 2011 New Revision: 1158328 URL: http://svn.apache.org/viewvc?rev=1158328&view=rev Log: Finish up (mostly) the bzip2 api Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util/bzip2/Libbzip2.java (with props) Added: comm

svn commit: r1158327 [2/2] - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/io/ java/org/apache/commons/runtime/net/ java/org/apache/commons/runtime/util/ java/org/apache/

2011-08-16 Thread mturk
Modified: commons/sandbox/runtime/trunk/src/main/native/shared/bzip2.c URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/shared/bzip2.c?rev=1158327&r1=1158326&r2=1158327&view=diff == --- commo

svn commit: r1158284 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/ArrayUtilsRemoveTest.java

2011-08-16 Thread ggregory
Author: ggregory Date: Tue Aug 16 14:11:31 2011 New Revision: 1158284 URL: http://svn.apache.org/viewvc?rev=1158284&view=rev Log: Port to JUnit 4. Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/ArrayUtilsRemoveTest.java Modified: commons/proper/lang/trunk/src/te

svn commit: r1158282 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/ArrayUtilsAddTest.java

2011-08-16 Thread ggregory
Author: ggregory Date: Tue Aug 16 14:09:15 2011 New Revision: 1158282 URL: http://svn.apache.org/viewvc?rev=1158282&view=rev Log: Port to JUnit 4. Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/ArrayUtilsAddTest.java Modified: commons/proper/lang/trunk/src/test/

svn commit: r1158279 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/CharUtils.java

2011-08-16 Thread ggregory
Author: ggregory Date: Tue Aug 16 14:06:45 2011 New Revision: 1158279 URL: http://svn.apache.org/viewvc?rev=1158279&view=rev Log: [LANG-736] CharUtils static final array CHAR_STRING is not needed to compute CHAR_STRING_ARRAY. Modified: commons/proper/lang/trunk/src/main/java/org/apache/comm

svn commit: r1158278 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/CharUtilsTest.java

2011-08-16 Thread ggregory
Author: ggregory Date: Tue Aug 16 14:04:52 2011 New Revision: 1158278 URL: http://svn.apache.org/viewvc?rev=1158278&view=rev Log: Port to JUnit 4. Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/CharUtilsTest.java Modified: commons/proper/lang/trunk/src/test/java

svn commit: r1158275 - in /commons/proper/vfs/trunk/dist: pom.xml src/assembly/bin.xml

2011-08-16 Thread rgoers
Author: rgoers Date: Tue Aug 16 13:52:31 2011 New Revision: 1158275 URL: http://svn.apache.org/viewvc?rev=1158275&view=rev Log: Package the right stuff for distribution Modified: commons/proper/vfs/trunk/dist/pom.xml commons/proper/vfs/trunk/dist/src/assembly/bin.xml Modified: commons/pr

svn commit: r1158139 - /commons/proper/vfs/trunk/pom.xml

2011-08-16 Thread rgoers
Author: rgoers Date: Tue Aug 16 07:45:34 2011 New Revision: 1158139 URL: http://svn.apache.org/viewvc?rev=1158139&view=rev Log: Remove Maven 1 repository declaration Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commo

svn commit: r1158133 - in /commons/proper/vfs/trunk: core/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2011-08-16 Thread rgoers
Author: rgoers Date: Tue Aug 16 07:01:02 2011 New Revision: 1158133 URL: http://svn.apache.org/viewvc?rev=1158133&view=rev Log: Add notice and license to all test jars Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/examples/pom.xml commons/proper/vfs/trunk/po