If you need add anything to Moonshine for compiler there is "Additional
compiler options" in project settings - there shouldn't be any problem add
there what you need.
Carlos suggested you add something like that
"library-path": [
"${royalelib}/js/libs/MXRoyaleJS.swc"
],
"js-library-path": [
"${royalelib}/js/libs/MXRoyaleJS.swc"
],
Put in "Additional compiler options" following: -library-path=
${royalelib}/js/libs/MXRoyaleJS.swc
-js-library-path=${royalelib}/js/libs/MXRoyaleJS.swc
And it will work.
Carlos did he using some alternative App.mxml file from example folder ?
czw., 24 wrz 2020 o 23:22 wkoch <[email protected]> napisaĆ(a):
> I had copied the full asconfig.json from the /mxroyale/RemoteObjectAMFTest/
> into my src folder but the Moonshine compiler didn't pick it up (it even
> isn't "hinting"). Not sure what I'm doing wrong -- only the
> /+configname=flex/ got me somewhere. I'm sure its a setting somewhere.
>
> By the way -- thank you for all the help getting past these basic issues.
>
>
>
> --
> Sent from: http://apache-royale-users.20374.n8.nabble.com/
>
--
Piotr Zarzycki