New kits posted to http://people.apache.org/~cframpton/ApacheFlexRC which should clean up the mess I made in yesterday's kits.
I put the README at http://people.apache.org/~cframpton/ApacheFlexRC/readme. For some reason, which I didn't spend time trying to figure out, if I name it README it doesn't show up in the directory listing but it is possible to access it with http://people.apache.org/~cframpton/ApacheFlexRC/README. Key Change: enviroment variable back to PLAYERGLOBAL_HOME which should point to the directory which contains playerglobal.swc Revision: 1335899 Time: 05/08/2012 07:16 PM Author: cframpton Path: https://svn.apache.org/repos/asf/incubator/flex/trunk Message: Clean up the mess I made yesterday with PLAYERGLOBAL/PLAYERGLOBAL_HOME. It turns out that playerglobal.swc and airglobal.swc are magic strings in the compiler and swfs don't run if the swcs don't have these names. Since the playerglobal swc must be named playerglobal.swc we're back to PLAYERGLOBAL_HOME which should point to the directory which contains playerglobal.swc. Also fix build_framework.xml so it works with these changes.