Re: [release-plugin] Unit test failures

2018-05-28 Thread Rob Tompkins
It looks like this has to do with java setting up symbolic links on a windows machine. Clearly this is something that we’ll want to overcome, but I’m not certain how to accommodate this. It seems that: Files.createSymbolicLink may not work on Windows. It looks like Apache Storm may have seen th

Re: [release-plugin] Unit test failures

2018-05-28 Thread Rob Tompkins
Hm...Travis ci seems to agree. I’ll sort it out. > On May 28, 2018, at 1:07 PM, Gary Gregory wrote: > > I pulled the latest and I get: > > [INFO] Preparing to stage distributions > [INFO] Checking out dist from: scm:svn: > https://dist.apache.org/repos/dist/dev/commons/release-plugin > Executi

Re: [release-plugin] Unit test failures

2018-05-28 Thread Gary Gregory
I pulled the latest and I get: [INFO] Preparing to stage distributions [INFO] Checking out dist from: scm:svn: https://dist.apache.org/repos/dist/dev/commons/release-plugin Executing: cmd.exe /X /C "svn --non-interactive checkout https://dist.apache.org/repos/dist/dev/commons/release-plugin C:\vcs

Re: [release-plugin] Unit test failures

2018-05-28 Thread Rob Tompkins
Git stores linux file permissions, and all the files were 644 (the default), I updated them to 755. Try it now and let me know. -Rob > On May 28, 2018, at 11:26 AM, Gary Gregory wrote: > > Hi Rob, > > I get a different error now running 'mvn clean install site > -Danimal.sniffer.skip': > > [

Re: [release-plugin] Unit test failures

2018-05-28 Thread Gary Gregory
Hi Rob, I get a different error now running 'mvn clean install site -Danimal.sniffer.skip': [INFO] Checking out dist from: scm:svn:https://dist.apache. org/repos/dist/dev/commons/release-plugin Executing: cmd.exe /X /C "svn --non-interactive checkout https://dist.apache.org/repos/dist/dev/commons

Re: [release-plugin] Unit test failures

2018-05-28 Thread Rob Tompkins
Curious looks like my test tars/zips didn’t get committed. Let me do that. > On May 26, 2018, at 10:46 AM, Gary Gregory wrote: > > Hi Rob and All, > > When I run 'mvn clean install site -Danimal.sniffer.skip', I get unit test > failures: > > [INFO]