Compiling Flex 2 Beta with Ant
Well I had an ant script working with the Flex 2 alpha, but it seems enough has changed in the new beta that some config options need to change. I dont quite have it working but to find out more…
Previously I used a command in ant that looked similiar to this:
-jar ${basedir}/flex/lib/mxmlc.jar -flexlib ${basedir}/flex/frameworks [...]
