[compress] ConcurrentJarCreator

2015-01-12 Thread Kristian Rosenvold
We had somewhat of a discussion regarding this class on the maven dev list over the weekend, some people wanted this code inside commons-compress: Code is here: https://github.com/krosenvold/plexus-archiver/blob/2.x/src/main/java/org/codehaus/plexus/archiver/zip/ConcurrentJarCreator.java I have

[VFS] weird FileSystemException

2015-01-12 Thread Israel Malachi
Hi all OI got my app running using vfs-2.0 for connecting through SFTP for 48 hours no problem, and the all of a sudden I got Exception saying: "Could not determine the type of file "sftp://appshob:***@host/LOG.log"; While the app was able to connect the file few minutes earlier Restarting the

Re: Code Donation Inquiry

2015-01-12 Thread Phil Steitz
On 1/11/15 7:15 PM, Lewis John Mcgibbney wrote: > hi Commons Dev@, > Over in the Crawler Commons project [0] we are discussing the topic of > donating code to TheASF and potentially under the Apache Commons project. > Crawler commons is a Java library which builds and maintains shares > components

Re: [VFS] weird FileSystemException

2015-01-12 Thread Bernd
Do you have a logfile with the complete stacktrace? I guess this has a nested cause pointing to some system resources. If not, it is a good idea to add exception logging to this location in your app, so we can figure out next tjme this happens. Which VFS method was throwi g tnis, is it resolveFile

Re: Code Donation Inquiry

2015-01-12 Thread Emmanuel Bourg
The scope of this library looks closer to the Apache HttpComponents project (http://hc.apache.org), did you consider contacting them? Emmanuel Bourg Le 12/01/2015 03:15, Lewis John Mcgibbney a écrit : > hi Commons Dev@, > Over in the Crawler Commons project [0] we are discussing the topic of > d

Re: Code Donation Inquiry

2015-01-12 Thread Lewis John Mcgibbney
Thank you Phil, Context and advice is very helpful. Thanks Lewis On Monday, January 12, 2015, Phil Steitz wrote: > On 1/11/15 7:15 PM, Lewis John Mcgibbney wrote: > > hi Commons Dev@, > > Over in the Crawler Commons project [0] we are discussing the topic of > > donating code to TheASF and potent

Re: Code Donation Inquiry

2015-01-12 Thread Lewis John Mcgibbney
Emmanuel, No I have not contacted them yet. I'll do so and see where we get. Thanks for the heads up. Lewis On Monday, January 12, 2015, Emmanuel Bourg wrote: > The scope of this library looks closer to the Apache HttpComponents > project (http://hc.apache.org), did you consider contacting them?

Re: [VOTE] Release Aoache Commons Validator 1.4.1 based on RC3

2015-01-12 Thread James Carman
Well, if you guys are comfortable with that, that's fine, but I've cut hundreds if not thousands of releases using the "push button" approach and it works out pretty well (most of the time). I actually use Jenkins to do my releases. If the push-button process isn't working smoothly, I'd take the

Re: Code Donation Inquiry

2015-01-12 Thread James Carman
+1, this looks to be better-suited as a sub-project of http components. Looks cool, though! On Mon, Jan 12, 2015 at 8:21 AM, Emmanuel Bourg wrote: > The scope of this library looks closer to the Apache HttpComponents > project (http://hc.apache.org), did you consider contacting them? > > Emmanu

Re: Code Donation Inquiry

2015-01-12 Thread Gary Gregory
On Mon, Jan 12, 2015 at 8:21 AM, Emmanuel Bourg wrote: > The scope of this library looks closer to the Apache HttpComponents > project (http://hc.apache.org), did you consider contacting them? > That makes sense. Or perhaps in Commons Net? Gary > > Emmanuel Bourg > > > Le 12/01/2015 03:15, Le

Re: [VOTE] Release Aoache Commons Validator 1.4.1 based on RC3

2015-01-12 Thread Gary Gregory
On Mon, Jan 12, 2015 at 9:13 AM, James Carman wrote: > Well, if you guys are comfortable with that, that's fine, but I've cut > hundreds if not thousands of releases using the "push button" approach > and it works out pretty well (most of the time). I actually use > Jenkins to do my releases.

Re: [VOTE] Release Aoache Commons Validator 1.4.1 based on RC3

2015-01-12 Thread James Carman
Well, for my personal stuff, it just pushes to a "staging" repo (at Nexus OSS). The site stuff, we'd have to work through (maybe to a staging site?). Admittedly, my workflow is much simpler, but these things can be automated. We can't be the first people to have these type of requirements. On M

Re: [VOTE] Release Aoache Commons Validator 1.4.1 based on RC3

2015-01-12 Thread Gary Gregory
On Mon, Jan 12, 2015 at 9:56 AM, James Carman wrote: > Well, for my personal stuff, it just pushes to a "staging" repo (at > Nexus OSS). The site stuff, we'd have to work through (maybe to a > staging site?). Admittedly, my workflow is much simpler, but these > things can be automated. We can'

Re: [VOTE] Release Aoache Commons Validator 1.4.1 based on RC3

2015-01-12 Thread Benedikt Ritter
I like this discussion, since I see potential to improve things. However it would be better to discuss this on a separate thread :-) Thanks! 2015-01-12 16:01 GMT+01:00 Gary Gregory : > On Mon, Jan 12, 2015 at 9:56 AM, James Carman > wrote: > > > Well, for my personal stuff, it just pushes to a

Re: [VOTE] Release Aoache Commons Validator 1.4.1 based on RC3

2015-01-12 Thread James Carman
Some of our requirements are self-imposed too. We do have quite a bit of freedom and autonomy as a PMC. We have some wiggle room on some things which may help. On Monday, January 12, 2015, Gary Gregory wrote: > On Mon, Jan 12, 2015 at 9:56 AM, James Carman > > wrote: > > > Well, for my person

Re: [VOTE] Release Aoache Commons Validator 1.4.1 based on RC3

2015-01-12 Thread James Carman
+1. Sorry to hijack On Monday, January 12, 2015, Benedikt Ritter wrote: > I like this discussion, since I see potential to improve things. However it > would be better to discuss this on a separate thread :-) > > Thanks! > > 2015-01-12 16:01 GMT+01:00 Gary Gregory >: > > > On Mon, Jan 12, 2015

Jenkins build is back to stable : Commons Math #23

2015-01-12 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: svn commit: r1650632 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip: ZipArchiveEntry.java ZipArchiveOutputStream.java

2015-01-12 Thread Kristian Rosenvold
I see you fixed this. Thanks. Kristian 2015-01-11 19:58 GMT+01:00 Stefan Bodewig : > On 2015-01-09, wrote: > >> @@ -336,20 +338,48 @@ public class ZipArchiveEntry extends jav >> * @since 1.1 >> */ >> public ZipExtraField[] getExtraFields(boolean includeUnparseable) { >>+

Re: [MATH] Jenkins unit test failure

2015-01-12 Thread sebb
On 11 January 2015 at 18:19, Phil Steitz wrote: > On 1/10/15 10:49 PM, Phil Steitz wrote: >> On 1/9/15 6:09 PM, sebb wrote: >>> On 10 January 2015 at 01:01, Phil Steitz wrote: On 1/9/15 5:32 PM, sebb wrote: > On 9 January 2015 at 23:48, sebb wrote: >> Of the last 6 runs, only 1 had

Re: [MATH] Jenkins unit test failure

2015-01-12 Thread sebb
On 11 January 2015 at 22:10, Phil Steitz wrote: > On 1/11/15 11:19 AM, Phil Steitz wrote: >> On 1/10/15 10:49 PM, Phil Steitz wrote: >>> On 1/9/15 6:09 PM, sebb wrote: On 10 January 2015 at 01:01, Phil Steitz wrote: > On 1/9/15 5:32 PM, sebb wrote: >> On 9 January 2015 at 23:48, sebb

Re: Jenkins build became unstable: Commons Math #22

2015-01-12 Thread sebb
Note: the build ran on H10 On 11 January 2015 at 21:14, Apache Jenkins Server wrote: > See > > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For addit

Re: svn commit: r1650930 - /commons/proper/vfs/trunk/NOTICE.txt

2015-01-12 Thread sebb
On 11 January 2015 at 18:38, Phil Steitz wrote: > On 1/11/15 10:33 AM, e...@apache.org wrote: >> Author: ecki >> Date: Sun Jan 11 17:33:44 2015 >> New Revision: 1650930 >> >> URL: http://svn.apache.org/r1650930 >> Log: >> notice: add pointer to sandbox/NOTICE.txt, update copyright year >> >> Modif

Re: svn commit: r1651118 - /commons/proper/collections/trunk/pom.xml

2015-01-12 Thread sebb
On 12 January 2015 at 15:25, wrote: > Author: tn > Date: Mon Jan 12 15:25:06 2015 > New Revision: 1651118 > > URL: http://svn.apache.org/r1651118 > Log: > Remove cobertura plugin -> switched to jacoco. There is support for Jacoco and/or Cordova in the Commons Parent. No need to configure anythi

Re: [math] Added a simpler perfect fit test that verifies slope standard error identically 0.

2015-01-12 Thread sebb
On H10 this fails with testPerfect2(org.apache.commons.math3.stat.regression.SimpleRegressionTest) Time elapsed: 0 sec <<< FAILURE! java.lang.AssertionError: expected:<0.0> but was: at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.as

Re: [MATH] Jenkins unit test failure

2015-01-12 Thread Phil Steitz
On 1/12/15 10:50 AM, sebb wrote: > On 11 January 2015 at 22:10, Phil Steitz wrote: >> On 1/11/15 11:19 AM, Phil Steitz wrote: >>> On 1/10/15 10:49 PM, Phil Steitz wrote: On 1/9/15 6:09 PM, sebb wrote: > On 10 January 2015 at 01:01, Phil Steitz wrote: >> On 1/9/15 5:32 PM, sebb wrote:

Re: [math] Added a simpler perfect fit test that verifies slope standard error identically 0.

2015-01-12 Thread Phil Steitz
On 1/12/15 11:09 AM, sebb wrote: > On H10 this fails with > > testPerfect2(org.apache.commons.math3.stat.regression.SimpleRegressionTest) > Time elapsed: 0 sec <<< FAILURE! > java.lang.AssertionError: expected:<0.0> but was: > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNot

Jenkins build became unstable: Commons Math #24

2015-01-12 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [MATH] Jenkins unit test failure

2015-01-12 Thread sebb
On 12 January 2015 at 18:11, Phil Steitz wrote: > On 1/12/15 10:50 AM, sebb wrote: >> On 11 January 2015 at 22:10, Phil Steitz wrote: >>> On 1/11/15 11:19 AM, Phil Steitz wrote: On 1/10/15 10:49 PM, Phil Steitz wrote: > On 1/9/15 6:09 PM, sebb wrote: >> On 10 January 2015 at 01:01, P

[MATH] SimpleRegression - inconsistent use of sumXX?

2015-01-12 Thread sebb
External access to sumXX is via getXSumSquares() This returns NaN if n < 2. However there are some methods in the class that reference sumXX directly. They don't all check for n < 2 For example: getSumSquaredErrors getInterceptStdErr getSlopeStdErr getRegressionSumSquares regress(int[] vari

Re: Jenkins build became unstable: Commons Math #24

2015-01-12 Thread sebb
H11 this time On 12 January 2015 at 18:35, Apache Jenkins Server wrote: > See > > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional command

Re: [VOTE] Release Aoache Commons Validator 1.4.1 based on RC3

2015-01-12 Thread Gary Gregory
Aoache Commons? Are you forking? ;-) G On Sat, Jan 10, 2015 at 1:51 PM, Benedikt Ritter wrote: > Hi all, > > we have fixed the issues which where found in RC2 (and a lot more ;-)) so > I'd like to call a new vote to release Apache Commons Validator 1.4.1 based > on RC3. > > Changes between RC2

Re: [VOTE] Release Aoache Commons Validator 1.4.1 based on RC3

2015-01-12 Thread Benedikt Ritter
2015-01-12 19:48 GMT+01:00 Gary Gregory : > Aoache Commons? Are you forking? ;-) > Yes, I messed the vote mail up a little bit this time... :o) the end date is also incorrect. The vote will end no sooner than 2015/01/13, 20:00 CET Benedikt > > G > > On Sat, Jan 10, 2015 at 1:51 PM, Benedikt R

Re: [MATH] Jenkins unit test failure

2015-01-12 Thread Phil Steitz
On 1/12/15 11:37 AM, sebb wrote: > On 12 January 2015 at 18:11, Phil Steitz wrote: >> On 1/12/15 10:50 AM, sebb wrote: >>> On 11 January 2015 at 22:10, Phil Steitz wrote: On 1/11/15 11:19 AM, Phil Steitz wrote: > On 1/10/15 10:49 PM, Phil Steitz wrote: >> On 1/9/15 6:09 PM, sebb wrot

Jenkins build is still unstable: Commons Math #25

2015-01-12 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [MATH] SimpleRegression - inconsistent use of sumXX?

2015-01-12 Thread Phil Steitz
On 1/12/15 11:46 AM, sebb wrote: > External access to sumXX is via getXSumSquares() > This returns NaN if n < 2. > > However there are some methods in the class that reference sumXX directly. > They don't all check for n < 2 > > For example: > > getSumSquaredErrors > > getInterceptStdErr > > getSl

Re: Jenkins build is still unstable: Commons Math #25

2015-01-12 Thread sebb
Ubuntu 6 this time: testRegularizedBetaZeroPositivePositive(org.apache.commons.math3.special.BetaTest) Time elapsed: 0.007 sec <<< FAILURE! java.lang.AssertionError: expected:<0.0> but was: at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.A

Re: svn commit: r1651118 - /commons/proper/collections/trunk/pom.xml

2015-01-12 Thread Thomas Neidhart
On 01/12/2015 07:04 PM, sebb wrote: > On 12 January 2015 at 15:25, wrote: >> Author: tn >> Date: Mon Jan 12 15:25:06 2015 >> New Revision: 1651118 >> >> URL: http://svn.apache.org/r1651118 >> Log: >> Remove cobertura plugin -> switched to jacoco. > > There is support for Jacoco and/or Cordova in

Jenkins build is still unstable: Commons Math #26

2015-01-12 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [MATH] Jenkins unit test failure

2015-01-12 Thread Thomas Neidhart
On 01/12/2015 08:09 PM, Phil Steitz wrote: > On 1/12/15 11:37 AM, sebb wrote: >> On 12 January 2015 at 18:11, Phil Steitz wrote: >>> On 1/12/15 10:50 AM, sebb wrote: On 11 January 2015 at 22:10, Phil Steitz wrote: > On 1/11/15 11:19 AM, Phil Steitz wrote: >> On 1/10/15 10:49 PM, Phil

Re: [MATH] Jenkins unit test failure

2015-01-12 Thread Thomas Neidhart
On 01/12/2015 10:26 PM, Thomas Neidhart wrote: > On 01/12/2015 08:09 PM, Phil Steitz wrote: >> On 1/12/15 11:37 AM, sebb wrote: >>> On 12 January 2015 at 18:11, Phil Steitz wrote: On 1/12/15 10:50 AM, sebb wrote: > On 11 January 2015 at 22:10, Phil Steitz wrote: >> On 1/11/15 11:19 A

Re: [MATH] Jenkins unit test failure

2015-01-12 Thread Phil Steitz
On 1/12/15 2:30 PM, Thomas Neidhart wrote: > On 01/12/2015 10:26 PM, Thomas Neidhart wrote: >> On 01/12/2015 08:09 PM, Phil Steitz wrote: >>> On 1/12/15 11:37 AM, sebb wrote: On 12 January 2015 at 18:11, Phil Steitz wrote: > On 1/12/15 10:50 AM, sebb wrote: >> On 11 January 2015 at 22

Re: [MATH] Jenkins unit test failure

2015-01-12 Thread Thomas Neidhart
On 01/12/2015 11:17 PM, Phil Steitz wrote: > On 1/12/15 2:30 PM, Thomas Neidhart wrote: >> On 01/12/2015 10:26 PM, Thomas Neidhart wrote: >>> On 01/12/2015 08:09 PM, Phil Steitz wrote: On 1/12/15 11:37 AM, sebb wrote: > On 12 January 2015 at 18:11, Phil Steitz wrote: >> On 1/12/15 10:

Jenkins build is still unstable: Commons Math #27

2015-01-12 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [MATH] Jenkins unit test failure

2015-01-12 Thread sebb
On 12 January 2015 at 22:21, Thomas Neidhart wrote: > On 01/12/2015 11:17 PM, Phil Steitz wrote: >> On 1/12/15 2:30 PM, Thomas Neidhart wrote: >>> On 01/12/2015 10:26 PM, Thomas Neidhart wrote: On 01/12/2015 08:09 PM, Phil Steitz wrote: > On 1/12/15 11:37 AM, sebb wrote: >> On 12 Janu

Re: [MATH] Jenkins unit test failure

2015-01-12 Thread Phil Steitz
On 1/12/15 5:44 PM, sebb wrote: > On 12 January 2015 at 22:21, Thomas Neidhart > wrote: >> On 01/12/2015 11:17 PM, Phil Steitz wrote: >>> On 1/12/15 2:30 PM, Thomas Neidhart wrote: On 01/12/2015 10:26 PM, Thomas Neidhart wrote: > On 01/12/2015 08:09 PM, Phil Steitz wrote: >> On 1/12/

Re: [MATH] Jenkins unit test failure

2015-01-12 Thread sebb
On 13 January 2015 at 00:53, Phil Steitz wrote: > On 1/12/15 5:44 PM, sebb wrote: >> On 12 January 2015 at 22:21, Thomas Neidhart >> wrote: >>> On 01/12/2015 11:17 PM, Phil Steitz wrote: On 1/12/15 2:30 PM, Thomas Neidhart wrote: > On 01/12/2015 10:26 PM, Thomas Neidhart wrote: >> O

Re: [MATH] Jenkins unit test failure

2015-01-12 Thread sebb
On 13 January 2015 at 01:12, sebb wrote: > On 13 January 2015 at 00:53, Phil Steitz wrote: >> On 1/12/15 5:44 PM, sebb wrote: >>> On 12 January 2015 at 22:21, Thomas Neidhart >>> wrote: On 01/12/2015 11:17 PM, Phil Steitz wrote: > On 1/12/15 2:30 PM, Thomas Neidhart wrote: >> On 01

Jenkins build is still unstable: Commons Math #28

2015-01-12 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Updated Commons-RDF

2015-01-12 Thread Reto Gmür
Hi all, I've just committed a new version to http://svn.apache.org/viewvc/commons/sandbox/rdf/trunk/ The most obvious change if that instead of having TripleCollection, MGraph and Graph there is now Graph and ImmutableGraph. With this change the usage of the term "graph" is a bit closer to the c