The latest version is not guaranteed to have publicly available builds, so you have to build them yourself. It is to your advantage to be able to build them yourself in order to pick up latest changes.
-Alex From: Serkan Taş <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Tuesday, November 27, 2018 at 12:38 PM To: "[email protected]" <[email protected]> Subject: Re: build is broken : royale-asjs, mxroyale, sparkroyale No, royale-asjs also failed, but i did not build the other repositories. I am going to follow your advises but, until now, i did not require any other projects (royale-compiler, royale-typedefs) to build, just mxroyale and sparkroyale sequentially maven build worked for me, just for your attention. Here are the builds i used : MX set MAVEN_OPTS=-Dfile.encoding=UTF-8 -Duser.country=EN -Duser.language=en (cd D:\dev\royale-emulation-works\github\royale-asjs\frameworks\projects\MXRoyale && mvn -DskipTests -Drat.skip=true clean install) SPARK set MAVEN_OPTS=-Dfile.encoding=UTF-8 -Duser.country=EN -Duser.language=en (cd D:\dev\royale-emulation-works\github\royale-asjs\frameworks\projects\SparkRoyale && mvn -DskipTests -Drat.skip=true clean install) Thanks, Serkan 27.11.2018 23:17 tarihinde Alex Harui yazdı: Did the full build of royale-asjs succeed? MXRoyale will not build until you have built all of its dependencies. If you are using Maven, you will need to sync up all 3 repos (royale-compiler, royale-typedefs-, royale-asjs). In each repo in the order above, use “mvn clean install”. -Alex From: Serkan Taş <[email protected]><mailto:[email protected]> Reply-To: "[email protected]"<mailto:[email protected]> <[email protected]><mailto:[email protected]> Date: Tuesday, November 27, 2018 at 12:13 PM To: "[email protected]"<mailto:[email protected]> <[email protected]><mailto:[email protected]> Subject: build is broken : royale-asjs, mxroyale, sparkroyale Hi, After version upgrade, i having build issues. MXRoyale, SparkRoyale and royale-asjs maven build are all broken. Here is the output for MXRoyale : https://drive.google.com/open?id=1jfRezjjJTcVDCt84hkS19WVXGKB5eXX4<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1jfRezjjJTcVDCt84hkS19WVXGKB5eXX4&data=02%7C01%7Caharui%40adobe.com%7Ced7dc06089ce4d9ea9db08d654a8550a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636789479292475184&sdata=01%2FCHMv5BqsFWuKtJo6N4RsPDcNTdqv9da%2FSl0pB7fU%3D&reserved=0> Any help appreciated. Thanks, Serkan
