Re: [VFS] trunk build failing in travis

2018-02-18 Thread Bernd Eckenfels
„adjust pom“, did you mean the Version downgrade? Gruss Bernd -- http://bernd.eckenfels.net Von: Gary Gregory Gesendet: Freitag, 16. Februar 2018 02:57 An: Commons Developers List Betreff: Re: [VFS] trunk build failing in travis On Thu, Feb 15, 2018 at 6:42 PM, Bernd Eckenfels wrote: > Hello O

Re: [VFS] trunk build failing in travis

2018-02-16 Thread Otto Fowler
:* Otto Fowler *Sent:* Friday, February 16, 2018 8:18:44 PM *To:* Gary Gregory; Commons Developers List *Cc:* Bernd Eckenfels *Subject:* Re: [VFS] trunk build failing in travis That did the trick. Thank you. I’m going to submit pr’s for VFS-398 and VFS-614 soon. On February 16, 2018 at 13:54:53

Re: [VFS] trunk build failing in travis

2018-02-16 Thread Otto Fowler
:* Re: [VFS] trunk build failing in travis That did the trick. Thank you. I’m going to submit pr’s for VFS-398 and VFS-614 soon. On February 16, 2018 at 13:54:53, Gary Gregory (garydgreg...@gmail.com) wrote: Note that the Travis build is now green: https://travis-ci.org/apache/commons-vfs/ Gary

Re: [VFS] trunk build failing in travis

2018-02-16 Thread Bernd Eckenfels
Gregory; Commons Developers List Cc: Bernd Eckenfels Subject: Re: [VFS] trunk build failing in travis That did the trick. Thank you. I’m going to submit pr’s for VFS-398 and VFS-614 soon. On February 16, 2018 at 13:54:53, Gary Gregory (garydgreg...@gmail.com<mailto:garydgreg...@gmail.

Re: [VFS] trunk build failing in travis

2018-02-16 Thread Otto Fowler
That did the trick. Thank you. I’m going to submit pr’s for VFS-398 and VFS-614 soon. On February 16, 2018 at 13:54:53, Gary Gregory (garydgreg...@gmail.com) wrote: Note that the Travis build is now green: https://travis-ci.org/apache/commons-vfs/ Gary On Fri, Feb 16, 2018 at 11:34 AM, Gary

Re: [VFS] trunk build failing in travis

2018-02-16 Thread Gary Gregory
Note that the Travis build is now green: https://travis-ci.org/apache/commons-vfs/ Gary On Fri, Feb 16, 2018 at 11:34 AM, Gary Gregory wrote: > Make sure you have the latest from trunk. The build works for me locally > using 'mvn clean package' using Oracle Java 7 and 8: > > Apache Maven 3.5.2

Re: [VFS] trunk build failing in travis

2018-02-16 Thread Gary Gregory
Make sure you have the latest from trunk. The build works for me locally using 'mvn clean package' using Oracle Java 7 and 8: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T01:58:13-06:00) Maven home: C:\Java\apache-maven-3.5.2\bin\.. Java version: 1.8.0_162, vendor: Orac

Re: [VFS] trunk build failing in travis

2018-02-16 Thread Otto Fowler
Any ideas on this? Even with the old pom, I’m seeing failures I cannot explain. I have a couple of PR’s I think I’d like to submit, but building seems a bit of mess. On February 15, 2018 at 22:03:06, Bernd Eckenfels (e...@zusammenkunft.net) wrote: Hello, I digged a bit deeper, and on my Wind

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 i

Re: [VFS] trunk build failing in travis

2018-02-15 Thread Bernd Eckenfels
Version downgrade? Gruss Bernd -- http://bernd.eckenfels.net Von: Gary Gregory Gesendet: Freitag, 16. Februar 2018 02:57 An: Commons Developers List Betreff: Re: [VFS] trunk build failing in travis On Thu, Feb 15, 2018 at 6:42 PM, Bernd Eckenfels wrote: > Hello Otto, > > can confirm t

Re: [VFS] trunk build failing in travis

2018-02-15 Thread Gary Gregory
justing the VFS POM Gary > > Gruss > Bernd > -- > http://bernd.eckenfels.net > > Von: Otto Fowler > Gesendet: Donnerstag, 15. Februar 2018 18:07 > An: Commons Developers List > Betreff: Re: [VFS] trunk build failing in travis > > It is also failed on github >

Re: [VFS] trunk build failing in travis

2018-02-15 Thread Bernd Eckenfels
old surefire Version (and the new parent) works for me: 2.19.1 Should we revert the parent Version or add the property (for now)? Gruss Bernd -- http://bernd.eckenfels.net Von: Otto Fowler Gesendet: Donnerstag, 15. Februar 2018 18:07 An: Commons Developers List Betreff: Re: [VFS] trunk build

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. I

[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