-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch-fix to Royale SDK v0.9.6 installation #17
Comments
Based on my discussion with @JoelProminic I created an Ant build-script to remove everything inside the The Ant build script has usage of Apache SDK installer has an usage of ActionSctipt based Ant API. I think this reduce dependency of having Ant in user's system. However, using the same API throws error while using the build-script that we made for this patch-fix:
After some investigation it turned out that no corresponding reference-class-file for I'm not sure I clearly understand how these tag files work in this between time. On other hand we can run Ant build script file with We can discuss on this further in today's meeting. |
As discussed, we'll bundle a fixed-config XML file within Moonshine SDK Installer which will be use to overwrite Royale's once the SDK is downloaded. |
Patch-fix added to replace original royale-config.xml with fixed config version. Building at Bamboo, shortly. |
I used Moonshine SDK Installer to download a new Royale build, and tested again with each project:
|
@rat-moonshine If it's working please close it and let's describe this in CHANGELOG |
During #16 testing Joel noticed that on Windows project compilation with newly downloaded version of Royale SDK v0.9.6 throws many errors.
Upon investigation, it turned out the SDK requires some patch-fixes to work, after being downloaded. Joel confirmed Piotr's suggested fix worked for him.
Joel suggested a fix-approach at Moonshine-SDK-Installer side based on Piotr's above suggestion, until Apache introduce any fix from their side. The idea is to modify the discussed
framework/royale-config.xml
after the SDK being downloaded.The text was updated successfully, but these errors were encountered: