Hi, Currently, when I do an 'ant all' on the packaging branch, with just JAVA_HOME and ANT_HOME set, I get a failed build.
[Error] BUILD FAILED /Users/erik/Desktop/royale/royale-asjs/build.xml:1545: The following error occurred while executing this line: /Users/erik/Desktop/royale/royale-asjs/build.xml:1618: The following error occurred while executing this line: /Users/erik/Desktop/royale/royale-compiler/build.xml:107: The following error occurred while executing this line: /Users/erik/Desktop/royale/royale-compiler/compiler/build.xml:711: The following error occurred while executing this line: /Users/erik/Desktop/royale/royale-compiler/compiler/src/test/build.xml:279: Tests failed [/Error] Turns out that you do need to set PLAYERGLOBAL_HOME and FLASHPLAYER_DEBUGGER, otherwise some of the tests on royale-compiler fail. I'll make adjustments to the READme to reflect this. I will also rewrite the READme a bit to make the procedure clearer, and convert it to MarkDown to make it look good on GitHub. Thanks, EdB
