How do I unsubscribe?

Sent from Nine<http://www.9folders.com/>
________________________________
From: Yishay Weiss <yishayj...@hotmail.com>
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, 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]
<fail message="ROYALE_SWF_COMPILER_HOME must be set to a folder with a lib 
sub-folder containing compiler-mxmlc.jar such as the compiler folder in 
royale-compiler repo or the root of a Royale SDK"
        unless="ROYALE_SWF_COMPILER_HOME"/>

From: Harbs<mailto:harbs.li...@gmail.com>
Sent: Wednesday, January 5, 2022 12:07 AM
To: users@royale.apache.org<mailto:users@royale.apache.org>
Subject: Re: Setting up spectrum

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 Alex or Josh (or Greg?) can comment on that.

> On Jan 4, 2022, at 11:54 PM, Roman Isitua <romanisi...@gmail.com> wrote:
>
> 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 FAILED
> C:\Users\nyemi\git\spectrum\spectrum-royale\Spectrum\build.xml:90: 
> ROYALE_SWF_COMPILER_HOME must be set to a folder with a lib sub-folder 
> containing compiler-mxmlc.jar such as the compiler folder in royale-compiler 
> repo or the root of a Royale SDK
>
> Total time: 0 seconds
>
>
> I have set the ROYALE_HOME correctly.
>
> How can I set ROYALE_SWF_COMPILER_HOME ? What is the correct path ?
>
> I built my royale sdk from source.
>
> Regards,
>
>

Reply via email to