Re: Generating Royale API report failing on Mac

2020-01-23 Thread Josh Tynjala
Yes, the Ant build tries to fix the line endings on the scripts in js/bin (I assume the Maven build does something similar, but I'm not familiar with it). I just checked, and it did not seem to try to fix the line endings on the scripts in bin. I just committed a change that should do that now.

Re: Generating Royale API report failing on Mac

2020-01-23 Thread Piotr Zarzycki
> > You can check the build log and see if the CRLF removal tasks ran or not. Alex what do you mean by that - do we have some removal CRLF task during build ? czw., 23 sty 2020 o 16:25 Piotr Zarzycki napisał(a): > I have just downloaded .tar.gz >

Re: Generating Royale API report failing on Mac

2020-01-23 Thread Piotr Zarzycki
I have just downloaded .tar.gz of latest Nightly and result is exactly the same, so files probably have some unwanted characters. śr., 22 sty 2020 o 22:42 Alex Harui

Re: Generating Royale API report failing on Mac

2020-01-22 Thread Piotr Zarzycki
Hi Takeshita, Sure I know. What I refer I do not understand is the way how it's connected to the problem. Anyway LFCR - is something which is ok on Windows, but not ok on Mac? I will try to download tar.gz on Mac and see if it works. On Thu, Jan 23, 2020, 7:23 AM Takeshita Shoichiro wrote: >

Re: Generating Royale API report failing on Mac

2020-01-22 Thread Takeshita Shoichiro
Piotr, zip and tar.gz are file types. On Mac, it is better to download file with tar.gz file type. Zip is for Windows. 2020年1月23日(木) 15:11 Piotr Zarzycki : > Hi Alex, > > Unfortunately I completely don't understand what do you mean. What zip or > tar.gz? Scenario is simple: > > 1) I'm

Re: Generating Royale API report failing on Mac

2020-01-22 Thread Piotr Zarzycki
Hi Alex, Unfortunately I completely don't understand what do you mean. What zip or tar.gz? Scenario is simple: 1) I'm downloading Nightly build 2) Setup it in Moonshine 3) Trying to generate API report using Moonshine Files in SDK are broken. Screenshot which I have shown in previous email was

Re: Generating Royale API report failing on Mac

2020-01-22 Thread Alex Harui
IIRC, there is a step in the build process that is supposed to remove CRLF from certain files. Did you use the zip or tar.gz for Mac? It might be that if you use the zip on a Mac that the files may still have CRLF. You can check the build log and see if the CRLF removal tasks ran or not. I

Re: Generating Royale API report failing on Mac

2020-01-22 Thread Piotr Zarzycki
Alex, Carlos, I have checked mxmlc file in repository and it has LF lines only which is ok. However when I have downloaded build version of SDK [1] - that file and others has CR LF [2] - which causes all problems on Mac. Maybe this is problem with our build machine where after checkout something

Re: Generating Royale API report failing on Mac

2020-01-22 Thread Carlos Rovira
Hi, this could be something to do with changes done by me? if so I'm on Mac not Windows El mié., 22 ene. 2020 a las 17:11, Alex Harui () escribió: > > > On 1/22/20, 4:57 AM, "Piotr Zarzycki" wrote: > > Hi, > > This is the day of failing. > > I've definitely had days like this... > >

Re: Generating Royale API report failing on Mac

2020-01-22 Thread Alex Harui
On 1/22/20, 4:57 AM, "Piotr Zarzycki" wrote: Hi, This is the day of failing. I've definitely had days like this... Another issue which I'm struggling with is failing API report generation with SDK Nightly build [1] for a simple Hello World Flex app.

Generating Royale API report failing on Mac

2020-01-22 Thread Piotr Zarzycki
Hi, This is the day of failing. Another issue which I'm struggling with is failing API report generation with SDK Nightly build [1] for a simple Hello World Flex app. Note that version 0.9.6 of Royale does work in that scenario. When I'm running following command in Terminal I get following