PDA

View Full Version : Is there Flex (mx) dependencies map?


wvxvw
03-14-2009, 05:59 PM
I'm trying to compile a small set of classes, which would only use binding utilities from the entire framework + IMXMLObject interface + a couple of other helper classes, that, luckily, are not in the dependencies. But I'm getting mx.rpc.IResponder interface compiled together with the rest of my classes that have nothing to do with networking and don't even get close to the rpc package... since I cannot remove flex classes one by one and see what happens, I cannot also find the reason of that interface being in the compiled SWF. I've investigated the generated files, and it is never mentioned there... so, it must be in dependencies of some other interface, but I just cannot understand which one :confused:
(Oh, and, sure, none of it's declared implementers isn't present in the SWF).

SOLVED: Comes out there is such tool - it's in the MXMLC arguments -link-report.