Re: Git Workflow on Windows

2017-01-04 Thread Sijie Guo
4, 2017 at 4:56 AM, Tracy Martin > wrote: > > > Pasted log here: > > > > https://gist.github.com/adamtracymartin/2ec2585d9d8efa8f81cbbcaaa2a2ed90 > > > > > > -Original Message- > > From: Franck Cuny [mailto:[email protected]] > > Sent: Tuesday, Jan

Re: Git Workflow on Windows

2017-01-04 Thread Chris Nauroth
> -Original Message- > From: Franck Cuny [mailto:[email protected]] > Sent: Tuesday, January 03, 2017 7:57 PM > To: [email protected] > Subject: Re: Git Workflow on Windows > > Hello Tracy, > > could you paste the complete output of the

RE: Git Workflow on Windows

2017-01-04 Thread Tracy Martin
Pasted log here: https://gist.github.com/adamtracymartin/2ec2585d9d8efa8f81cbbcaaa2a2ed90 -Original Message- From: Franck Cuny [mailto:[email protected]] Sent: Tuesday, January 03, 2017 7:57 PM To: [email protected] Subject: Re: Git Workflow on Windows Hello

RE: Git Workflow on Windows

2017-01-04 Thread Tracy Martin
@distributedlog.incubator.apache.org Subject: Re: Git Workflow on Windows We definitely want to support running distributedlog in other environments. And in theory, it is a Java system, it should be able to run on different platforms. But as what Franck mentioned, the major problem is most of us don't h

Re: Git Workflow on Windows

2017-01-04 Thread Sijie Guo
We definitely want to support running distributedlog in other environments. And in theory, it is a Java system, it should be able to run on different platforms. But as what Franck mentioned, the major problem is most of us don't have a windows environment :/ I tried to have a Jenkins job or Travis

Re: Git Workflow on Windows

2017-01-03 Thread Franck Cuny
Hello Tracy, could you paste the complete output of the command you run somewhere ? As far as I know, we haven't tried to build DLog on a windows system, and I don't think we've made any effort to support this so far. On Tue, Jan 3, 2017 at 11:35 AM Tracy Martin wrote: > I am fixing DL-28 afte

Git Workflow on Windows

2017-01-03 Thread Tracy Martin
I am fixing DL-28 after the merge, and I am following the "Git Workflow" described here: https://cwiki.apache.org/confluence/display/DL/Contributing+to+DistributedLog I am getting many failures running step 4 mvn clean apache-rat:check package findbugs:check from my Windows desktop. I know the