Re: Failing release version of application

2020-05-27 Thread Josh Tynjala
Hey Piotr, I just rolled back the part of my changes that I believe caused your issue. Sorry about that! -- Josh Tynjala Bowler Hat LLC On Wed, May 27, 2020 at 9:07 AM Josh Tynjala wrote: > Yes, it is likely a result of the compiler changes that I made yesterday. > I

Re: Failing release version of application

2020-05-27 Thread Josh Tynjala
Yes, it is likely a result of the compiler changes that I made yesterday. I thought of one possible reason why it may fail. I'll look into it today. -- Josh Tynjala Bowler Hat LLC On Wed, May 27, 2020 at 8:04 AM Piotr Zarzycki wrote: > Hi Carlos, > > No it is not an

Re: Failing release version of application

2020-05-27 Thread Piotr Zarzycki
Hi Carlos, No it is not an intermittent problem with build which you are referring to. I've tried to build project today many times and results after Maven build is always the same as you have in email. This issue is the results of changes made probably yesterday in compiler - don't see any other

RE: Failing release version of application

2020-05-27 Thread Yishay Weiss
Subject: RE: Failing release version of application Yes, I forgot about that. I’ll try to take care of it ASAP. Thanks. From: Carlos Rovira<mailto:carlosrov...@apache.org> Sent: Wednesday, May 27, 2020 5:08 PM To: Apache Royale Development<mailto:dev@royale.apache.org> Subject: Re:

RE: Failing release version of application

2020-05-27 Thread Yishay Weiss
Yes, I forgot about that. I’ll try to take care of it ASAP. Thanks. From: Carlos Rovira<mailto:carlosrov...@apache.org> Sent: Wednesday, May 27, 2020 5:08 PM To: Apache Royale Development<mailto:dev@royale.apache.org> Subject: Re: Failing release version of application Hi Piotr,

Re: Failing release version of application

2020-05-27 Thread Piotr Zarzycki
It looks like for some reason Build from Jenkins VS. build by maven using central repository is different in terms of issues. 1) When I'm building by Maven I'm experiencing that one of the fields is undefined. I have blank page, application is not loading at all. Uncaught TypeError: Cannot set

Re: Failing release version of application

2020-05-27 Thread Piotr Zarzycki
Hi Carlos, It's working with commits from yesterday. I'm preparing more info here. I will send it soon. śr., 27 maj 2020 o 11:30 Carlos Rovira napisał(a): > Hi Piotr, > > maybe there's some issue with latest change. Could you try without the > commits from yesterday? > thanks > > El mié., 27

Re: Failing release version of application

2020-05-27 Thread Carlos Rovira
Hi Piotr, maybe there's some issue with latest change. Could you try without the commits from yesterday? thanks El mié., 27 may. 2020 a las 9:44, Piotr Zarzycki () escribió: > Hi Guys, > > Today I have build our application trough Maven in order to deploy it on a > production server. It stopped

Failing release version of application

2020-05-27 Thread Piotr Zarzycki
Hi Guys, Today I have build our application trough Maven in order to deploy it on a production server. It stopped working in release build. I'm getting some undefined value on one of the field. Is there any compiler options which prevent from such a drastic renaming and allows me maybe a bit