I've been trying out GradleFx with the Flex 4.8 incubator release, but I'm getting some errors. One of them occurs when compiling an air application: D:\Program files\sdks\flex_sdk_4.8.0_incubating\frameworks\air-config.xml(64): Error: cannot open '{airHome}/frameworks/libs/air/airglobal.swc'
Another one occurs when running the unittests with FlexUnit: D:\Program files\sdks\flex_sdk_4.8.0_incubating\frameworks\flex-config.xml(62): Error: cannot open '{playerglobalHome}/11.1/playerglobal.swc' GradleFx is using the default Flex SDK distribution (zip file) and uses the mxmlc.jar, compc.jar etc. files to compile the applications. Apparently those airHome and playerglobalHome variables are new in 4.8. Are these new command line options? -Yennick GradleFx co-founder