Re: Master Javadoc for Commons

2014-11-03 Thread Benedikt Ritter
Can you elaborate some more on your use case? Usually your using a lib, so
you know where to look for the javadoc.

2014-11-03 7:00 GMT+01:00 Jan Matèrne (jhm) apa...@materne.de:

 Maintaining a 2nd pom?
 Could be the easiest ...

 Jan

  -Ursprüngliche Nachricht-
  Von: Gary Gregory [mailto:garydgreg...@gmail.com]
  Gesendet: Montag, 3. November 2014 02:57
  An: Commons Developers List
  Betreff: Master Javadoc for Commons
 
  Hi All:
 
  I think it would be nice (at least for me), if we had a master Javadoc
  site for all of Commons in one place accessible from
  https://commons.apache.org/
 
  Generating such a site from a trunks-proper checkout is easy since
  there is a POM in that folder (mvn javadoc:aggregate).
 
  In order to generate a site for the latest _released_ component...
  well, how would you do that?
 
  Gary
 
  --
  E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence
  with Hibernate, Second Edition http://www.manning.com/bauer3/ JUnit
  in Action, Second Edition http://www.manning.com/tahchiev/
  Spring Batch in Action http://www.manning.com/templier/
  Blog: http://garygregory.wordpress.com
  Home: http://garygregory.com/
  Tweet! http://twitter.com/GaryGregory


 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org




-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter


Re: [csv] CSVPrinter ResultSet quoting

2014-11-03 Thread Benedikt Ritter
Makes sense to me. Go for it!

2014-11-01 5:33 GMT+01:00 Damjan Jovanovic dam...@apache.org:

 Hi

 Is there some reason CSVPrinter.printRecords(final ResultSet
 resultSet) retrieves all fields from the ResultSet using
 ResultSet.getString(), which makes QuoteMode.NON_NUMERIC quote
 numbers?

 This seems to work a lot better:

 Index: src/main/java/org/apache/commons/csv/CSVPrinter.java
 ===
 --- src/main/java/org/apache/commons/csv/CSVPrinter.java(revision
 1635890)
 +++ src/main/java/org/apache/commons/csv/CSVPrinter.java(working copy)
 @@ -512,7 +512,7 @@
  }
  while (resultSet.next()) {
  for (int i = 1; i = columnCount; i++) {
 -print(resultSet.getString(i));
 +print(resultSet.getObject(i));
  }
  println();
  }


 Can I commit?

 Thank you
 Damjan

 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org




-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter


Re: [codec] Release Commons Codec 1.10.

2014-11-03 Thread Thomas Neidhart
Yes sorry, I was lazy, you will get one till EOB today.

Thomas

On Mon, Nov 3, 2014 at 6:35 AM, Gary Gregory garydgreg...@gmail.com wrote:

 On Mon, Oct 27, 2014 at 3:12 AM, Thomas Neidhart 
 thomas.neidh...@gmail.com
 wrote:

  On 10/27/2014 01:52 AM, Gary Gregory wrote:
   Hi All:
  
   I plan to push out a Release of Commons Codec 1.10 to push out a new
   feature and a few fixes.
  
   If you want changes, fixes, and tweaks, make 'em ;-)
 
  there is one addition I would like to make, and I will provide a patch
  this week.
 

 Hi Thomas,

 Do you still want to get this patch in before 1.10?

 Gary


  Thomas
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
  For additional commands, e-mail: dev-h...@commons.apache.org
 
 


 --
 E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
 Java Persistence with Hibernate, Second Edition
 http://www.manning.com/bauer3/
 JUnit in Action, Second Edition http://www.manning.com/tahchiev/
 Spring Batch in Action http://www.manning.com/templier/
 Blog: http://garygregory.wordpress.com
 Home: http://garygregory.com/
 Tweet! http://twitter.com/GaryGregory



Build failed in Jenkins: commons-jcs » Apache Commons JCS :: Distribution #56

2014-11-03 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/commons-jcs/org.apache.commons$dist/56/changes

Changes:

[rmannibucau] creating a dist module for src/bin assembly

--
[INFO] 
[INFO] 
[INFO] Building Apache Commons JCS :: Distribution 2.0-SNAPSHOT
[INFO] 

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Build failed in Jenkins: commons-jcs #56

2014-11-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/commons-jcs/56/changes

Changes:

[rmannibucau] creating a dist module for src/bin assembly

--
[...truncated 303 lines...]
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-3) @ 
commons-jcs-jcache-extras ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ 
commons-jcs-jcache-extras ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
commons-jcs-jcache-extras ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (default) @ 
commons-jcs-jcache-extras ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-extras  svn 
--non-interactive info
[INFO] Working directory: 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-extras
[INFO] Storing buildNumber: 1635515 at timestamp: 1415007163980
[INFO] Executing: /bin/sh -c cd 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-extras  svn 
--non-interactive info
[INFO] Working directory: 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-extras
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
commons-jcs-jcache-extras ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
commons-jcs-jcache-extras ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-extras/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:2.4.0:manifest (bundle-manifest) @ 
commons-jcs-jcache-extras ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
commons-jcs-jcache-extras ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
commons-jcs-jcache-extras ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-extras/target/test-classes
[WARNING] 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-extras/src/test/java/org/apache/commons/jcs/jcache/extras/writer/CompositeCacheWriterTest.java:
 Some input files use unchecked or unsafe operations.
[WARNING] 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-extras/src/test/java/org/apache/commons/jcs/jcache/extras/writer/CompositeCacheWriterTest.java:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ 
commons-jcs-jcache-extras ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ commons-jcs-jcache-extras 
---
[INFO] Building jar: 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-extras/target/commons-jcs-jcache-extras-2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
commons-jcs-jcache-extras ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ 
commons-jcs-jcache-extras ---
[INFO] Installing 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-extras/target/commons-jcs-jcache-extras-2.0-SNAPSHOT.jar
 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/commons/commons-jcs-jcache-extras/2.0-SNAPSHOT/commons-jcs-jcache-extras-2.0-SNAPSHOT.jar
[INFO] Installing 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-extras/pom.xml
 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/commons/commons-jcs-jcache-extras/2.0-SNAPSHOT/commons-jcs-jcache-extras-2.0-SNAPSHOT.pom
[INFO] 
[INFO] 
[INFO] Building Apache Commons JCS :: JCache OpenJPA 2.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
commons-jcs-jcache-openjpa ---
[INFO] Deleting 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-openjpa/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-3) @ 
commons-jcs-jcache-openjpa ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ 
commons-jcs-jcache-openjpa ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
commons-jcs-jcache-openjpa ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (default) @ 
commons-jcs-jcache-openjpa ---

Jenkins build is back to normal : commons-jcs #57

2014-11-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/commons-jcs/57/changes


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Jenkins build is back to normal : commons-jcs » Apache Commons JCS :: Distribution #57

2014-11-03 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/commons-jcs/org.apache.commons$dist/57/changes


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Build failed in Jenkins: commons-jcs » Apache Commons JCS :: JCache TCK #59

2014-11-03 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-jcache-tck/59/changes

Changes:

[rmannibucau] [maven-release-plugin] prepare for next development iteration

[rmannibucau] [maven-release-plugin] prepare release commons-jcs-2.0-alpha-1

--
[INFO] 
[INFO] 
[INFO] Building Apache Commons JCS :: JCache TCK 2.0-SNAPSHOT2.0-SNAPSHOT
[INFO] 
[WARNING] The POM for 
org.apache.commons:commons-jcs-core:jar:2.0-SNAPSHOT2.0-SNAPSHOT is missing, no 
dependency information available
[WARNING] The POM for 
org.apache.commons:commons-jcs-jcache:jar:2.0-SNAPSHOT2.0-SNAPSHOT is missing, 
no dependency information available

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Build failed in Jenkins: commons-jcs #59

2014-11-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/commons-jcs/59/changes

Changes:

[rmannibucau] [maven-release-plugin] prepare for next development iteration

[rmannibucau] [maven-release-plugin] prepare release commons-jcs-2.0-alpha-1

--
[...truncated 242 lines...]
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
commons-jcs-jcache-openjpa ---
[INFO] Deleting 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-openjpa/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-3) @ 
commons-jcs-jcache-openjpa ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ 
commons-jcs-jcache-openjpa ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
commons-jcs-jcache-openjpa ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (default) @ 
commons-jcs-jcache-openjpa ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-openjpa  
svn --non-interactive info
[INFO] Working directory: 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-openjpa
[INFO] Storing buildNumber: 1636319 at timestamp: 1415011957918
[INFO] Executing: /bin/sh -c cd 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-openjpa  
svn --non-interactive info
[INFO] Working directory: 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-openjpa
[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
commons-jcs-jcache-openjpa ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
commons-jcs-jcache-openjpa ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-openjpa/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:2.4.0:manifest (bundle-manifest) @ 
commons-jcs-jcache-openjpa ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
commons-jcs-jcache-openjpa ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-openjpa/src/test/resources
[INFO] Copying 0 resource to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
commons-jcs-jcache-openjpa ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-openjpa/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ 
commons-jcs-jcache-openjpa ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ commons-jcs-jcache-openjpa 
---
[INFO] Building jar: 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-openjpa/target/commons-jcs-jcache-openjpa-2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
commons-jcs-jcache-openjpa ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ 
commons-jcs-jcache-openjpa ---
[INFO] Installing 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-openjpa/target/commons-jcs-jcache-openjpa-2.0-SNAPSHOT.jar
 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/commons/commons-jcs-jcache-openjpa/2.0-SNAPSHOT/commons-jcs-jcache-openjpa-2.0-SNAPSHOT.jar
[INFO] Installing 
https://builds.apache.org/job/commons-jcs/ws/commons-jcs-jcache-openjpa/pom.xml
 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/commons/commons-jcs-jcache-openjpa/2.0-SNAPSHOT/commons-jcs-jcache-openjpa-2.0-SNAPSHOT.pom
[INFO] 
[INFO] 
[INFO] Skipping Apache Commons JCS :: Distribution
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Commons JCS  SUCCESS [8.190s]
[INFO] Apache Commons JCS :: Core  SUCCESS [42.147s]
[INFO] Apache Commons JCS :: JCache .. SUCCESS [3.409s]
[INFO] Apache Commons JCS :: JCache TCK .. FAILURE [0.140s]
[INFO] Apache Commons JCS :: JCache Extras ... FAILURE [0.090s]
[INFO] Apache Commons JCS :: JCache OpenJPA .. SUCCESS [3.292s]
[INFO] Apache Commons JCS :: Distribution 

Build failed in Jenkins: commons-jcs » Apache Commons JCS :: JCache Extras #59

2014-11-03 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-jcache-extras/59/changes

Changes:

[rmannibucau] [maven-release-plugin] prepare for next development iteration

[rmannibucau] [maven-release-plugin] prepare release commons-jcs-2.0-alpha-1

--
[INFO] 
[INFO] 
[INFO] Building Apache Commons JCS :: JCache Extras 2.0-SNAPSHOT2.0-SNAPSHOT
[INFO] 

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [6/8] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math

2014-11-03 Thread Dennis Hendriks

Hi all,

The mail below seems to suggest a bunch of files were changed, but how from 
this e-mail can I get a link to the actual diff of this commit? I tried the 
'Diff' link below (to 
http://git-wip-us.apache.org/repos/asf/commons-math/diff/29b19362), but it 
gives me a page with some metadate (dates/times/etc), and the text 'Trivial 
merge', but no actual diff of any kind. The other links don't lead to pages 
with actual diffs either...


Best,
Dennis



On 11/03/2014 11:43 AM, er...@apache.org wrote:

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/29b19362
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/29b19362
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/29b19362

Branch: refs/heads/master
Commit: 29b193629150c9a38949a6afa5b620cdb4d7f6a6
Parents: a516976 e89a80d
Author: Gilles er...@apache.org
Authored: Mon Oct 20 23:20:09 2014 +0200
Committer: Gilles er...@apache.org
Committed: Mon Oct 20 23:20:09 2014 +0200

--
  pom.xml |  12 +-
  src/changes/changes.xml |  12 +
  .../interpolation/AkimaSplineInterpolator.java  | 225 ++
  .../BicubicSplineInterpolatingFunction.java | 620 +++
  .../BicubicSplineInterpolator.java  | 141 +---
  .../TricubicSplineInterpolator.java |  35 +-
  .../exception/MathIllegalStateException.java|   5 +-
  .../math3/exception/util/LocalizedFormats.java  |   1 +
  .../ode/nonstiff/RungeKuttaIntegrator.java  |  14 +-
  .../math3/stat/descriptive/rank/Percentile.java |   2 +-
  .../math3/stat/inference/BinomialTest.java  |   3 +-
  .../math3/stat/inference/ChiSquareTest.java |  14 +-
  .../commons/math3/stat/inference/GTest.java |  18 +-
  .../math3/stat/inference/MannWhitneyUTest.java  |   3 +-
  .../math3/stat/inference/OneWayAnova.java   |   8 +-
  .../commons/math3/stat/inference/TTest.java |  11 +-
  .../stat/inference/WilcoxonSignedRankTest.java  |   3 +-
  .../org/apache/commons/math3/util/FastMath.java | 334 +
  .../apache/commons/math3/util/KthSelector.java  |   2 +-
  .../util/LocalizedFormats_fr.properties |   1 +
  src/site/site.xml   |   2 +-
  src/site/xdoc/developers.xml|  26 +-
  src/site/xdoc/index.xml |   7 +-
  .../AkimaSplineInterpolatorTest.java| 227 ++
  .../BicubicSplineInterpolatingFunctionTest.java | 746 +--
  .../BicubicSplineInterpolatorTest.java  | 217 --
  ...PolynomialBicubicSplineInterpolatorTest.java |  10 +-
  .../interpolation/SplineInterpolatorTest.java   |  42 +-
  .../TricubicSplineInterpolatorTest.java |   2 +-
  .../AbstractIntegerDistributionTest.java|  21 +-
  .../exception/util/LocalizedFormatsTest.java|   3 +-
  .../leastsquares/EvaluationRmsCheckerTest.java  |   2 +-
  .../ClassicalRungeKuttaIntegratorTest.java  |  24 +
  .../util/FastMathStrictComparisonTest.java  |  22 +-
  .../apache/commons/math3/util/FastMathTest.java | 429 ++-
  35 files changed, 1841 insertions(+), 1403 deletions(-)
--




-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[Math] Filtering message from git? (Was: [8/8] git commit: Merge branch 'master' [...])

2014-11-03 Thread Gilles

Hi.

Three posts such as the following were sent to this ML:

Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/commons-math



Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/commons-math/commit/7df65a5d
Tree: 
http://git-wip-us.apache.org/repos/asf/commons-math/tree/7df65a5d
Diff: 
http://git-wip-us.apache.org/repos/asf/commons-math/diff/7df65a5d


Branch: refs/heads/master
Commit: 7df65a5ddf59b564af1d753b89d30f8dc33a2c5d
Parents: 4a6bf54 45ae5c7
Author: Gilles er...@apache.org
Authored: Sun Nov 2 23:22:11 2014 +0100
Committer: Gilles er...@apache.org
Committed: Sun Nov 2 23:22:11 2014 +0100


--
 src/changes/changes.xml |  3 +
 .../math3/ode/ContinuousOutputModel.java| 71 
++--

 .../math3/ode/sampling/StepInterpolator.java| 28 ++--
 .../math3/ode/ContinuousOutputModelTest.java| 21 --
 4 files changed, 105 insertions(+), 18 deletions(-)

--


They seem like a report on what happened on my local repository so
that I could commit local changes after the main repository had been
updated.
This kind of message looks utterly useless and distracts from those
that report actual changes to the main repository.

Don't you think that they should be filtered out?
If not, can you explain their purpose?

Regards,
Gilles


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [6/8] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math

2014-11-03 Thread Gilles

Hello.

On Mon, 3 Nov 2014 11:56:44 +0100, Dennis Hendriks wrote:

Hi all,

The mail below seems to suggest a bunch of files were changed,


The message looks indeed misleading. I did not touch those files;
git did, in order to update my local copy.
[Cf. the post which I've just sent to the list.]

Regards,
Gilles


but
how from this e-mail can I get a link to the actual diff of this
commit? I tried the 'Diff' link below (to
http://git-wip-us.apache.org/repos/asf/commons-math/diff/29b19362),
but it gives me a page with some metadate (dates/times/etc), and the
text 'Trivial merge', but no actual diff of any kind. The other links
don't lead to pages with actual diffs either...

Best,
Dennis



On 11/03/2014 11:43 AM, er...@apache.org wrote:
Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/commons-math



Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/commons-math/commit/29b19362
Tree: 
http://git-wip-us.apache.org/repos/asf/commons-math/tree/29b19362
Diff: 
http://git-wip-us.apache.org/repos/asf/commons-math/diff/29b19362


Branch: refs/heads/master
Commit: 29b193629150c9a38949a6afa5b620cdb4d7f6a6
Parents: a516976 e89a80d
Author: Gilles er...@apache.org
Authored: Mon Oct 20 23:20:09 2014 +0200
Committer: Gilles er...@apache.org
Committed: Mon Oct 20 23:20:09 2014 +0200


--
  pom.xml |  12 +-
  src/changes/changes.xml |  12 +
  .../interpolation/AkimaSplineInterpolator.java  | 225 ++
  .../BicubicSplineInterpolatingFunction.java | 620 
+++

  .../BicubicSplineInterpolator.java  | 141 +---
  .../TricubicSplineInterpolator.java |  35 +-
  .../exception/MathIllegalStateException.java|   5 +-
  .../math3/exception/util/LocalizedFormats.java  |   1 +
  .../ode/nonstiff/RungeKuttaIntegrator.java  |  14 +-
  .../math3/stat/descriptive/rank/Percentile.java |   2 +-
  .../math3/stat/inference/BinomialTest.java  |   3 +-
  .../math3/stat/inference/ChiSquareTest.java |  14 +-
  .../commons/math3/stat/inference/GTest.java |  18 +-
  .../math3/stat/inference/MannWhitneyUTest.java  |   3 +-
  .../math3/stat/inference/OneWayAnova.java   |   8 +-
  .../commons/math3/stat/inference/TTest.java |  11 +-
  .../stat/inference/WilcoxonSignedRankTest.java  |   3 +-
  .../org/apache/commons/math3/util/FastMath.java | 334 +
  .../apache/commons/math3/util/KthSelector.java  |   2 +-
  .../util/LocalizedFormats_fr.properties |   1 +
  src/site/site.xml   |   2 +-
  src/site/xdoc/developers.xml|  26 +-
  src/site/xdoc/index.xml |   7 +-
  .../AkimaSplineInterpolatorTest.java| 227 ++
  .../BicubicSplineInterpolatingFunctionTest.java | 746 
+--

  .../BicubicSplineInterpolatorTest.java  | 217 --
  ...PolynomialBicubicSplineInterpolatorTest.java |  10 +-
  .../interpolation/SplineInterpolatorTest.java   |  42 +-
  .../TricubicSplineInterpolatorTest.java |   2 +-
  .../AbstractIntegerDistributionTest.java|  21 +-
  .../exception/util/LocalizedFormatsTest.java|   3 +-
  .../leastsquares/EvaluationRmsCheckerTest.java  |   2 +-
  .../ClassicalRungeKuttaIntegratorTest.java  |  24 +
  .../util/FastMathStrictComparisonTest.java  |  22 +-
  .../apache/commons/math3/util/FastMathTest.java | 429 ++-
  35 files changed, 1841 insertions(+), 1403 deletions(-)

--




-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-11-03 Thread Apache Continuum
Online report : 
https://continuum-ci.apache.org/continuum/buildResult.action?buildId=38818projectId=286

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Mon 3 Nov 2014 11:20:22 +
  Finished at: Mon 3 Nov 2014 11:24:24 +
  Total time: 4m 2s
  Build Trigger: Schedule
  Build Number: 5
  Exit code: 1
  Building machine hostname: continuum-vm
  Operating system : Linux(unknown)
  Java Home version : 
  java version 1.6.0_32
  OpenJDK Runtime Environment (IcedTea6 1.13.4) 
(6b32-1.13.4-4ubuntu0.12.04.2)
  OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)

  Builder version :
  Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 
2013-02-19 13:51:28+)
  Maven home: /opt/apache-maven-3.0.5
  Java version: 1.6.0_32, vendor: Sun Microsystems Inc.
  Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
  Default locale: en_US, platform encoding: ANSI_X3.4-1968
  OS name: linux, version: 3.2.0-67-generic, arch: amd64, family: 
unix


SCM Changes:

Changed: rmannibucau @ Mon 3 Nov 2014 10:28:08 +
Comment: deploying src/bin archives on central since it can be used directly too
Files changed:
  /commons/proper/jcs/trunk/commons-jcs-dist/pom.xml ( 1636308 )

Changed: rmannibucau @ Mon 3 Nov 2014 10:47:42 +
Comment: [maven-release-plugin] prepare release commons-jcs-2.0-alpha-1
Files changed:
  /commons/proper/jcs/trunk/commons-jcs-core/pom.xml ( 1636317 )
  /commons/proper/jcs/trunk/commons-jcs-dist/pom.xml ( 1636317 )
  /commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml ( 1636317 )
  /commons/proper/jcs/trunk/commons-jcs-jcache-extras/pom.xml ( 1636317 )
  /commons/proper/jcs/trunk/commons-jcs-jcache-openjpa/pom.xml ( 1636317 )
  /commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml ( 1636317 )
  /commons/proper/jcs/trunk/pom.xml ( 1636317 )

Changed: rmannibucau @ Mon 3 Nov 2014 10:48:29 +
Comment: [maven-release-plugin] prepare for next development iteration
Files changed:
  /commons/proper/jcs/trunk/commons-jcs-core/pom.xml ( 1636319 )
  /commons/proper/jcs/trunk/commons-jcs-dist/pom.xml ( 1636319 )
  /commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml ( 1636319 )
  /commons/proper/jcs/trunk/commons-jcs-jcache-extras/pom.xml ( 1636319 )
  /commons/proper/jcs/trunk/commons-jcs-jcache-openjpa/pom.xml ( 1636319 )
  /commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml ( 1636319 )
  /commons/proper/jcs/trunk/pom.xml ( 1636319 )


Dependencies Changes:

No dependencies changed



Build Definition:

POM filename: pom.xml
Goals: clean deploy   
Arguments: --batch-mode -Pjava-1.6 -Dgpg.skip -Prelease
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: Maven 3.0.5
Description: Group (shared) Maven 3 Build Definition (Java 1.6)


Test Summary:

Tests: 387
Failures: 0
Errors: 0
Success Rate: 100
Total time: 130.868




-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Fwd: [continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-11-03 Thread Gary Gregory
Something is quite wrong in Continuum with the POMs for this project, check
this out:

[INFO]

[INFO] Building Apache Commons JCS :: JCache TCK 2.0-SNAPSHOT2.0-SNAPSHOT
[INFO]


Gary

-- Forwarded message --
From: Apache Continuum d...@continuum.apache.org
Date: Mon, Nov 3, 2014 at 6:24 AM
Subject: [continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons
(Group (shared) Maven 3 Build Definition (Java 1.6))
To: dev@commons.apache.org


Online report :
https://continuum-ci.apache.org/continuum/buildResult.action?buildId=38818projectId=286

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Mon 3 Nov 2014 11:20:22 +
  Finished at: Mon 3 Nov 2014 11:24:24 +
  Total time: 4m 2s
  Build Trigger: Schedule
  Build Number: 5
  Exit code: 1
  Building machine hostname: continuum-vm
  Operating system : Linux(unknown)
  Java Home version :
  java version 1.6.0_32
  OpenJDK Runtime Environment (IcedTea6 1.13.4)
(6b32-1.13.4-4ubuntu0.12.04.2)
  OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)

  Builder version :
  Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da;
2013-02-19 13:51:28+)
  Maven home: /opt/apache-maven-3.0.5
  Java version: 1.6.0_32, vendor: Sun Microsystems Inc.
  Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
  Default locale: en_US, platform encoding: ANSI_X3.4-1968
  OS name: linux, version: 3.2.0-67-generic, arch: amd64,
family: unix


SCM Changes:

Changed: rmannibucau @ Mon 3 Nov 2014 10:28:08 +
Comment: deploying src/bin archives on central since it can be used
directly too
Files changed:
  /commons/proper/jcs/trunk/commons-jcs-dist/pom.xml ( 1636308 )

Changed: rmannibucau @ Mon 3 Nov 2014 10:47:42 +
Comment: [maven-release-plugin] prepare release commons-jcs-2.0-alpha-1
Files changed:
  /commons/proper/jcs/trunk/commons-jcs-core/pom.xml ( 1636317 )
  /commons/proper/jcs/trunk/commons-jcs-dist/pom.xml ( 1636317 )
  /commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml ( 1636317 )
  /commons/proper/jcs/trunk/commons-jcs-jcache-extras/pom.xml ( 1636317 )
  /commons/proper/jcs/trunk/commons-jcs-jcache-openjpa/pom.xml ( 1636317 )
  /commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml ( 1636317 )
  /commons/proper/jcs/trunk/pom.xml ( 1636317 )

Changed: rmannibucau @ Mon 3 Nov 2014 10:48:29 +
Comment: [maven-release-plugin] prepare for next development iteration
Files changed:
  /commons/proper/jcs/trunk/commons-jcs-core/pom.xml ( 1636319 )
  /commons/proper/jcs/trunk/commons-jcs-dist/pom.xml ( 1636319 )
  /commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml ( 1636319 )
  /commons/proper/jcs/trunk/commons-jcs-jcache-extras/pom.xml ( 1636319 )
  /commons/proper/jcs/trunk/commons-jcs-jcache-openjpa/pom.xml ( 1636319 )
  /commons/proper/jcs/trunk/commons-jcs-tck-tests/pom.xml ( 1636319 )
  /commons/proper/jcs/trunk/pom.xml ( 1636319 )


Dependencies Changes:

No dependencies changed



Build Definition:

POM filename: pom.xml
Goals: clean deploy
Arguments: --batch-mode -Pjava-1.6 -Dgpg.skip -Prelease
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: Maven 3.0.5
Description: Group (shared) Maven 3 Build Definition (Java 1.6)


Test Summary:

Tests: 387
Failures: 0
Errors: 0
Success Rate: 100
Total time: 130.868




-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org




-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition
http://www.manning.com/bauer3/
JUnit in Action, Second Edition http://www.manning.com/tahchiev/
Spring Batch in Action http://www.manning.com/templier/
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory


Fwd: svn commit: r1636306 - /commons/proper/jcs/tags/commons-jcs-2.0-alpha-1/

2014-11-03 Thread Gary Gregory
Please do not remove a tag that was used in a VOTEd. This is not the proper
process. Tags must exist in perpetuity in parallel with a VOTE thread.

The tag has the wrong format for a VOTE as well, it should end in a -RC1,
RC2, and so on.

See https://wiki.apache.org/commons/UsingNexus

Thank you,
Gary

-- Forwarded message --
From: rmannibu...@apache.org
Date: Mon, Nov 3, 2014 at 5:27 AM
Subject: svn commit: r1636306 -
/commons/proper/jcs/tags/commons-jcs-2.0-alpha-1/
To: comm...@commons.apache.org


Author: rmannibucau
Date: Mon Nov  3 10:27:24 2014
New Revision: 1636306

URL: http://svn.apache.org/r1636306
Log:
removing 2.0-alpha-1 branch - closed too early

Removed:
commons/proper/jcs/tags/commons-jcs-2.0-alpha-1/




-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition
http://www.manning.com/bauer3/
JUnit in Action, Second Edition http://www.manning.com/tahchiev/
Spring Batch in Action http://www.manning.com/templier/
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory




-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition
http://www.manning.com/bauer3/
JUnit in Action, Second Edition http://www.manning.com/tahchiev/
Spring Batch in Action http://www.manning.com/templier/
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory


[continuum] BUILD FAILURE: Apache Commons Sandbox Parent - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-11-03 Thread Apache Continuum
Online report : 
https://continuum-ci.apache.org/continuum/buildResult.action?buildId=38819projectId=132

Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Mon 3 Nov 2014 14:20:34 +
  Finished at: Mon 3 Nov 2014 14:20:43 +
  Total time: 9s
  Build Trigger: Schedule
  Build Number: 16
  Exit code: 1
  Building machine hostname: continuum-vm
  Operating system : Linux(unknown)
  Java Home version : 
  java version 1.6.0_32
  OpenJDK Runtime Environment (IcedTea6 1.13.4) 
(6b32-1.13.4-4ubuntu0.12.04.2)
  OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)

  Builder version :
  Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 
2013-02-19 13:51:28+)
  Maven home: /opt/apache-maven-3.0.5
  Java version: 1.6.0_32, vendor: Sun Microsystems Inc.
  Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
  Default locale: en_US, platform encoding: ANSI_X3.4-1968
  OS name: linux, version: 3.2.0-67-generic, arch: amd64, family: 
unix


SCM Changes:

Changed: ggregory @ Mon 3 Nov 2014 14:17:13 +
Comment: Update copyright.
Files changed:
  /commons/proper/commons-sandbox-parent/trunk/NOTICE.txt ( 1636360 )


Dependencies Changes:

No dependencies changed



Build Definition:

POM filename: pom.xml
Goals: clean deploy   
Arguments: --batch-mode -Pjava-1.6 -Dgpg.skip -Prelease
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: Maven 3.0.5
Description: Group (shared) Maven 3 Build Definition (Java 1.6)


Test Summary:

Tests: 0
Failures: 0
Errors: 0
Total time: 0.0




-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [VOTE] release Apache JCS 2.0-alpha-1 (first try)

2014-11-03 Thread Romain Manni-Bucau
I need to rename src/bin zip but here are another try:
https://repository.apache.org/content/repositories/orgapachecommons-1057/org/apache/commons/dist/2.0-alpha-1/




Romain Manni-Bucau
@rmannibucau
http://www.tomitribe.com
http://rmannibucau.wordpress.com
https://github.com/rmannibucau


2014-11-01 16:47 GMT+00:00 Thomas Vandahl t...@apache.org:
 On 30.10.14 16:06, Romain Manni-Bucau wrote:
 Hello,

 I'd like to release Apache JCS 2.0-alpha-1.

 Here is the staging repo:
 https://repository.apache.org/content/repositories/orgapachecommons-1053/

 My key can be found here:
 http://svn.apache.org/repos/asf/commons/proper/jcs/trunk/KEYS

 Release note is here:
 https://issues.apache.org/jira/browse/JCS-137?jql=fixVersion%20%3D%20jcs-2.0-alpha-1%20AND%20project%20%3D%20JCS%20and%20status%20%3D%20resolved

 Please check http://commons.apache.org/releases/prepare.html for the
 necessary steps. I wrote that the assemblies need to be checked because
 the project had been restructured. So right now you will get no proper
 source package that can be voted on.

 Bye, Thomas.


 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [VOTE] release Apache JCS 2.0-alpha-1 (first try)

2014-11-03 Thread Gary Gregory
But that is not our process.

You need to:
- CANCEL the RC1 VOTE (which you labeled 'first try' instead of RC1).
- Drop the RC from Nexus.
- Rebuild a release candidate, tag is and VOTE on it as RC2; see
https://wiki.apache.org/commons/UsingNexus

Ideally, there should be recreate the RC1 tag in the repo based on the SVN
rev on which you cut the 'first try'.


Our release process is not great, but that's what we've got.

Gary


On Mon, Nov 3, 2014 at 9:30 AM, Romain Manni-Bucau rmannibu...@gmail.com
wrote:

 I need to rename src/bin zip but here are another try:

 https://repository.apache.org/content/repositories/orgapachecommons-1057/org/apache/commons/dist/2.0-alpha-1/




 Romain Manni-Bucau
 @rmannibucau
 http://www.tomitribe.com
 http://rmannibucau.wordpress.com
 https://github.com/rmannibucau


 2014-11-01 16:47 GMT+00:00 Thomas Vandahl t...@apache.org:
  On 30.10.14 16:06, Romain Manni-Bucau wrote:
  Hello,
 
  I'd like to release Apache JCS 2.0-alpha-1.
 
  Here is the staging repo:
 
 https://repository.apache.org/content/repositories/orgapachecommons-1053/
 
  My key can be found here:
  http://svn.apache.org/repos/asf/commons/proper/jcs/trunk/KEYS
 
  Release note is here:
 
 https://issues.apache.org/jira/browse/JCS-137?jql=fixVersion%20%3D%20jcs-2.0-alpha-1%20AND%20project%20%3D%20JCS%20and%20status%20%3D%20resolved
 
  Please check http://commons.apache.org/releases/prepare.html for the
  necessary steps. I wrote that the assemblies need to be checked because
  the project had been restructured. So right now you will get no proper
  source package that can be voted on.
 
  Bye, Thomas.
 
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
  For additional commands, e-mail: dev-h...@commons.apache.org
 

 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org




-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition
http://www.manning.com/bauer3/
JUnit in Action, Second Edition http://www.manning.com/tahchiev/
Spring Batch in Action http://www.manning.com/templier/
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory


Re: [VOTE] release Apache JCS 2.0-alpha-1 (first try)

2014-11-03 Thread Romain Manni-Bucau
2014-11-03 14:37 GMT+00:00 Gary Gregory garydgreg...@gmail.com:
 But that is not our process.


sure, just an eager access

 You need to:
 - CANCEL the RC1 VOTE (which you labeled 'first try' instead of RC1).

Will do this afternoon

 - Drop the RC from Nexus.

Done

 - Rebuild a release candidate, tag is and VOTE on it as RC2; see
 https://wiki.apache.org/commons/UsingNexus


Tag should be done but as said I'm not happy about
org/apache/commons/dist so I'll VOTE on next tag.

 Ideally, there should be recreate the RC1 tag in the repo based on the SVN
 rev on which you cut the 'first try'.


 Our release process is not great, but that's what we've got.

 Gary


Just wanted to show you what assemblies I have ATM and gather feedback
before creating next vote.


 On Mon, Nov 3, 2014 at 9:30 AM, Romain Manni-Bucau rmannibu...@gmail.com
 wrote:

 I need to rename src/bin zip but here are another try:

 https://repository.apache.org/content/repositories/orgapachecommons-1057/org/apache/commons/dist/2.0-alpha-1/




 Romain Manni-Bucau
 @rmannibucau
 http://www.tomitribe.com
 http://rmannibucau.wordpress.com
 https://github.com/rmannibucau


 2014-11-01 16:47 GMT+00:00 Thomas Vandahl t...@apache.org:
  On 30.10.14 16:06, Romain Manni-Bucau wrote:
  Hello,
 
  I'd like to release Apache JCS 2.0-alpha-1.
 
  Here is the staging repo:
 
 https://repository.apache.org/content/repositories/orgapachecommons-1053/
 
  My key can be found here:
  http://svn.apache.org/repos/asf/commons/proper/jcs/trunk/KEYS
 
  Release note is here:
 
 https://issues.apache.org/jira/browse/JCS-137?jql=fixVersion%20%3D%20jcs-2.0-alpha-1%20AND%20project%20%3D%20JCS%20and%20status%20%3D%20resolved
 
  Please check http://commons.apache.org/releases/prepare.html for the
  necessary steps. I wrote that the assemblies need to be checked because
  the project had been restructured. So right now you will get no proper
  source package that can be voted on.
 
  Bye, Thomas.
 
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
  For additional commands, e-mail: dev-h...@commons.apache.org
 

 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org




 --
 E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
 Java Persistence with Hibernate, Second Edition
 http://www.manning.com/bauer3/
 JUnit in Action, Second Edition http://www.manning.com/tahchiev/
 Spring Batch in Action http://www.manning.com/templier/
 Blog: http://garygregory.wordpress.com
 Home: http://garygregory.com/
 Tweet! http://twitter.com/GaryGregory

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[CANCEL][VOTE] release Apache JCS 2.0-alpha-1 (first try)

2014-11-03 Thread Romain Manni-Bucau
since src/bin assemblies were broken I cancel this vote and I'll try
to regenerate binaries soon


Romain Manni-Bucau
@rmannibucau
http://www.tomitribe.com
http://rmannibucau.wordpress.com
https://github.com/rmannibucau


2014-11-03 15:09 GMT+00:00 Gary Gregory garydgreg...@gmail.com:
 On Mon, Nov 3, 2014 at 9:30 AM, Romain Manni-Bucau rmannibu...@gmail.com
 wrote:

 I need to rename src/bin zip but here are another try:

 https://repository.apache.org/content/repositories/orgapachecommons-1057/org/apache/commons/dist/2.0-alpha-1/


 IMO, I do not think the KEYS file belongs in the src zip (or bin, I did not
 check that one), the VOTE email and site should contain a link to the
 Commons KEYS file. That's what other Commons components do.

 For example:
 https://commons.apache.org/proper/commons-codec/download_codec.cgi

 Gary





 Romain Manni-Bucau
 @rmannibucau
 http://www.tomitribe.com
 http://rmannibucau.wordpress.com
 https://github.com/rmannibucau


 2014-11-01 16:47 GMT+00:00 Thomas Vandahl t...@apache.org:
  On 30.10.14 16:06, Romain Manni-Bucau wrote:
  Hello,
 
  I'd like to release Apache JCS 2.0-alpha-1.
 
  Here is the staging repo:
 
 https://repository.apache.org/content/repositories/orgapachecommons-1053/
 
  My key can be found here:
  http://svn.apache.org/repos/asf/commons/proper/jcs/trunk/KEYS
 
  Release note is here:
 
 https://issues.apache.org/jira/browse/JCS-137?jql=fixVersion%20%3D%20jcs-2.0-alpha-1%20AND%20project%20%3D%20JCS%20and%20status%20%3D%20resolved
 
  Please check http://commons.apache.org/releases/prepare.html for the
  necessary steps. I wrote that the assemblies need to be checked because
  the project had been restructured. So right now you will get no proper
  source package that can be voted on.
 
  Bye, Thomas.
 
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
  For additional commands, e-mail: dev-h...@commons.apache.org
 

 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org




 --
 E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
 Java Persistence with Hibernate, Second Edition
 http://www.manning.com/bauer3/
 JUnit in Action, Second Edition http://www.manning.com/tahchiev/
 Spring Batch in Action http://www.manning.com/templier/
 Blog: http://garygregory.wordpress.com
 Home: http://garygregory.com/
 Tweet! http://twitter.com/GaryGregory

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Build failed in Jenkins: commons-jcs » Apache Commons JCS :: JCache TCK #60

2014-11-03 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-jcache-tck/60/

--
[INFO] 
[INFO] 
[INFO] Building Apache Commons JCS :: JCache TCK 2.0-SNAPSHOT2.0-SNAPSHOT
[INFO] 
Downloading: 
http://repository.apache.org/snapshots/org/apache/commons/commons-jcs-core/2.0-SNAPSHOT2.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repository.apache.org/snapshots/org/apache/commons/commons-jcs-core/2.0-SNAPSHOT2.0-SNAPSHOT/commons-jcs-core-2.0-SNAPSHOT2.0-SNAPSHOT.pom
[WARNING] The POM for 
org.apache.commons:commons-jcs-core:jar:2.0-SNAPSHOT2.0-SNAPSHOT is missing, no 
dependency information available
Downloading: 
http://repository.apache.org/snapshots/org/apache/commons/commons-jcs-jcache/2.0-SNAPSHOT2.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repository.apache.org/snapshots/org/apache/commons/commons-jcs-jcache/2.0-SNAPSHOT2.0-SNAPSHOT/commons-jcs-jcache-2.0-SNAPSHOT2.0-SNAPSHOT.pom
[WARNING] The POM for 
org.apache.commons:commons-jcs-jcache:jar:2.0-SNAPSHOT2.0-SNAPSHOT is missing, 
no dependency information available
Downloading: 
http://repo.maven.apache.org/maven2/javax/cache/test-domain/1.0.0/test-domain-1.0.0.pom
Downloaded: 
http://repo.maven.apache.org/maven2/javax/cache/test-domain/1.0.0/test-domain-1.0.0.pom
 (2 KB at 15.4 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/javax/cache/tck-parent/1.0.0/tck-parent-1.0.0.pom
Downloaded: 
http://repo.maven.apache.org/maven2/javax/cache/tck-parent/1.0.0/tck-parent-1.0.0.pom
 (9 KB at 100.7 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/javax/cache/cache-api/1.0.0/cache-api-1.0.0.pom
Downloaded: 
http://repo.maven.apache.org/maven2/javax/cache/cache-api/1.0.0/cache-api-1.0.0.pom
 (12 KB at 135.9 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/javax/cache/app-domain/1.0.0/app-domain-1.0.0.pom
Downloaded: 
http://repo.maven.apache.org/maven2/javax/cache/app-domain/1.0.0/app-domain-1.0.0.pom
 (2 KB at 12.9 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/javax/cache/cache-tests/1.0.0/cache-tests-1.0.0.pom
Downloaded: 
http://repo.maven.apache.org/maven2/javax/cache/cache-tests/1.0.0/cache-tests-1.0.0.pom
 (7 KB at 44.0 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/org/apache/openwebbeans/openwebbeans-impl/1.2.6/openwebbeans-impl-1.2.6.pom
Downloaded: 
http://repo.maven.apache.org/maven2/org/apache/openwebbeans/openwebbeans-impl/1.2.6/openwebbeans-impl-1.2.6.pom
 (0 B at 0.0 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/org/apache/openwebbeans/openwebbeans/1.2.6/openwebbeans-1.2.6.pom
Downloaded: 
http://repo.maven.apache.org/maven2/org/apache/openwebbeans/openwebbeans/1.2.6/openwebbeans-1.2.6.pom
 (0 B at 0.0 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/org/apache/xbean/xbean-finder-shaded/3.17/xbean-finder-shaded-3.17.pom
Downloaded: 
http://repo.maven.apache.org/maven2/org/apache/xbean/xbean-finder-shaded/3.17/xbean-finder-shaded-3.17.pom
 (0 B at 0.0 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.17/xbean-3.17.pom
Downloaded: 
http://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.17/xbean-3.17.pom 
(0 B at 0.0 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/org/apache/xbean/xbean-asm5-shaded/3.17/xbean-asm5-shaded-3.17.pom
Downloaded: 
http://repo.maven.apache.org/maven2/org/apache/xbean/xbean-asm5-shaded/3.17/xbean-asm5-shaded-3.17.pom
 (0 B at 0.0 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/org/apache/openwebbeans/openwebbeans-spi/1.2.6/openwebbeans-spi-1.2.6.pom
Downloaded: 
http://repo.maven.apache.org/maven2/org/apache/openwebbeans/openwebbeans-spi/1.2.6/openwebbeans-spi-1.2.6.pom
 (0 B at 0.0 KB/sec)
Downloading: 
http://repository.apache.org/snapshots/org/apache/commons/commons-jcs-core/2.0-SNAPSHOT2.0-SNAPSHOT/commons-jcs-core-2.0-SNAPSHOT2.0-SNAPSHOT.jar
Downloading: 
http://repository.apache.org/snapshots/org/apache/commons/commons-jcs-jcache/2.0-SNAPSHOT2.0-SNAPSHOT/commons-jcs-jcache-2.0-SNAPSHOT2.0-SNAPSHOT.jar
Downloading: 
http://repo.maven.apache.org/maven2/javax/cache/test-domain/1.0.0/test-domain-1.0.0.jar
Downloading: 
http://repo.maven.apache.org/maven2/javax/cache/cache-api/1.0.0/cache-api-1.0.0.jar
Downloading: 
http://repo.maven.apache.org/maven2/javax/cache/app-domain/1.0.0/app-domain-1.0.0.jar
Downloading: 
http://repo.maven.apache.org/maven2/javax/cache/cache-tests/1.0.0/cache-tests-1.0.0.jar
Downloading: 
http://repo.maven.apache.org/maven2/javax/cache/cache-tests/1.0.0/cache-tests-1.0.0-tests.jar
Downloaded: 
http://repo.maven.apache.org/maven2/javax/cache/test-domain/1.0.0/test-domain-1.0.0.jar
 (13 KB at 166.8 KB/sec)
Downloading: 

Build failed in Jenkins: commons-jcs » Apache Commons JCS :: JCache Extras #60

2014-11-03 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-jcache-extras/60/

--
[INFO] 
[INFO] 
[INFO] Building Apache Commons JCS :: JCache Extras 2.0-SNAPSHOT2.0-SNAPSHOT
[INFO] 
Downloading: 
http://repository.apache.org/snapshots/org/apache/commons/commons-jcs-core/2.0-SNAPSHOT2.0-SNAPSHOT/commons-jcs-core-2.0-SNAPSHOT2.0-SNAPSHOT.jar

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-11-03 Thread Apache Continuum
Online report : 
https://continuum-ci.apache.org/continuum/buildResult.action?buildId=38821projectId=286

Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Mon 3 Nov 2014 16:20:22 +
  Finished at: Mon 3 Nov 2014 16:24:39 +
  Total time: 4m 17s
  Build Trigger: Schedule
  Build Number: 5
  Exit code: 1
  Building machine hostname: continuum-vm
  Operating system : Linux(unknown)
  Java Home version : 
  java version 1.6.0_32
  OpenJDK Runtime Environment (IcedTea6 1.13.4) 
(6b32-1.13.4-4ubuntu0.12.04.2)
  OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)

  Builder version :
  Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 
2013-02-19 13:51:28+)
  Maven home: /opt/apache-maven-3.0.5
  Java version: 1.6.0_32, vendor: Sun Microsystems Inc.
  Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
  Default locale: en_US, platform encoding: ANSI_X3.4-1968
  OS name: linux, version: 3.2.0-67-generic, arch: amd64, family: 
unix


SCM Changes:

Changed: rmannibucau @ Mon 3 Nov 2014 15:39:45 +
Comment: exclude KEYS and rename dist folder to make jcs link obvious
Files changed:
  /commons/proper/jcs/trunk/commons-jcs-dist/pom.xml ( 1636376 )
  /commons/proper/jcs/trunk/commons-jcs-dist/src/assembly/src.xml ( 1636376 )


Dependencies Changes:

No dependencies changed



Build Definition:

POM filename: pom.xml
Goals: clean deploy   
Arguments: --batch-mode -Pjava-1.6 -Dgpg.skip -Prelease
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: Maven 3.0.5
Description: Group (shared) Maven 3 Build Definition (Java 1.6)


Test Summary:

Tests: 387
Failures: 0
Errors: 0
Success Rate: 100
Total time: 130.64001




-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: Fwd: svn commit: r1636306 - /commons/proper/jcs/tags/commons-jcs-2.0-alpha-1/

2014-11-03 Thread Phil Steitz
On 11/3/14 6:43 AM, Gary Gregory wrote:
 Please do not remove a tag that was used in a VOTEd. This is not the proper
 process. Tags must exist in perpetuity in parallel with a VOTE thread.

 The tag has the wrong format for a VOTE as well, it should end in a -RC1,
 RC2, and so on.

 See https://wiki.apache.org/commons/UsingNexus

A maybe more straightforward approach is described here:

http://commons.apache.org/releases/prepare.html

However you do it, the rule is RC tags end in RCblah and when a VOTE
succeeds, you copy the winning RC tag to make the release tag.

Phil

 Thank you,
 Gary

 -- Forwarded message --
 From: rmannibu...@apache.org
 Date: Mon, Nov 3, 2014 at 5:27 AM
 Subject: svn commit: r1636306 -
 /commons/proper/jcs/tags/commons-jcs-2.0-alpha-1/
 To: comm...@commons.apache.org


 Author: rmannibucau
 Date: Mon Nov  3 10:27:24 2014
 New Revision: 1636306

 URL: http://svn.apache.org/r1636306
 Log:
 removing 2.0-alpha-1 branch - closed too early

 Removed:
 commons/proper/jcs/tags/commons-jcs-2.0-alpha-1/






-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [VOTE] release Apache JCS 2.0-alpha-1 (first try)

2014-11-03 Thread Gary Gregory
I suggest that you create a BUILDING.txt file in the root of the project
that guide users and reviewers as to how to build and validate the code.

This kind of work is especially painful for multi-module projects like this
one.

Check out Log4j's BUILDING.txt as an example:
https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=blob;f=BUILDING.txt;h=9d19e905e10c34faca85fc8ac87925928176ec4f;hb=HEAD

Gary



On Mon, Nov 3, 2014 at 9:30 AM, Romain Manni-Bucau rmannibu...@gmail.com
wrote:

 I need to rename src/bin zip but here are another try:

 https://repository.apache.org/content/repositories/orgapachecommons-1057/org/apache/commons/dist/2.0-alpha-1/




 Romain Manni-Bucau
 @rmannibucau
 http://www.tomitribe.com
 http://rmannibucau.wordpress.com
 https://github.com/rmannibucau


 2014-11-01 16:47 GMT+00:00 Thomas Vandahl t...@apache.org:
  On 30.10.14 16:06, Romain Manni-Bucau wrote:
  Hello,
 
  I'd like to release Apache JCS 2.0-alpha-1.
 
  Here is the staging repo:
 
 https://repository.apache.org/content/repositories/orgapachecommons-1053/
 
  My key can be found here:
  http://svn.apache.org/repos/asf/commons/proper/jcs/trunk/KEYS
 
  Release note is here:
 
 https://issues.apache.org/jira/browse/JCS-137?jql=fixVersion%20%3D%20jcs-2.0-alpha-1%20AND%20project%20%3D%20JCS%20and%20status%20%3D%20resolved
 
  Please check http://commons.apache.org/releases/prepare.html for the
  necessary steps. I wrote that the assemblies need to be checked because
  the project had been restructured. So right now you will get no proper
  source package that can be voted on.
 
  Bye, Thomas.
 
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
  For additional commands, e-mail: dev-h...@commons.apache.org
 

 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org




-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition
http://www.manning.com/bauer3/
JUnit in Action, Second Edition http://www.manning.com/tahchiev/
Spring Batch in Action http://www.manning.com/templier/
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory


Re: [Math] Filtering message from git? (Was: [8/8] git commit: Merge branch 'master' [...])

2014-11-03 Thread Luc Maisonobe
Le 03/11/2014 12:09, Gilles a écrit :
 Hi.

Hi Gilles,

 
 Three posts such as the following were sent to this ML:
 
 Merge branch 'master' of
 https://git-wip-us.apache.org/repos/asf/commons-math


 Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
 Commit:
 http://git-wip-us.apache.org/repos/asf/commons-math/commit/7df65a5d
 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/7df65a5d
 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/7df65a5d

 Branch: refs/heads/master
 Commit: 7df65a5ddf59b564af1d753b89d30f8dc33a2c5d
 Parents: 4a6bf54 45ae5c7
 Author: Gilles er...@apache.org
 Authored: Sun Nov 2 23:22:11 2014 +0100
 Committer: Gilles er...@apache.org
 Committed: Sun Nov 2 23:22:11 2014 +0100


 --
  src/changes/changes.xml |  3 +
  .../math3/ode/ContinuousOutputModel.java| 71
 ++--
  .../math3/ode/sampling/StepInterpolator.java| 28 ++--
  .../math3/ode/ContinuousOutputModelTest.java| 21 --
  4 files changed, 105 insertions(+), 18 deletions(-)

 --
 
 They seem like a report on what happened on my local repository so
 that I could commit local changes after the main repository had been
 updated.
 This kind of message looks utterly useless and distracts from those
 that report actual changes to the main repository.
 
 Don't you think that they should be filtered out?

I'm not sure.

 If not, can you explain their purpose?

I think this is due to the very strict handling of history by Git. Each
commit is completely linked with its parent and the commit hash takes
this link into account. In other words, the commit does not depend only
on what it contains but also on what point in the history it is applied to.

A side effect is that if the main repository history is:

  A - B - C - D

and at this point you clone it and start working on a local change, your
local history will be as follows:

  A - B - C - D
 |
 - G1 - G2 - G3

Then, someone else pushes other modifications on the main repository,
which still only has D as its head, so the main repository history becomes:

  A - B - C - D - E - F

On your local clone, you merge these changes and get:

  A - B - C - D - E - F-
 |  |
 - G1 - G2 - G3 -- G4

where G4 is a merge.

This can occur several time.

When you finally push your work back to the repository, it pushes the
full history of your current head to become the new head. So you will
see G1, G2, G3 (and this is really what you want, as it means you can do
small incremental changes without losing anything), but it will also see
some merge about thing you did not do yourself.

Here, commit 7df65 is a merge commit. It does not really include any
change, but only records the fact the current point in history has two
parents as it is the result of merging (here without any conflict)
commits 4a6bf54 (which was also a previous merge in your local history)
and 45ae5c7 (which was the head of main repository). If you follow the
link Diff from the message, you will see this commit is labeled as
trivial merge without any modified files associated.

Perhaps you could ask INFRA why the message from merge commit 7df65 does
contain the list of files modified by one of its parent commit (here
45ae5c7) instead of an empty list as there was no conflict between the
merge. If I run git show --format=fuller 7df65 to have an extensive
description of the commit, I only get:

commit 7df65a5ddf59b564af1d753b89d30f8dc33a2c5d
Merge: 4a6bf54 45ae5c7
Author: Gilles er...@apache.org
AuthorDate: Sun Nov 2 23:22:11 2014 +0100
Commit: Gilles er...@apache.org
CommitDate: Sun Nov 2 23:22:11 2014 +0100

Merge branch 'master' of
https://git-wip-us.apache.org/repos/asf/commons-math

Also looking at the list of files changed, it seems it includes files
from several commits in the branches, not only the last changed files:
commit 45ae5c7 only changed ContinuousOutputModel.java and not
StepInterpolator.java which was changed by an earlier commit in the
history. So I really don't know how the files list is created and put
into the message. Perhaps INFRA knows.

best regards,
Luc

 
 Regards,
 Gilles
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org
 
 
 


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Jenkins build is back to normal : commons-jcs » Apache Commons JCS :: JCache Extras #61

2014-11-03 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-jcache-extras/61/changes


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Jenkins build is back to normal : commons-jcs #61

2014-11-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/commons-jcs/61/changes


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [VOTE] Release Apache Commons Exec 1.3-RC1.

2014-11-03 Thread Karl Heinz Marbaise

Hi,

checked out from SVN Tag and run all tests...

I will give +0...

What i don't understand is that on the published site some of the unit 
tests are failed...



Kind regards
Karl Heinz Marbaise
On 11/3/14 1:56 AM, Gary Gregory wrote:

Hi All:

This is a VOTE to release Commons Exec 1.3-RC1

This VOTE is open for at least 72 hours until November 5 2014 8 PM EST.

The files:

https://repository.apache.org/content/repositories/orgapachecommons-1055/

The tag:

https://svn.apache.org/repos/asf/commons/proper/exec/tags/1.3-RC1

The site:

https://people.apache.org/~ggregory/commons-exec/site/

Links to versions of sites and Javadocs will be live when deployed.

Thank you,
Gary Gregory




-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [Math] Filtering message from git? (Was: [8/8] git commit: Merge branch 'master' [...])

2014-11-03 Thread Luc Maisonobe
Le 03/11/2014 20:57, Luc Maisonobe a écrit :
 Le 03/11/2014 12:09, Gilles a écrit :
 Hi.
 
 Hi Gilles,
 

 Three posts such as the following were sent to this ML:

 Merge branch 'master' of
 https://git-wip-us.apache.org/repos/asf/commons-math


 Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
 Commit:
 http://git-wip-us.apache.org/repos/asf/commons-math/commit/7df65a5d
 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/7df65a5d
 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/7df65a5d

 Branch: refs/heads/master
 Commit: 7df65a5ddf59b564af1d753b89d30f8dc33a2c5d
 Parents: 4a6bf54 45ae5c7
 Author: Gilles er...@apache.org
 Authored: Sun Nov 2 23:22:11 2014 +0100
 Committer: Gilles er...@apache.org
 Committed: Sun Nov 2 23:22:11 2014 +0100


 --
  src/changes/changes.xml |  3 +
  .../math3/ode/ContinuousOutputModel.java| 71
 ++--
  .../math3/ode/sampling/StepInterpolator.java| 28 ++--
  .../math3/ode/ContinuousOutputModelTest.java| 21 --
  4 files changed, 105 insertions(+), 18 deletions(-)

 --

 They seem like a report on what happened on my local repository so
 that I could commit local changes after the main repository had been
 updated.
 This kind of message looks utterly useless and distracts from those
 that report actual changes to the main repository.

 Don't you think that they should be filtered out?
 
 I'm not sure.
 
 If not, can you explain their purpose?
 
 I think this is due to the very strict handling of history by Git. Each
 commit is completely linked with its parent and the commit hash takes
 this link into account. In other words, the commit does not depend only
 on what it contains but also on what point in the history it is applied to.
 
 A side effect is that if the main repository history is:
 
   A - B - C - D
 
 and at this point you clone it and start working on a local change, your
 local history will be as follows:
 
   A - B - C - D
  |
  - G1 - G2 - G3
 
 Then, someone else pushes other modifications on the main repository,
 which still only has D as its head, so the main repository history becomes:
 
   A - B - C - D - E - F
 
 On your local clone, you merge these changes and get:
 
   A - B - C - D - E - F-
  |  |
  - G1 - G2 - G3 -- G4
 
 where G4 is a merge.
 
 This can occur several time.
 
 When you finally push your work back to the repository, it pushes the
 full history of your current head to become the new head. So you will
 see G1, G2, G3 (and this is really what you want, as it means you can do
 small incremental changes without losing anything), but it will also see
 some merge about thing you did not do yourself.

For the record, there is a way to completely avoid this merge, by
replacing the branch with a new one replaying the commits G1, G2 ...
on top of F instead of their original start commit which was D. This is
done using git rebase. After a rebase, G1 parent becomes F and the
merge is done in a simpler linear way, this is what Git calls a
fast-forward merge. However, I would not recommend using rebase,
especially to someone not already accustomed to Git.

best regards,
Luc

 
 Here, commit 7df65 is a merge commit. It does not really include any
 change, but only records the fact the current point in history has two
 parents as it is the result of merging (here without any conflict)
 commits 4a6bf54 (which was also a previous merge in your local history)
 and 45ae5c7 (which was the head of main repository). If you follow the
 link Diff from the message, you will see this commit is labeled as
 trivial merge without any modified files associated.
 
 Perhaps you could ask INFRA why the message from merge commit 7df65 does
 contain the list of files modified by one of its parent commit (here
 45ae5c7) instead of an empty list as there was no conflict between the
 merge. If I run git show --format=fuller 7df65 to have an extensive
 description of the commit, I only get:
 
 commit 7df65a5ddf59b564af1d753b89d30f8dc33a2c5d
 Merge: 4a6bf54 45ae5c7
 Author: Gilles er...@apache.org
 AuthorDate: Sun Nov 2 23:22:11 2014 +0100
 Commit: Gilles er...@apache.org
 CommitDate: Sun Nov 2 23:22:11 2014 +0100
 
 Merge branch 'master' of
 https://git-wip-us.apache.org/repos/asf/commons-math
 
 Also looking at the list of files changed, it seems it includes files
 from several commits in the branches, not only the last changed files:
 commit 45ae5c7 only changed ContinuousOutputModel.java and not
 StepInterpolator.java which was changed by an earlier commit in the
 history. So I really don't know how the files list is created and put
 into the message. Perhaps INFRA knows.
 
 best regards,
 Luc
 

 Regards,
 Gilles


 

Re: [VOTE] Release Apache Commons Exec 1.3-RC1.

2014-11-03 Thread Gary Gregory
Karl,

What failures do you see? There are none here:
https://people.apache.org/~ggregory/commons-exec/site/surefire-report.html

What does 'mvn -version' tell you?

Thank you,
Gary

On Mon, Nov 3, 2014 at 3:16 PM, Karl Heinz Marbaise khmarba...@gmx.de
wrote:

 Hi,

 checked out from SVN Tag and run all tests...

 I will give +0...

 What i don't understand is that on the published site some of the unit
 tests are failed...


 Kind regards
 Karl Heinz Marbaise
 On 11/3/14 1:56 AM, Gary Gregory wrote:

 Hi All:

 This is a VOTE to release Commons Exec 1.3-RC1

 This VOTE is open for at least 72 hours until November 5 2014 8 PM EST.

 The files:

 https://repository.apache.org/content/repositories/orgapachecommons-1055/

 The tag:

 https://svn.apache.org/repos/asf/commons/proper/exec/tags/1.3-RC1

 The site:

 https://people.apache.org/~ggregory/commons-exec/site/

 Links to versions of sites and Javadocs will be live when deployed.

 Thank you,
 Gary Gregory



 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org




-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition
http://www.manning.com/bauer3/
JUnit in Action, Second Edition http://www.manning.com/tahchiev/
Spring Batch in Action http://www.manning.com/templier/
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory


LANG-1052: Multiline recursive to string style

2014-11-03 Thread jhm
I want to make some advertising for this pull request.

It contains implementation, junit tests and already earned some positive
feedback.

 

Could someone do a review and (hopefully) merge the PR?

 

cheers

Jan

 

[1] https://issues.apache.org/jira/browse/LANG-1052