Re: [release-plugin] Unit test failures

2018-05-29 Thread Gary Gregory
On Tue, May 29, 2018 at 8:20 AM, Rob Tompkins wrote: > > > > On May 29, 2018, at 10:16 AM, Gary Gregory > wrote: > > > >> On Tue, May 29, 2018 at 7:01 AM, Rob Tompkins > wrote: > >> > >> @Gary - let me know how things run now. > >> > > > > The build passes now with 'mvn clean install site -Dani

Re: [release-plugin] Unit test failures

2018-05-29 Thread Rob Tompkins
> On May 29, 2018, at 10:16 AM, Gary Gregory wrote: > >> On Tue, May 29, 2018 at 7:01 AM, Rob Tompkins wrote: >> >> @Gary - let me know how things run now. >> > > The build passes now with 'mvn clean install site -Danimal.sniffer.skip' > Do you have an opinion on the symbolic links in th

Re: [release-plugin] Unit test failures

2018-05-29 Thread Gary Gregory
On Tue, May 29, 2018 at 7:01 AM, Rob Tompkins wrote: > @Gary - let me know how things run now. > The build passes now with 'mvn clean install site -Danimal.sniffer.skip' Thank you, Gary > > > On May 29, 2018, at 6:01 AM, sebb wrote: > > > >> On 29 May 2018 at 02:58, Rob Tompkins wrote: > >>

Re: [release-plugin] Unit test failures

2018-05-29 Thread Rob Tompkins
@Gary - let me know how things run now. > On May 29, 2018, at 6:01 AM, sebb wrote: > >> On 29 May 2018 at 02:58, Rob Tompkins wrote: >> 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

Re: [release-plugin] Unit test failures

2018-05-29 Thread Rob Tompkins
> On May 29, 2018, at 6:01 AM, sebb wrote: > >> On 29 May 2018 at 02:58, Rob Tompkins wrote: >> 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

Re: [release-plugin] Unit test failures

2018-05-29 Thread sebb
On 29 May 2018 at 02:58, Rob Tompkins wrote: > 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 wo

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]

[release-plugin] Unit test failures

2018-05-26 Thread Gary Gregory
Hi Rob and All, When I run 'mvn clean install site -Danimal.sniffer.skip', I get unit test failures: [INFO] --- [INFO] T E S T S [INFO] --- [INFO] Running org.apache.commons.release.plugin.moj