Re: Setting up spectrum

2022-01-04 Thread Olivier Dion
How do I unsubscribe? Sent from Nine From: Yishay Weiss Sent: Wednesday, January 5, 2022 1:41 AM To: users@royale.apache.org Subject: RE: Setting up spectrum [EXTERNAL] I don’t know why that check was necessary in the original build, bu

RE: Setting up spectrum

2022-01-04 Thread Yishay Weiss
I don’t know why that check was necessary in the original build, but it seems it isn’t for the spectrum one. Roman, you can just remove this line [1] from build.xml and I think it should work. [1] From: Harbs Sent: Wednesday, January 5, 2022 12:07 AM To: users@roy

Re: Setting up spectrum

2022-01-04 Thread Harbs
It’s checking for compiler-mxmlc.jar in the lib directory in ROYALE_HOME. Are you missing that for some reason? I’m not sure why it’s checking for that instead of compc.jar which is what it should actually be using. It was copied from the build.xml files used in the framework compile. Maybe Al

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-04 Thread Roman Isitua
Okay. I knew I was missing something. I will test again when the update for load-externs is available. On Tue, Jan 4, 2022 at 6:02 PM Alex Harui wrote: > Essentially, -externs-report is for the Closure (JS) Compiler. > -link-report and -load-externs (one leading ‘-‘) is for the Royale Compiler

Setting up spectrum

2022-01-04 Thread Roman Isitua
I am trying to build royale spectrum from source using ant. I get the below error C:\Users\nyemi\git\spectrum\spectrum-royale\Spectrum>ant Buildfile: C:\Users\nyemi\git\spectrum\spectrum-royale\Spectrum\build.xml [echo] ROYALE_HOME: C:\ROYALE\apache-royale-0.9.8 check-compiler-home: BUILD

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-04 Thread Greg Dove
Alex, this is probably more a topic for dev list (and we can definitely continue it there if need be, I would have done so, but could not figure out how to link to *this* thread properly in the archives). When you originally worked on this, did you eliminate using the GCC approach to creating 'mod

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-04 Thread Roman Isitua
Thanks for the update. I attempted the following: 1. In the main application, I use the following setting: *-externs-report=extrep.txt; -link-report=linkrep.txt;* 2. In the module I use the following *-js-compiler-option=--externs extrep.txt; -js-compiler-option+=--load-externs linkrep.txt;*