RE: Getting An Emulation Component To Run

2018-10-28 Thread Alina Kazi
Hi Piotr, Application is compiled Successfully but nothing shows in output in the Web Browser Console when running my application. Thanks, Alina -Original Message- From: Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com] Sent: Friday, October 26, 2018 7:09 PM To: dev@royale.apache.org

Build failed in Jenkins: royale-typedefs #834

2018-10-28 Thread apacheroyaleci
See -- Started by timer Building on master in workspace > git.exe rev-parse

Build failed in Jenkins: royale-asjs_jsonly #1819

2018-10-28 Thread apacheroyaleci
See -- [...truncated 431.62 KB...] [java] [java] 4903 bytes written to C:\Program Files

Build failed in Jenkins: royale-asjs_jsonly #1818

2018-10-28 Thread apacheroyaleci
See Changes: [carlosrovira] Jewel DropDownList complete -- [...truncated 431.63 KB...] [java] [java] 4903 bytes written to

Build failed in Jenkins: royale-asjs_jsonly #1817

2018-10-28 Thread apacheroyaleci
See Changes: [carlosrovira] Improve Jewel DropDownList [carlosrovira] remove traces from DateValidator [carlosrovira] More Examples for Jewel DropDownList [carlosrovira] more

Re: Unable to build with ANT

2018-10-28 Thread Carlos Rovira
Hi, just confirm that the fix worked for me. I can run again "ant all" and build the SDK. Many thanks Yishay :). El dom., 28 oct. 2018 a las 16:25, Yishay Weiss () escribió: > Ok, good to know the fix was correct. The problem actually seems to be on > the flash side, as I’m getting from

RE: Unable to build with ANT

2018-10-28 Thread Yishay Weiss
Ok, good to know the fix was correct. The problem actually seems to be on the flash side, as I’m getting from within as3 a different time-zone offset from what I’m seeing in the OS. Do you have a proposal on how to fix this bug [1]? [1] https://github.com/apache/royale-compiler/issues/55

Re: Unable to build with ANT

2018-10-28 Thread Frost, Andrew
Sorry, this was probably my fault when I added in that file to begin with .. Yishay thanks for making the correction. Note to self: try setting my computer to both summer and winter dates when testing anything related to time and dates! And looking at the file's history, also set my location

Re: Private API names

2018-10-28 Thread Kenny Lerma
Alex, this is absolutely needed. The same private variables names in base class and subclass are quite common. Since this only affects debug, there is no harm in the decorator and maintains consistency with flash. On Sat, Oct 27, 2018, 9:05 PM Alex Harui wrote: > Hi, > > It appears that in

Re: Unable to build with ANT

2018-10-28 Thread Douglas McCarroll
Perhaps worth noting that while Europe switched from daylight savings time last night, the USA didn't. I believe that we switch next weekend. So, if there's something in the ant build that depends on there being a specific number of hours difference, then that will fail. On Sun, Oct 28, 2018 at

Build failed in Jenkins: royale-compiler #526

2018-10-28 Thread apacheroyaleci
See -- [...truncated 137.28 KB...] [java] Loading configuration:

Build failed in Jenkins: royale-compiler #525

2018-10-28 Thread apacheroyaleci
See Changes: [yishayjobs] TZ can be wrong due to day light saving -- [...truncated 137.96 KB...] [java] Loading configuration:

Re: Unable to build with ANT

2018-10-28 Thread Carlos Rovira
Hi Yishay, thanks for looking into this. I'm in Spain so I'm affected, where are you located? The change to the test you proposed works for you? If so, and no body is opposed, I think you could make the change so we can all test if that works for all thanks El dom., 28 oct. 2018 a las 12:03,

RE: Unable to build with ANT

2018-10-28 Thread Yishay Weiss
On my computer java return timezone GMT +2, while flash returns GMT +3. I think that’s the reason it’s failing after day light saving was cancelled today (both in Israel and Spain). As I understand it, Oracle suggests [1] to update the JRE to get the correct timezone but that looks to me like

Re: Unable to build with ANT

2018-10-28 Thread Carlos Rovira
Hi, I found a way to get ANT compilation working. "ant all" is broken so: 1.- Go to compiler: run "ant sdk" 2.- Go to typedefs: run "ant" 3.- Go to framework: run "ant" This works for now. I think the problem is related to the change of hour like Nicolas suggested, since I wake up and the hour

RE: Unable to build with ANT

2018-10-28 Thread Yishay Weiss
Same problem here. Looking into it. From: Carlos Rovira Sent: Sunday, October 28, 2018 9:54:30 AM To: dev@royale.apache.org Subject: Unable to build with ANT Hi, I'm starting my day and always build with maven and then build a fresh SDK with ANT to feed

Re: ***UNCHECKED*** Re: Trouble building compiler

2018-10-28 Thread Carlos Rovira
Hi, I think I'm suffering this problem now. Today make "ant all" as always and unexpectedly the process fail very soon trying to build the compiler. I check this thread and commented environment vars related to FLASH_PLAYER #export PLAYERGLOBAL_HOME=~/Dev/Flash/Player #export

RE: Unable to build with ANT

2018-10-28 Thread Idylog - Nicolas Granon
Hi Carlos, Maybe related to Daylight Saving Time ? Good luck Nicolas Granon IDYLOG Ingénierie Informatique 13 Bd Princesse Charlotte 98000 MONACO > -Message d'origine- > De : Carlos Rovira [mailto:carlosrov...@apache.org] > Envoyé : dimanche 28 octobre 2018 08:55 > À :

Unable to build with ANT

2018-10-28 Thread Carlos Rovira
Hi, I'm starting my day and always build with maven and then build a fresh SDK with ANT to feed VSCode IDE. Today I'm finding the "ant all" process is failing for me [1] and seems something related to time zone test failing. Is the first time I see this. Don't see any changes that could affect in