How should I collect dependencies from Adobe Flex files?

Posted by eswald on Stack Overflow See other posts from Stack Overflow or by eswald
Published on 2010-05-14T21:23:35Z Indexed on 2010/05/15 11:24 UTC
Read the original article Hit count: 138

Filed under:
|
|
|

I'm looking for a way to collect the dependencies from Flex ActionScript and MXML files. I was hoping that mxmlc could spit them out (like gcc's -M option), but its option list doesn't seem to have anything relevant. I could write a parser, but would prefer not to reinvent the wheel if it has already been done, particularly given the two very different languages involved. Is there a program available to do this for me?

© Stack Overflow or respective owner

Related posts about dependencies

Related posts about flex