Harbs commented on issue #109: Royale+Flash Builder Integration FAILED URL: https://github.com/apache/royale-asjs/issues/109#issuecomment-363491430 I just tried adding my copy of royale-asjs to Flash Builder 4.7 and it worked. You can try using the develop branch of royale-asjs and building from source to produce an IDE compatible SDK. Here's what should work: 1. Clone royale-asjs and pull the develop branch 2. Set the following environment variables (this is what I set them to on my Mac machine) ```` export ROYALE_COMPILER_REPO=/Apache/royale-compiler export FLEX_HOME=/Apache/flex-sdk export AIR_HOME=/Apache/frameworks/AIRSDK_Compiler export PLAYERGLOBAL_HOME=/Apache/frameworks/libs/player export FLASHPLAYER_DEBUGGER=/Apache/frameworks/Flash\ Player\ Debugger.app/Contents/MacOS/Flash\ Player\ Debugger export ROYALE_HOME=/Apache/royale-asjs ```` 3. run `ant all` 4. Add a folder in framework/libs/player/[Flash Version]/playerglobal.swc I'm pretty sure that's all that's needed to make a dev setup FB compatible.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
