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,