Open Beyley opened 3 years ago
I accidentally pressed enter and it created the issue :/ sorry about that give me a min to populate it properly
Sorry for the late reply on this.
The apache-flex-sdk package in AUR only has the version 32.0 playerglobal.swc included, but the flex-config.xml defaults to 27.0 (see comment on AUR). In order to compile this you'll either need to update your flex-config.xml to have a target-player of 32.0, or find and download the version 27.0 playerglobal.swc and place it in /opt/apache-flex-sdk/player/27.0/
and possibly also /opt/apache-flex-sdk/frameworks/lib/player/27.0
depending on your setup.
Note that this will not fix ant test
or its related commands, but the debug and release targets should both compile after this.
Overview
Whenever trying to build the latest version of the source it fails on
test-build-debug:
Game version
commit 1843a31
Expected behaviour
Game should not error while building
Actual behaviour
How often can this be reproduced?
Every time
Steps to reproduce the issue
export FLEX_HOME=/opt/apache-flex-sdk/
ant
command