Re: HelloWorld.js in js-release is empty.

2020-10-09 Thread Piotr Grudzinski
Possible 'pilot error' - I've used the Project->Build Project cmd. Now, I've noticed the Run->External Tools-> ASJSC (Debug and Release Build) cmd, and now I'm getting some console output. For the simple example: http://ns.adobe.com/mxml/2009;

Re: HelloWorld.js in js-release is empty.

2020-10-09 Thread Piotr Zarzycki
The only options which comes to my mind is debug=true/false. Maybe you just stumbled over some issue which we don't know. I really cannot tell until you show me full console output somehow or reproduce completely what are the options being send to compiler using FB. I don't use FB for over 8

Re: HelloWorld.js in js-release is empty.

2020-10-09 Thread Piotr Grudzinski
Hi Piotr, Just for my knowledge, in my case, is the HelloWorld.js generated by the SDK using options received from the IDE? And if yes, what set of options would result in an empty .js file? The debug build seems as expected. Thanks, Piotr On Fri, Oct 9, 2020 at 12:26 PM Piotr Zarzycki wrote:

Re: HelloWorld.js in js-release is empty.

2020-10-09 Thread Piotr Zarzycki
Piotr, It is hard to answer to your question. I don't think that there are people who configured FB for Royale in the last I would say couple of years. Stick with some supported IDE plus you can always use some form of build your project which is IDE agnostic - like Maven or Ant. Thanks, Piotr

Re: HelloWorld.js in js-release is empty.

2020-10-09 Thread Piotr Grudzinski
As recommended, I've tried the VSCode. Both; js-debug and js-release work fine. Interestingly, content of js-debug is identical for VSCode and the Flash Builder. Assuming the same Royale SDK and the same result for debug build from two IDEs, the different result for the release build seems a