[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ((Group) Build with Java 6 (Maven 3.0.5))

2015-04-14 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=39725&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Tue 14 Apr 2015 20:20:22 + Finished at: Tue 14 Apr 2015 20:24:40 + Total time: 4m 17s Build Trigger: Sche

svn commit: r1673551 - in /commons/proper/dbutils/trunk/src: main/java/org/apache/commons/dbutils/BeanProcessor.java test/java/org/apache/commons/dbutils/BeanProcessorTest.java

2015-04-14 Thread thecarlhall
Author: thecarlhall Date: Tue Apr 14 20:23:53 2015 New Revision: 1673551 URL: http://svn.apache.org/r1673551 Log: DBUTILS-89 Apply patch and adjust tests for populateBean method Modified: commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/BeanProcessor.java commons/pr

svn commit: r1673542 - in /commons/proper/jcs/trunk: RELEASE-NOTES.txt doap_jcs.rdf pom.xml src/site/site.xml xdocs/download_jcs.xml

2015-04-14 Thread tv
Author: tv Date: Tue Apr 14 20:02:19 2015 New Revision: 1673542 URL: http://svn.apache.org/r1673542 Log: Some housekeeping Added: commons/proper/jcs/trunk/RELEASE-NOTES.txt (with props) Modified: commons/proper/jcs/trunk/doap_jcs.rdf commons/proper/jcs/trunk/pom.xml commons/prop

svn commit: r8611 - /release/commons/jcs/RELEASE-NOTES.txt

2015-04-14 Thread tv
Author: tv Date: Tue Apr 14 18:15:21 2015 New Revision: 8611 Log: Add release notes Added: release/commons/jcs/RELEASE-NOTES.txt Added: release/commons/jcs/RELEASE-NOTES.txt == --- release/commons/jcs/RELEASE-NOTES.t

svn commit: r8609 - in /release/commons/jcs: HEADER.html README.html binaries/HEADER.html binaries/README.html source/HEADER.html source/README.html

2015-04-14 Thread tv
Author: tv Date: Tue Apr 14 17:54:36 2015 New Revision: 8609 Log: Add headers and README Added: release/commons/jcs/HEADER.html release/commons/jcs/README.html release/commons/jcs/binaries/HEADER.html (with props) release/commons/jcs/binaries/README.html (with props) relea

svn commit: r8608 - in /release/commons/jcs: binaries/ source/

2015-04-14 Thread tv
Author: tv Date: Tue Apr 14 17:43:40 2015 New Revision: 8608 Log: Publish commons-jcs-2.0-beta-1 release Added: release/commons/jcs/binaries/commons-jcs-dist-2.0-beta-1-bin.tar.gz (with props) release/commons/jcs/binaries/commons-jcs-dist-2.0-beta-1-bin.tar.gz.asc release/commons/j

svn commit: r1673459 - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/input/UnixLineEndingInputStream.java test/java/org/apache/commons/io/input/UnixLineEndingInputStreamTest.java

2015-04-14 Thread krosenvold
Author: krosenvold Date: Tue Apr 14 16:10:27 2015 New Revision: 1673459 URL: http://svn.apache.org/r1673459 Log: MASSEMBLY-753 CR only handling. Unreleased code so no separate issue for commons According to http://en.wikipedia.org/wiki/Newline#Representations we're probably be talking about files

[math] Code formatting.

2015-04-14 Thread tn
Repository: commons-math Updated Branches: refs/heads/master 0a799598c -> 3a4e18ddf Code formatting. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/3a4e18dd Tree: http://git-wip-us.apache.org/repos/asf/commo

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ((Group) Build with Java 6 (Maven 3.0.5))

2015-04-14 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=39722&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Tue 14 Apr 2015 14:20:24 + Finished at: Tue 14 Apr 2015 14:25:21 + Total time: 4m 57s Build Trigger: Sche

svn commit: r1673422 - /commons/proper/jcs/trunk/src/changes/changes.xml

2015-04-14 Thread tv
Author: tv Date: Tue Apr 14 13:31:27 2015 New Revision: 1673422 URL: http://svn.apache.org/r1673422 Log: JCS-124 Make the code in Step 5 on the JCS overview page a full working class that can compile Modified: commons/proper/jcs/trunk/src/changes/changes.xml Modified: commons/proper/jcs/tru

svn commit: r1673421 - /commons/proper/jcs/trunk/xdocs/getting_started/intro.xml

2015-04-14 Thread tv
Author: tv Date: Tue Apr 14 13:30:04 2015 New Revision: 1673421 URL: http://svn.apache.org/r1673421 Log: JCS-124 Make the code in Step 5 on the JCS overview page a full working class that can compile Modified: commons/proper/jcs/trunk/xdocs/getting_started/intro.xml Modified: commons/proper

Nexus: Staging Completed

2015-04-14 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:release candidate 2 for Apache Commons Math 3.5Deployer properties:"userAgent" = "Apache-Maven/3.0.5 (Java 1.6.0_31; Linux 3.16.0-4-amd64), Apache-Maven/3.0.5 (Java 1.6.0_31; Linux 3.16.0-4-amd64)""userId" = "luc""ip" = "80.67.176.229"Details:T

svn commit: r8605 - in /dev/commons/math: binaries/ source/

2015-04-14 Thread luc
Author: luc Date: Tue Apr 14 12:50:41 2015 New Revision: 8605 Log: Apache artifacts for 3.5 RC2 Modified: dev/commons/math/binaries/commons-math3-3.5-bin.tar.gz dev/commons/math/binaries/commons-math3-3.5-bin.tar.gz.asc dev/commons/math/binaries/commons-math3-3.5-bin.tar.gz.md5 de

[3/3] [math] Removed spurious (for Java 5) @Override.

2015-04-14 Thread luc
Removed spurious (for Java 5) @Override. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/b3c5dae8 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/b3c5dae8 Diff: http://git-wip-us.apache.org/repos/as

Git Push Summary

2015-04-14 Thread luc
Repository: commons-math Updated Tags: refs/tags/MATH_3_5_RC2 [created] a8d0ac8ec

[1/3] [math] Fixed test incompatibility with Java5.

2015-04-14 Thread luc
Repository: commons-math Updated Branches: refs/heads/release 7efda3f0a -> b3c5dae8f Fixed test incompatibility with Java5. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e30d37c7 Tree: http://git-wip-us.apac

[2/3] [math] Wrap jgit buildnumber plugin in a profile triggered by .git exsiting.

2015-04-14 Thread luc
Wrap jgit buildnumber plugin in a profile triggered by .git exsiting. This should prevent numerous warnings when building from a source archive instead of from git checkout. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-ma

Nexus: Staging Repository Dropped

2015-04-14 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Dropping RC1 as Java 5 incompatibilities were found in tests.Deployer properties:"userAgent" = "Apache-Maven/3.0.5 (Java 1.6.0_31; Linux 3.16.0-4-amd64), Apache-Maven/3.0.5 (Java 1.6.0_31; Linux 3.16.0-4-amd64)""userId" = "luc""ip" = "80.67.176