Re: Build failed in Jenkins: royale-typedefs #139

2018-02-13 Thread Gabe Harbs
t;> should comment out the auto-generation in the Ant build, otherwise as >>>>>>> soon >>>>>>> as someone uses it, it will blow away manual changes. And if you had >>>>>>> auto-generated the patch file, it probably wouldn't hav

Re: Build failed in Jenkins: royale-typedefs #139

2018-02-13 Thread Gabe Harbs
-generated the patch file, it probably wouldn't have had >>>>>> formatting >>>>>> issues. >>>>>> >>>>>> HTH, >>>>>> -Alex >>>>>> >>>>>> On 2/12/18, 8:26 AM, "Yishay Weiss&qu

Re: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Alex Harui
-generated the patch file, it probably wouldn't have had >>>>formatting >>>> issues. >>>> >>>> HTH, >>>> -Alex >>>> >>>> On 2/12/18, 8:26 AM, "Yishay Weiss" >>> <mailto:yishayj...@hotmail.com &l

Re: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Gabe Harbs
pache.org>> >>>>> Subject: Re: Build failed in Jenkins: royale-typedefs #139 >>>>> >>>>> Does anyone understand the patch file syntax enough to guess what’s >>>>> wrong? >>>>> >>>>>> On Feb 12, 2018, at 5

Re: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Alex Harui
later mail. >>> >>> From: Gabe Harbs<mailto:harbs.li...@gmail.com> >>> Sent: Monday, February 12, 2018 6:23 PM >>> To: dev@royale.apache.org<mailto:dev@royale.apache.org> >>> Subject: Re: Build failed in Jenkins: royale-typedefs #139 >>>

Re: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Gabe Harbs
; I fixed it for my machine. Hopefully Jenkins will be happy too. >>> >>> From: Gabe Harbs<mailto:harbs.li...@gmail.com> >>> Sent: Monday, February 12, 2018 5:18 PM >>> To: dev@royale.apache.org<mailto:dev@royale.apache.org> >>> Subject: Re: Buil

Re: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Alex Harui
om> >Sent: Monday, February 12, 2018 6:23 PM >To: dev@royale.apache.org<mailto:dev@royale.apache.org> >Subject: Re: Build failed in Jenkins: royale-typedefs #139 > >What was it? Did you add a space, or remove a space? >> On Feb 12, 2018, at 6:11 PM, Yishay Weiss >>

RE: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Yishay Weiss
Add, see my later mail. From: Gabe Harbs<mailto:harbs.li...@gmail.com> Sent: Monday, February 12, 2018 6:23 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: Re: Build failed in Jenkins: royale-typedefs #139 What was it? Did you add a space, or remove a space? >

Re: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Gabe Harbs
; To: dev@royale.apache.org<mailto:dev@royale.apache.org> > Subject: Re: Build failed in Jenkins: royale-typedefs #139 > > Does anyone understand the patch file syntax enough to guess what’s wrong? > >> On Feb 12, 2018, at 5:15 PM, Yishay Weiss wrote: >> >>

Re: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Piotr Zarzycki
ay, February 12, 2018 5:18 PM > To: dev@royale.apache.org<mailto:dev@royale.apache.org> > Subject: Re: Build failed in Jenkins: royale-typedefs #139 > > Does anyone understand the patch file syntax enough to guess what’s wrong? > > > On Feb 12, 2018, at 5:15 PM, Yishay We

RE: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Yishay Weiss
I fixed it for my machine. Hopefully Jenkins will be happy too. From: Gabe Harbs<mailto:harbs.li...@gmail.com> Sent: Monday, February 12, 2018 5:18 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: Re: Build failed in Jenkins: royale-typedefs #139 Does anyone un

Re: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Gabe Harbs
l.com> > Sent: Monday, February 12, 2018 3:13 PM > To: dev@royale.apache.org<mailto:dev@royale.apache.org> > Subject: Re: Build failed in Jenkins: royale-typedefs #139 > > Locally I have same result. I tried couple of things but nothing help. I > see that it is being appl

RE: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Yishay Weiss
I have the same result with ant on my machine. It’s probably a windows/mac thing. From: Piotr Zarzycki<mailto:piotrzarzyck...@gmail.com> Sent: Monday, February 12, 2018 3:13 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: Re: Build failed in Jenkins: royale-t

Re: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Piotr Zarzycki
Locally I have same result. I tried couple of things but nothing help. I see that it is being applied by following command: [DEBUG] Executing command line: [C:\Program Files\Git\cmd\git.exe, apply, --ignore-whitespace, --whitespace=nowarn, D:\Work\royale-sources\royale-typedefs\js/src/main/patch/j

Re: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Gabe Harbs
Thanks. > On Feb 12, 2018, at 2:43 PM, Piotr Zarzycki wrote: > > Let me build typedefs locally by Maven will see. > > 2018-02-12 13:36 GMT+01:00 Gabe Harbs : > >> I have no idea why this failed. The patch applied on my machine and line >> 64 is an empty line. >> >> Maybe it’s a Windows line e

Re: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Piotr Zarzycki
Let me build typedefs locally by Maven will see. 2018-02-12 13:36 GMT+01:00 Gabe Harbs : > I have no idea why this failed. The patch applied on my machine and line > 64 is an empty line. > > Maybe it’s a Windows line ending problem? > > Thoughts? > Harbs > > > On Feb 12, 2018, at 2:12 PM, apacher

Re: Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread Gabe Harbs
I have no idea why this failed. The patch applied on my machine and line 64 is an empty line. Maybe it’s a Windows line ending problem? Thoughts? Harbs > On Feb 12, 2018, at 2:12 PM, apacheroyal...@gmail.com wrote: > > See >

Build failed in Jenkins: royale-typedefs #139

2018-02-12 Thread apacheroyaleci
See -- Started by upstream project "royale-compiler" build number 89 originally caused by: Started by timer Building in workspace