Re: [VFS] trunk build failing in travis

2018-02-15 Thread Bernd Eckenfels
Hello, I have accidentially pushed the changes in SVN on the 2.2 branch. Is there a way to revert the last two commits, maybe with tag copy or something? I am not too familiar. Can you help me to undo this? I would then commit them on trunk, again. You said „adjust pom“, did you mean the

Re: [release-plugin] best multi-module project?

2018-02-15 Thread Gilles
On Thu, 15 Feb 2018 15:01:23 -0500, Rob Tompkins wrote: On Feb 15, 2018, at 2:37 PM, Gilles wrote: On Wed, 07 Feb 2018 15:22:59 +0100, Gilles wrote: On Wed, 7 Feb 2018 08:31:45 -0500, Rob Tompkins wrote: On Feb 6, 2018, at 6:28 PM, Gilles

Re: [VFS] trunk build failing in travis

2018-02-15 Thread Gary Gregory
On Thu, Feb 15, 2018 at 6:42 PM, Bernd Eckenfels wrote: > Hello Otto, > > can confirm that on my local Windows builds the latest parent makes the > package Goal fail (w/ a crashing jvm when starting surefire). > > When reverting the parent surefire is not started and the

Re: [VFS] trunk build failing in travis

2018-02-15 Thread Bernd Eckenfels
Hello, I digged a bit deeper, and on my Windows System surefire 1.20.1 is failing because of this new „ping“ behavior: http://maven.apache.org/surefire/maven-surefire-plugin/examples/shutdown.html Looks like a bug that surefire is not falling back when wmic is not found (or better search for

Re: [jira] [Created] (COMMONSSITE-102) Commons Release Plugin doesn't work with Commons Release Plugin

2018-02-15 Thread Rob Tompkins
@Gary - I definitely need to fix this before taking 1.1 up and out. It shouldn’t be a problem for our other components because the unit tests of those components don’t do anything with the directory in question, namely “./target/commons-release-plugin”. I think it may be fairly quick to sort

[VFS] trunk build failing in travis

2018-02-15 Thread Otto Fowler
I have forked VFS and tried to build it in my personal travis, and it is failing. https://travis-ci.org/ottobackwards/commons-vfs/builds/341963824 It also fails testing locally as well. Is this expected? I can’t get the the apache/commons-vfs travis site to check if it is building there. ottO

Re: [VFS] trunk build failing in travis

2018-02-15 Thread Otto Fowler
It is also failed on github On February 15, 2018 at 11:59:22, Otto Fowler (ottobackwa...@gmail.com) wrote: I have forked VFS and tried to build it in my personal travis, and it is failing. https://travis-ci.org/ottobackwards/commons-vfs/builds/341963824 It also fails testing locally as well.

Re: [RNG] Towards v1.1

2018-02-15 Thread Gilles
On Thu, 08 Feb 2018 17:18:44 +0100, Gilles wrote: Ping? ... On Fri, 26 Jan 2018 16:06:10 +0100, Gilles wrote: Hello. I propose to release the next version of "Commons RNG". The web site with the current (today) development version (to become 1.1) is on-line: http://commons.apache.org/rng

Re: [release-plugin] best multi-module project?

2018-02-15 Thread Rob Tompkins
> On Feb 15, 2018, at 2:37 PM, Gilles wrote: > >> On Wed, 07 Feb 2018 15:22:59 +0100, Gilles wrote: >> On Wed, 7 Feb 2018 08:31:45 -0500, Rob Tompkins wrote: On Feb 6, 2018, at 6:28 PM, Gilles wrote: On Mon, 5 Feb

Re: [release-plugin] best multi-module project?

2018-02-15 Thread Gary Gregory
Another goal (for me at least) is to put the plugin in commons-parent such each Commons Component does not need to define it, only refer to it. Gary On Thu, Feb 15, 2018 at 1:01 PM, Rob Tompkins wrote: > > > > On Feb 15, 2018, at 2:37 PM, Gilles

Re: [release-plugin] best multi-module project?

2018-02-15 Thread Rob Tompkins
> On Feb 15, 2018, at 3:06 PM, Gary Gregory wrote: > > Another goal (for me at least) is to put the plugin in commons-parent such > each Commons Component does not need to define it, only refer to it. > +1 > Gary > >> On Thu, Feb 15, 2018 at 1:01 PM, Rob Tompkins

[VFS] commons-parent 43 breaks VFS build : (was) trunk build failing in travis

2018-02-15 Thread Otto Fowler
So, It looks like upgrading the parent pom from #42 to #43 broke the build. This can be seen in the travis build history, and I have checked that mvn clean verify works with 42 and fails with 43. On February 15, 2018 at 12:07:45, Otto Fowler (ottobackwa...@gmail.com) wrote: It is also failed

Re: [release-plugin] best multi-module project?

2018-02-15 Thread Gilles
On Wed, 07 Feb 2018 15:22:59 +0100, Gilles wrote: On Wed, 7 Feb 2018 08:31:45 -0500, Rob Tompkins wrote: On Feb 6, 2018, at 6:28 PM, Gilles wrote: On Mon, 5 Feb 2018 21:49:52 -0500, Rob Tompkins wrote: On Feb 5, 2018, at 3:05 PM, Gilles

Re: [VFS] trunk build failing in travis

2018-02-15 Thread Bernd Eckenfels
Hello Otto, can confirm that on my local Windows builds the latest parent makes the package Goal fail (w/ a crashing jvm when starting surefire). When reverting the parent surefire is not started and the build suceeds. Error Messages are however different from your Travis logs. Setting the